Memory Pool Memory Pool Refreshing

24,632 transactions
14.31 vMB
Show Random Selection Loading Transactions
Max Size: 84/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,023 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 3,178 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,022 (41 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,981 865,981 000000000000000000024d8f3bff8c6419a44a9bbdc962388af9b835135c0cb8 1.48 MB 3,857 76
865,980 865,980 00000000000000000002eec95576d3c649e7ab0814efd462b67a96e2f0693dab 1.48 MB 3,773 61
865,979 865,979 000000000000000000025438a6033c5e82bea5019b9b7dbc56b764bd46501036 1.59 MB 4,495 85
865,978 865,978 000000000000000000025bb026976ec6628650791c5ce990ed483c3b6b3401f0 1.54 MB 6,375 64
865,977 865,977 00000000000000000002787b263c5debd0513e2d25fa871429b361b40ad85d58 1.50 MB 5,699 81
865,976 865,976 000000000000000000002b654e0dbfec2f64e2305286f5e7930231dc9ffca431 1.50 MB 5,919 115
865,975 865,975 00000000000000000001f9d101cd0d836069aaf1cca5fc35788410a0988d7669 1.54 MB 5,007 168
865,974 865,974 00000000000000000000ad9dc8c52a5249151a471b02d6ad3e74a2d8a0d69833 1.49 MB 5,388 214
865,973 865,973 00000000000000000001c8dce64b02f4d7f50032b439d9a80aa97f678c9a45ab 1.42 MB 6,639 253
865,972 865,972 000000000000000000025ebf83b12ec32e661cca7cc4392232b1c970d1a7350d 1.42 MB 6,527 230
865,971 865,971 00000000000000000000124d0c537b45738b0573facc0da0e5f6ee1c00a1ae8a 1.47 MB 6,706 217
865,970 865,970 000000000000000000021f4ffcf8b361cd6a82f1698bdd8090879ded8892643d 1.45 MB 6,555 242
865,969 865,969 00000000000000000000f44405b7ed7c0f7c20c2755982f1bf4dfa71df06e67e 1.42 MB 6,071 260
865,968 865,968 000000000000000000018c8b438bcb8adf73f9cf24a1b490f5a2ae8ad89c0197 1.50 MB 6,354 194
865,967 865,967 000000000000000000006f1c5963fd37357bf796f30ce45a2135b7e51b2a259e 1.45 MB 6,269 246
865,966 865,966 00000000000000000001cef1770a3f9f257a3694cf278e943924725f77260104 1.41 MB 6,051 267
865,965 865,965 000000000000000000001637331d14a671363491d27e0e13195adecf5381470d 1.47 MB 6,578 173
865,964 865,964 000000000000000000017e65ac1f48606a4689188e53dc8b44ca295de3eb5760 1.45 MB 6,462 227
865,963 865,963 000000000000000000005b9c2c34f507e505f5aa7205db7db7ee2ca9894567f9 1.48 MB 6,540 271
865,962 865,962 00000000000000000002926a9eeba70b25d1578baff79092be77f062c3d10a4f 1.44 MB 6,400 346
865,961 865,961 00000000000000000001687a648d1b37d1fd876c8d2f5e42c74a34d91bc531cb 1.33 MB 4,793 411
Previous 10 blocks ↓
Total Size: 691.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,810.51 GB sent, 156.00 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.