Memory Pool Memory Pool Refreshing

3,991 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (349,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
558,139 558,139 0000000000000000001ae5dc62888929f3120900a3e2a71af0f13a23211b483f 0.17 MB 475 15
558,138 558,138 0000000000000000002098e14bf9aaa6236bb0e0311b9571cf4d9193c25ab5e7 0.58 MB 1,402 14
558,137 558,137 000000000000000000004441355c5624d26bb6ed72ffd755820bc7f4310cb142 0.21 MB 622 5
558,136 558,136 000000000000000000177cfdf7e59477ebaf26621d8c4d2329910bf4b90ff033 1.22 MB 3,165 22
558,135 558,135 0000000000000000001aebe908bde43c76ccfba3df14fe1e9d11a686d32370b7 0.33 MB 954 3
558,134 558,134 00000000000000000028f85785b48f5836563a227f6a9a3b032a8375ce2e08f0 1.23 MB 3,221 21
558,133 558,133 000000000000000000086f71c3b45936062553b2f4ae299ccd481702da933bfe 0.15 MB 280 27
558,132 558,132 0000000000000000002463af632c273839734819fda5ed032b3b735506f205b1 0.89 MB 2,162 14
558,131 558,131 0000000000000000000591e1c0ee3e04fbea9d678d0d0b75286146f4a569a767 0.20 MB 480 18
558,130 558,130 0000000000000000001471cf9cb63486456dec3c338071c5145066c09237a3a4 0.16 MB 307 14
558,129 558,129 00000000000000000000eff025ddb4dd7c9c3857479a7735f7e5b675e7d95283 1.10 MB 2,987 14
558,128 558,128 0000000000000000000de03755959ed1fde13b19e3f06b5dd5efe2ddff219fca 0.16 MB 462 9
558,127 558,127 00000000000000000009903f49a5214b0381406be37b20012e976ff65414b1a2 1.21 MB 3,075 19
558,126 558,126 00000000000000000020e0d06eb244c890c206681a48606a34590f4ef1981fe2 0.32 MB 846 19
558,125 558,125 00000000000000000010e310edf422ba158c81dce61d01e7334d3e2f94c96926 0.25 MB 694 17
558,124 558,124 0000000000000000001addc86a4cbe4e6e2f1916ab587de80361ad8ab8fc2e24 0.87 MB 2,093 14
558,123 558,123 00000000000000000018627f0051423247eb527e15eabdee60eecfcc08ce7b4c 0.48 MB 1,044 13
558,122 558,122 00000000000000000014efcc0402174db2969aa188e7e6bd3e4194d74ce06863 1.16 MB 2,378 18
558,121 558,121 00000000000000000031fc8f97026fc600959a95ed868ca073599d70e6d0307c 1.25 MB 1,812 9
558,120 558,120 0000000000000000001e667f507a45afb830ea18a33cdfd68e33c133b1524edb 1.19 MB 2,743 10
558,119 558,119 0000000000000000001dc5f1b4e68ebfe1946003cdcb464fa02aa4768d17dbd7 1.13 MB 2,780 7
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.