Memory Pool Memory Pool Refreshing

5,943 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (42,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,480 865,480 00000000000000000000b564fa70eb9f102fb28cf48c29fe40c11005a5630ae3 1.45 MB 5,048 32
865,479 865,479 0000000000000000000275779c08459dae986e46b650253413774ae9bd2b9392 1.47 MB 5,717 32
865,478 865,478 000000000000000000000259c1d500c8f580524dd5a5c2ad33ea8f206d9cf141 1.47 MB 5,289 41
865,477 865,477 00000000000000000000ab9d9a9ad0e40743538e2875bb0f5fd38676cd53e211 1.49 MB 6,121 45
865,476 865,476 000000000000000000009e5c56901d2543246a292421963af916b2e3f7fe699b 1.48 MB 6,204 51
865,475 865,475 0000000000000000000018c1655a928eb291bf3f0c12ac4f228a2b48f3c057f9 1.45 MB 6,019 68
865,474 865,474 0000000000000000000122c69df1dde8deb7fadeb0a4bad37850cd524f243397 1.44 MB 6,978 32
865,473 865,473 0000000000000000000159f19dd74cd1c029ee3b289f362c48bc3307e6069b58 1.47 MB 6,758 16
865,472 865,472 000000000000000000005a1109640950190b9e274d31957ed08453cb018b2c70 1.45 MB 7,109 12
865,471 865,471 000000000000000000011297ad16ad5b666fd6c89fa070a7bf96ef2805c6b0bc 1.48 MB 6,928 13
865,470 865,470 0000000000000000000288e5c523f278bfd187d7126cdb1561a79948780c0dc6 1.60 MB 5,741 9
865,469 865,469 000000000000000000007b96744f4e8ed555f9f2a6d0649c5406a860dd3c4082 1.55 MB 3,304 5
865,468 865,468 000000000000000000017de5361db1f89defc379d594ab9e5a67a121f50bca75 1.55 MB 3,970 10
865,467 865,467 0000000000000000000091f4f32be57129e2aa4ae964e9fba1064ff4f976e632 1.75 MB 3,953 10
865,466 865,466 0000000000000000000300111a69b3cd641893a2a0bc758ff10105d7f4c036a1 1.57 MB 5,898 11
865,465 865,465 000000000000000000020538e1296b7165d2d229b2836428ab66ee910bee998a 1.50 MB 5,667 14
865,464 865,464 00000000000000000001a18face0a92c0ecd04ebc76073eff4435346ef1c047f 1.52 MB 5,718 13
865,463 865,463 0000000000000000000053d767c53d6232fc976ca087b000d68e37e7c282fc95 1.56 MB 6,153 8
865,462 865,462 000000000000000000015adea255e1a9e80c684ac0e233b61ee66469c45fe555 1.58 MB 4,853 6
865,461 865,461 0000000000000000000155bab07d9971f42e458751c7ed1ca2944489d3e5d2f0 1.59 MB 5,446 8
865,460 865,460 00000000000000000001b8385965906a0ae59e3f8c83102e1fddd61b5c80facd 1.53 MB 5,901 11
Previous 10 blocks ↓
Total Size: 768.98 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,616.36 GB sent, 92.71 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.