Memory Pool Memory Pool Refreshing

4,182 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,614 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (753,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
153,891 153,891 0000000000000e046333f476e2754edfcbcf28496aac51db0ba66980a99c8031 0.04 MB 96 62
153,890 153,890 0000000000000c7f14e3d083b27885a0e16d4dfb6393e413ff03e4b75d2cf26f 0.01 MB 32 97
153,889 153,889 0000000000000bbd26ea492b90744dff9889e6c4ff14f0dd55009825190e5e70 0.01 MB 34 81
153,888 153,888 00000000000001c28dae608c82991cdd39a1fd2081cf064bce1adcdaba5375b1 0.00 MB 10 34
153,887 153,887 00000000000003d8ba6f7d304b43a092b8aee307805d778c68f4bdc4b016f6c0 0.05 MB 157 26
153,886 153,886 00000000000001942a7c46fbc6a947a64cce7f64bb4b87183a6850c8e891e972 0.09 MB 39 91
153,885 153,885 00000000000005ec8b262a82be0b21d9c4c22637a4bfa66af734e7a7dd19db56 0.03 MB 68 66
153,884 153,884 00000000000009a79fe468706e0eccd1ca1a3c4b37a1e78a12ecf8e1cdd28640 0.01 MB 24 44
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.