Memory Pool Memory Pool Refreshing

7,155 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (476,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,873 430,873 000000000000000002d24a39737c4190ad631c05e211fbe62414eac0bd5d2062 0.20 MB 324 44
430,872 430,872 000000000000000002c65e12e255ff28c1cc8c0fb110a9e811bf0874af1bb98a 0.28 MB 644 57
430,871 430,871 000000000000000001cbe9e5df0a3c9cf019f0ae620084aefe0916a2a67de48c 0.98 MB 1,059 30
430,870 430,870 000000000000000004292ec792dcad32030f555c4564a9b186a3d80a84917986 0.74 MB 1,571 53
430,869 430,869 000000000000000004715454efb8209ec906883036c902a05e2e58ada6ff0497 0.06 MB 67 56
430,868 430,868 0000000000000000026ab0960e1178ce63e4ad53d1c19b71a4078e3de90a8952 0.60 MB 284 19
430,867 430,867 00000000000000000402a610803adc523e589a61777dc88d05c6c26b2467a6ed 0.72 MB 850 25
430,866 430,866 000000000000000003bd6ede3a89c10530338d7ba1a5955d538e58d97b8d07bb 1.00 MB 1,824 44
430,865 430,865 00000000000000000157547d49852dcc2a93e2765516d156bdc7dedcdb46cf75 1.00 MB 2,655 55
430,864 430,864 000000000000000000ad6def58253c3293668303ae1d4b8bd8629e3d9627bec4 1.00 MB 3,305 93
430,863 430,863 00000000000000000018b2ab74a702ecc3bdc988fac1fb9f613b06d554fd154a 1.00 MB 3,063 78
430,862 430,862 00000000000000000372ff4b28ece1dc06d096df6e3b9789048f2a2ce712f982 0.98 MB 1,810 42
430,861 430,861 00000000000000000419b18721eaf238ec945c408a5139164b7f38c43e8bfbad 0.99 MB 1,480 34
430,860 430,860 000000000000000004464702d77e806393fa8f6ff3d518b13cc55729402448b5 0.58 MB 1,362 57
430,859 430,859 000000000000000003a4f739899f923f0ba263307bfcb0c190e57e75882f40b5 0.89 MB 2,252 65
430,858 430,858 000000000000000000cf483fb3a0984b9bd46268130cfe0b6fd969c1d911eaba 0.66 MB 1,364 51
430,857 430,857 000000000000000002767ef4474549573de208d1ee944706f60b712211e40f2d 0.96 MB 2,384 61
430,856 430,856 000000000000000000a2fad57a0eefe556f1d159f534d334a8d2bd02c22b1356 1.00 MB 299 11
430,855 430,855 0000000000000000035ccf73e0d425ca0b6afcf2a7ab96a368ec1742f4b01393 0.98 MB 1,724 45
430,854 430,854 000000000000000004d9d75f8e118facbbec5172bda6545368825d1d50d5e25c 0.96 MB 2,342 60
430,853 430,853 000000000000000002c1195f661098cfa7043471bb2650d38360a13b7570195a 0.88 MB 2,247 64
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,614.21 GB sent, 92.56 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.