Memory Pool Memory Pool Refreshing

10,213 transactions
4.66 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,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (767,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,346 140,346 00000000000004dbe515cf10647311374e908bdd6e4d0f449d83c674b716b9ea 0.00 MB 7 116
140,345 140,345 00000000000003bc3259b9c69cbaa07e69e7ab7e97a5e3f5a93f6d4b4baf8ce4 0.01 MB 19 739
140,344 140,344 00000000000003f2830ea271dd67b5921b858078189af9ae979e1a2e1f8c7e08 0.05 MB 90 134
140,343 140,343 0000000000000418f3b94d665862f7c28ce23c8d6abee3cdb2e6aec6a5e63d9d 0.03 MB 71 190
140,342 140,342 000000000000035030462ce92663438de4de63aba015590a9e1ed663b690da0e 0.03 MB 38 0
140,341 140,341 00000000000004ea867b71edc701fa1a8f3f71bda9e604dcc44b0beaeb0d5bc0 0.03 MB 39 67
140,340 140,340 000000000000011497eaa2c667e16a53d92f4184e711ca5d8c1f7ea46aeee84c 0.00 MB 13 2,022
140,339 140,339 00000000000000690b7d3f25563d284dadf854ef687f79ee9212c14aead4c885 0.01 MB 16 102
140,338 140,338 00000000000002fcee3c05c9ab81dc2ce8ce53616eed945e6e86ed46762a6824 0.03 MB 90 57
140,337 140,337 000000000000076aa6c12506d6f5219a4c552ce2faf96714c812d7510bbd1884 0.01 MB 37 206
140,336 140,336 0000000000000898e18dde7f41677e940253b80f3837868a689391e956adb851 0.00 MB 8 138
140,335 140,335 00000000000005a58943396e4a38b7cb1c95138e4cb6c263b281695829f01198 0.00 MB 8 138
140,334 140,334 00000000000004bfc8d4d237ed23c471ad7e50a8a1eb8d7316730a76f5444816 0.01 MB 14 181
140,333 140,333 00000000000004eff6787541ecbf1746a6a617d3d213a766163d9c812ec352b8 0.02 MB 34 305
140,332 140,332 000000000000044b81e0523292ed3f2f1753bbf947953a2beb48bc24fa512fcc 0.00 MB 9 0
140,331 140,331 00000000000005718a1e826898a9ca999f5dd6af9fee3fcc60c6913cc619cd1a 0.02 MB 39 96
140,330 140,330 00000000000005b8e31c345da2217c1096e41688c0eae4cd77ae8d01526ef606 0.00 MB 5 0
140,329 140,329 00000000000000286e783f57bba35b97177ff4380b575f408e2f4ed88969b964 0.02 MB 43 359
140,328 140,328 00000000000007c2c9f661aa9cd076b88c78f8351e0010e348fe0f1487c06170 0.03 MB 74 1
140,327 140,327 00000000000007ec5258b244a4c2db29a0e5dc566c6b9a78e95dc71fae335357 0.08 MB 180 155
140,326 140,326 00000000000008981f954a5cc0518b9bff70eeb794957e420b9c57aa3c3b8eea 0.03 MB 17 312
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.71 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.