Memory Pool Memory Pool Refreshing

1,775 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,767 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (753,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,912 153,912 0000000000000bd8b59366367e06d826e5786bbb35c3c50224b4c37b4648bee2 0.01 MB 37 228
153,911 153,911 0000000000000b5a104e456f82fda98992ffa6411e4bb0d217c5b08713a1f542 0.05 MB 77 147
153,910 153,910 0000000000000b567549fda597791c246f0e1775db32cc6632da860922e8968d 0.01 MB 19 877
153,909 153,909 00000000000005c08ba4746c72db6f2df4df76ec0fd59fab593bca095fcdfbb3 0.01 MB 23 184
153,908 153,908 000000000000066ab874fe98976a3a048e3b47d9b5948e3bfad5702180ac3762 0.01 MB 10 46
153,907 153,907 0000000000000214741cd9273b4cab96145ff553bb5d21d7b139dd17a3f92d25 0.00 MB 9 116
153,906 153,906 00000000000005cf86768fe44ec943428bb911e6bf0a3dd16f5b808bbe7c1cd7 0.00 MB 8 22
153,905 153,905 00000000000008340fbf757ed3566a76f6bd41942aae68bbe2e4b2fbba77b41d 0.02 MB 78 62
153,904 153,904 0000000000000bbb7687c9499bf6d0e57a9e48afab5fdce339344e1e097b60ab 0.01 MB 15 648
153,903 153,903 0000000000000b502a28f6dd32036fcef748349edf3fe1da9b5d8247e0214589 0.01 MB 22 200
153,902 153,902 000000000000036b23d3904ae49b8a06477dfc6906f26021f2aee92c5ec4e1ea 0.02 MB 51 144
153,901 153,901 0000000000000086b95950b852889fcd90f806ff2fb874478e4b38cc306828a8 0.00 MB 12 62
153,900 153,900 000000000000064ebf75f02a9fc91fb9a22a69a2ea529b49986e97bd45538fda 0.01 MB 17 226
153,899 153,899 0000000000000055492d2be45f1aca59cd079a2e90b2f4d2b0492398a7338960 0.02 MB 35 177
153,898 153,898 0000000000000a66af260c700a01ef4ac4a38de0d4eb927a2f8e2d0bf3dbba54 0.04 MB 95 0
153,897 153,897 00000000000007bdf731662e48e73f510ad531db3edec47a1dada6dd89cd91d2 0.04 MB 52 83
153,896 153,896 0000000000000b08ebffd383c4e763c15045cbd956e8ea8637cd69f0cd4e370f 0.02 MB 55 8
153,895 153,895 0000000000000b0ff304551db04a83b3dc7038e36723acddce1fd8cec0639ce1 0.03 MB 35 641
153,894 153,894 0000000000000a5bdef7674cfca92270258a0b1f92ff973949cd1b58aa6faef6 0.00 MB 13 22
153,893 153,893 0000000000000c2edf74cf2907675b1ca1ad430ffa4c2c55406d3864ad7a85eb 0.01 MB 17 187
153,892 153,892 00000000000006045b98812693efe3e69af7c74e2d8b760cf0100628adbc2fdd 0.01 MB 22 192
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.