Memory Pool Memory Pool Refreshing

3,226 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
902,161 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,221 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,160 (717,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,706 184,706 00000000000008c070f41da99aaee56c866f8f20c18ca221503e3ba8ce6c356b 0.05 MB 172 94
184,705 184,705 0000000000000020e0e881012e6712496ca558e3f19d8ac5df41fd050453891c 0.00 MB 1 0
184,704 184,704 0000000000000a541fa596cff67bd72f20ea5d2b867cb3ef2f87a999922d65ba 0.50 MB 1,145 123
184,703 184,703 000000000000040605bdeaa263d6b346f1a2a6c50aa787d2735a8f933a7394b9 0.25 MB 573 119
184,702 184,702 00000000000009820b861b508ce8e21787e96b6a9a8e96d0e8dec7bd386373d9 0.05 MB 124 106
184,701 184,701 0000000000000010158e34fe10b1c95a6621872a4725bb27c1215436cc194213 0.05 MB 126 106
184,700 184,700 00000000000004e2dbfeef0699e12bfb90ae4c3a639e5364bc23263609e2fcbb 0.05 MB 134 185
184,699 184,699 00000000000005c9637ba7575ffda246936c67941d685292b86e4d0d82764fc3 0.05 MB 132 33
184,698 184,698 000000000000063503d6e9706e41d67e908c5173deea807526c7b0aa84458551 0.26 MB 406 105
184,697 184,697 00000000000008f23c33921f2dd820f01ef6d3a88773b51e389ac9d058795be3 0.06 MB 158 95
184,696 184,696 0000000000000717255e2d60cf4fcb5434f18c8ba53addce8c339a3b91f5f9b1 0.00 MB 4 149
184,695 184,695 000000000000042c0c232e0e4288a84c10a6a8d1fd74b55d4a3d0e44e03e06ff 0.00 MB 9 0
184,694 184,694 0000000000000111311d97e408a612fcb046dea414c6b11bf2236e139ef5bd4b 0.00 MB 8 302
184,693 184,693 0000000000000097b2cfd23eb15ba9325248e21e34492757d39aee50031a0718 0.18 MB 512 178
184,692 184,692 000000000000043941fad9d9d7d39c13127de821f9b359a6056b8fb71b5b52ac 0.25 MB 485 125
184,691 184,691 000000000000029b1f74559ec416c56cef5b25ea21ae22644e95b83ab3211f02 0.00 MB 1 0
184,690 184,690 0000000000000085ea727ee53848d3c57e940af78d1116b33f315f244b5d9e04 0.05 MB 133 158
184,689 184,689 00000000000002f891004bb87eac46b6461043d144a86ef7cc27aeb637a08bc3 0.09 MB 274 22
184,688 184,688 000000000000052894e3598abcb1af85d4a157c3d6723e35d5592c3e6f38159e 0.00 MB 11 0
184,687 184,687 000000000000006691824d6ba4949e2fd146846d56841b5acceed6366b1fef96 0.35 MB 512 105
184,686 184,686 0000000000000639d3441552cf8e3cbd365cd89f59e829585ae1a759c1dff7bf 0.05 MB 123 27
Previous 10 blocks ↓
Total Size: 759.45 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: 845.01 GB sent, 43.66 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.