Memory Pool Memory Pool Refreshing

21,658 transactions (4.92 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,175 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,974 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,174 (899,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,496 9,496 00000000796bb0f3d5bed9f22a473ea57366647ed904a0f212c29d21e29b49b1 0.00 MB 1 0
9,495 9,495 000000001b2e09818f9532fd3cc10ab377057d49ad36fd41c3e8534476c08f60 0.00 MB 1 0
9,494 9,494 00000000f5db965f7137dc1776a87c9846b54c9851f955e69ae0234bfb996496 0.00 MB 1 0
9,493 9,493 00000000b37596a3da4047bd87f87308fcd341f4cde8e6c7e6e1e490b0e9a80b 0.00 MB 1 0
9,492 9,492 00000000aed0c1fc5c31ed59240dbe97b4fcb8e38595216a2e7070b15393da51 0.00 MB 1 0
9,491 9,491 000000007acf21ebcc9a0770ed02d59591aae15c763f6127433eb949bc33f945 0.00 MB 1 0
9,490 9,490 000000006e8846211277fb3fb90194fe295e856c6d5a8a8a6d4862ea45d4ce45 0.00 MB 1 0
9,489 9,489 0000000033c7f027eb308e1dfab32a6a9959a79f224a9a4ee5dcb6389d09f624 0.00 MB 1 0
9,488 9,488 0000000066d47a2200b064306425fc3e79eefeff62f7a2753355520e46b939db 0.00 MB 1 0
9,487 9,487 00000000e0821e4e55733e8a43e69c335f76b551c7486428d04d91252d1c9559 0.00 MB 1 0
9,486 9,486 000000009fb7cad2f4a67dbf5e9aa10b6d1752491b1ef54211425e49492031c9 0.00 MB 1 0
9,485 9,485 00000000cf513443f3b41f0868cce9111f76d1016f106831a2d07c8625123471 0.00 MB 1 0
9,484 9,484 0000000001b609c73fd98ed701a1f3654b4a9e66c4e3447e46076c5aa3d41913 0.00 MB 1 0
9,483 9,483 00000000cb0356066b1f8d2482c4747e8da716bf355b71f88fad0b3c3bdd62d8 0.00 MB 1 0
9,482 9,482 000000006e7138111f1e1426d943a1ba2c37b2c0f5bb4a9f132416081d465dad 0.00 MB 1 0
9,481 9,481 00000000a95af4f120a33be882959c7f7cde1ff5ca4080c99295c38998e7acb7 0.00 MB 1 0
9,480 9,480 00000000ee40bc360a3865ef053df21861ad1217b6f95c10069f445ed652bcc3 0.00 MB 1 0
9,479 9,479 000000004415a908414ea6c4149a01f39d401693aa29ef15e72717574e3aa8b2 0.00 MB 1 0
9,478 9,478 00000000d9430c82ef216b561c480d996a9a961b620fe921a18791aa4bd4e063 0.00 MB 1 0
9,477 9,477 000000007a7538282e4f94c7602008d4e8776a914c66c79073030b3dd7404531 0.00 MB 1 0
9,476 9,476 00000000d566170eed5508b602a21d82c4fdee6930a1808736c4126a5e239fc6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,984.33 GB sent, 107.06 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.