Memory Pool Memory Pool Refreshing

1,357 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,348 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (63,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,772 844,772 000000000000000000002c52cb7c92dc4488cd721895651865e2d48b1fee14e8 1.53 MB 3,465 32
844,771 844,771 00000000000000000002a6215c64a3981e2c5bfa17585fab086a588aa0ff91a0 1.65 MB 2,273 13
844,770 844,770 00000000000000000002e6f4ed0775546133369e81f64eb3633241526888d3dc 1.58 MB 2,742 15
844,769 844,769 000000000000000000018a04183e4c4b132898e5c1076feb47b659e0f299b8ad 1.70 MB 3,259 20
844,768 844,768 000000000000000000033bcaa4bfc1199a1e88349db2eb4e03f2c7447ed5dfb1 1.29 MB 1,698 15
844,767 844,767 000000000000000000023acad9a20867e55dacf678aea0fae135406e34502323 1.56 MB 2,859 17
844,766 844,766 0000000000000000000222a79c3d0a6329ec30e2c23537d1113b41211eb7cfd3 1.57 MB 3,689 31
844,765 844,765 000000000000000000021c0abedfc91cde32489d6ccb1bacb0cb7815a8b4f57c 1.24 MB 1,586 17
844,764 844,764 0000000000000000000010ced1d2bf02f6a07b88cc7adfb418dd86af4b49bd51 1.49 MB 3,192 25
844,763 844,763 00000000000000000001738546481e15d99a2a496bd89859acde3ccc8b507d9f 1.72 MB 4,720 10
844,762 844,762 000000000000000000001c65ad83c937bf1dfc276d797dc8a1b1238ba9ddd037 1.63 MB 3,645 25
844,761 844,761 000000000000000000018eca682b804bcf9e79e45da515b0e979d3d6e2323149 1.71 MB 3,826 14
844,760 844,760 00000000000000000002028d147c10aac30cfcbfbe9b1c36eb13be6371d5ae7b 1.84 MB 3,321 15
844,759 844,759 00000000000000000001145a4fa470f677e4c925fba0005d99a82806e271207f 1.98 MB 2,101 10
844,758 844,758 0000000000000000000149aa0684867f14ebf9f9f846f9e33217eae174c6d969 1.45 MB 2,747 17
844,757 844,757 000000000000000000017fa364b94c222b7226a1b77fa3ed1a49b94000f5d2aa 1.55 MB 4,235 16
844,756 844,756 000000000000000000008a678f67f39fd0ed0bdf64c6d41eef1bb9cab25e502f 1.46 MB 5,966 21
844,755 844,755 000000000000000000027dd5895aee1dbdf32c0574c926f16e8421a2db8c8a8d 1.53 MB 4,293 18
844,754 844,754 0000000000000000000075ed650d0950605ced9bfcbaffe7262e72e689523a1f 1.52 MB 5,495 26
844,753 844,753 00000000000000000000186fa9b0c4a9a849328b9942fe7b2512f4f2a7724ff2 1.56 MB 4,308 25
844,752 844,752 00000000000000000002e896e4cdf0acdc08e2e55b4d68aa333f6ce9d1b49078 1.48 MB 4,764 37
Previous 10 blocks ↓
Total Size: 769.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,630.11 GB sent, 93.49 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.