Memory Pool Memory Pool Refreshing

10,448 transactions
4.71 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,370 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (104,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,077 803,077 00000000000000000004e34b8e400fc4ef25312e555503e47fff51368db4e932 1.47 MB 1,754 10
803,076 803,076 000000000000000000052077c27452cdb3d5452933ca1ffc5f33c3e59949c601 1.74 MB 4,189 8
803,075 803,075 000000000000000000015543aaadec880624f4f4df4a66ddd69d5f193f38963b 2.07 MB 6,627 6
803,074 803,074 00000000000000000003742fab0f2f483d1b4bb160cc6ee184af6e30babb548f 2.32 MB 2,741 8
803,073 803,073 00000000000000000003537566bdd649754163fd6ed1e5ad0428aef82cb9ca03 1.30 MB 1,170 9
803,072 803,072 000000000000000000038db8681dcca6e2fbcd82c420ef595740dbbf93039d10 1.42 MB 2,146 10
803,071 803,071 00000000000000000002f1a1f4cd5dacb70aafefc8a4b05f3d142c5cc5de0381 2.19 MB 6,519 7
803,070 803,070 000000000000000000026ee118e98c86c08a7b16a4824e2f1adb4c9e38ddc071 2.02 MB 6,238 7
803,069 803,069 000000000000000000022daf8847ab7a22085439bf0c360c35fbd66d9193adc8 1.54 MB 1,853 9
803,068 803,068 000000000000000000045fa09fcc3c8af01600234d0ac865cf7201eceafb6aab 1.72 MB 2,622 11
803,067 803,067 00000000000000000001d2d4b17d40314bef8875eacacba3b88987592776ba5b 1.81 MB 1,674 11
803,066 803,066 00000000000000000003596818742bfa9e08d93270ae2a78b3b6e0b740ee62e7 2.16 MB 7,146 6
803,065 803,065 000000000000000000032994e93f112aaaeb75c0cbd61fa2922b4d6bba408c8d 2.18 MB 5,046 7
803,064 803,064 00000000000000000005294f624b7f48666093650ff0c45852b08e040487eddc 1.96 MB 5,913 6
803,063 803,063 0000000000000000000225bbcce0fbeb7fbce7a2eea692c7f809fc773fedf783 1.74 MB 3,967 6
803,062 803,062 0000000000000000000038654db2e84c605cba4d49cf50488e04b7907bdb9e9a 1.81 MB 2,456 12
803,061 803,061 00000000000000000004f0d5139f9d39ae2d8ff53df802db960f222fe76bbe52 1.80 MB 2,140 8
803,060 803,060 00000000000000000003bbfc11c206cf8a47be66b27c0ef65b65068fdc865e45 2.13 MB 1,874 10
803,059 803,059 000000000000000000039758aacede095b6b2d0969d864a9609d0ac49bf2b581 1.75 MB 1,738 8
803,058 803,058 00000000000000000004e95ecc7be6f7f2e67c125331e8ac0f95515d36c1d518 1.87 MB 2,765 8
803,057 803,057 00000000000000000003a65721c42df2fb9b3c086f66eacae1057d6d4934c5db 2.08 MB 5,387 7
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.