Memory Pool Memory Pool Refreshing

9,712 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (135,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
772,128 772,128 0000000000000000000006eae799f36a8311faaf30484bbd2e4063d212213a59 0.50 MB 984 7
772,127 772,127 000000000000000000064d0f3321a86b27d4883ab1ccedd12cf0941fb74f01a7 0.35 MB 633 7
772,126 772,126 0000000000000000000446b4f0e5a5b59199806fe0b5f9b5a22dd3dffc003edc 0.24 MB 507 7
772,125 772,125 0000000000000000000788f29d449aa64604ccdad81901352a54bd5617b8fc96 0.16 MB 256 6
772,124 772,124 0000000000000000000801eefa6c679fd27e35be4774ae0396c2b6ab364614be 1.24 MB 2,333 4
772,123 772,123 00000000000000000004f99b69ae339f3f88ac88e9e7cb872486da12d726191f 1.56 MB 3,448 10
772,122 772,122 000000000000000000074af32d99d74f26f68b84f5a7d5c3589c3af2bf40083b 0.85 MB 1,694 7
772,121 772,121 000000000000000000026fd60c929430de68601161fe62074854806b01299189 0.31 MB 769 9
772,120 772,120 00000000000000000002b198c66cb0547bbf01a3e57bbbb961e56b882707349f 0.38 MB 706 9
772,119 772,119 00000000000000000007df9879042aec4c1f228444857f9272fd96fc7cbee191 0.35 MB 381 4
772,118 772,118 00000000000000000003c1e208835d692a133b740de0ad0b39d39a35f7ecbab0 1.58 MB 2,528 4
772,117 772,117 0000000000000000000136d62467efd24a212c2af67ee266645fe6a3e0c5928f 1.62 MB 3,101 8
772,116 772,116 000000000000000000024f19affc97a9069e006da25397af06ef40414f992c8d 1.58 MB 3,212 10
772,115 772,115 0000000000000000000509a1230b09c5427d0cea161520748d811a19bcdb7b93 0.56 MB 1,106 8
772,114 772,114 0000000000000000000039b50392bbfe347164f679b3aa4410f7ee314f513aa3 0.51 MB 1,106 6
772,113 772,113 00000000000000000005660770e3bbc46c064d6cd447539d66e720ea009cba8e 1.37 MB 2,999 7
772,112 772,112 00000000000000000005e382155e1319d4db8c283f4f1945d75a6bd1851a9e22 1.55 MB 3,376 9
772,111 772,111 00000000000000000001c0df214a48378e691a30444c13037b74defae9c76198 1.33 MB 1,448 2
772,110 772,110 000000000000000000068f9ff4ca8b6f084ed2b55d28bad229950e56a7250061 1.62 MB 3,431 7
772,109 772,109 000000000000000000008abf13bb26b5b672c094c9cb0488ee5806309ab5a4af 1.70 MB 2,245 12
772,108 772,108 0000000000000000000476b788a1d1c047c6bbef79a02fe1ba98d3757dfe89a3 1.52 MB 2,097 6
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.