Memory Pool Memory Pool Refreshing

17,645 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,766 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (619,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,064 288,064 0000000000000000c20895134057561eec138ed5259fcddbf187fc8d46d7c2cd 0.27 MB 433 32
288,063 288,063 000000000000000018ec387a7e79fbacdf875382b4ed1574a4630ef357e8509b 0.27 MB 276 23
288,062 288,062 00000000000000007764778f17fc18d6051711507bbaeb503c2d4aba017f1445 0.44 MB 632 25
288,061 288,061 00000000000000005911b7c6ece35e55fac6f82c8c2a0de438d710fdd5d22d14 0.06 MB 137 69
288,060 288,060 0000000000000000706d0cd65f41821804cd6d960536dcc8ffcfa6d4f7ee1a41 0.39 MB 795 35
288,059 288,059 0000000000000001009551c3690c23117d4eed35900412329f86a42fe941e7af 0.06 MB 50 12
288,058 288,058 0000000000000000852ca6bb981d92586797b2424018139a0e25c17c49d7b928 0.10 MB 203 35
288,057 288,057 00000000000000005e2713a3d49823ac3b3a07b27abf7d4deab71e211da97b41 0.04 MB 17 5
288,056 288,056 000000000000000058160373092b5ccd7e2829ab75752d4022ff0c6ffd1a73bf 0.10 MB 140 11
288,055 288,055 0000000000000000e12f6a4484fa053b219448d582211f4066e21512e658b301 0.05 MB 34 11
288,054 288,054 000000000000000148791ac951a5024bb87033c23056ce3abe985b609cca5556 0.30 MB 308 21
288,053 288,053 00000000000000011d17cb8661720413303ab1316e90e8dfc65d8efa1e161adb 0.26 MB 413 31
288,052 288,052 0000000000000000ae92e5661c47874e228a1f309271952f889f448fe915614e 0.10 MB 95 12
288,051 288,051 00000000000000005a3cd9d3b164dcc8907b54846a48a838f3bd814c79f19a97 0.05 MB 30 5
288,050 288,050 0000000000000000ad5ec10c974c85007d45886cfff80bf51f41d00ae1d851b8 0.10 MB 159 25
288,049 288,049 0000000000000000421a16b536faf08bbbbeda317397d132c86715d9e891b3c3 0.16 MB 228 25
288,048 288,048 0000000000000000d714e17a1aabf79044e8bcc546b215875629d26ee0723237 0.11 MB 240 33
288,047 288,047 0000000000000000d5888b83a617ce5cd2b4f9ed008eb2e9332a67fd6d787a50 0.24 MB 154 19
288,046 288,046 0000000000000000717c03392bd7c6de5d0b5fa5443674c0ee13e8e1aa4ac216 0.50 MB 575 25
288,045 288,045 0000000000000000287144b83333afcec127c4635d3ef59042b3c20fff557d65 0.00 MB 1 0
288,044 288,044 0000000000000000d9a938b0d6ca2106bb6878212c7671a70a8c1f47831be2b2 0.35 MB 946 51
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.