Memory Pool Memory Pool Refreshing

1,379 transactions (0.48 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,122 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,376 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,121 (899,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
9,475 9,475 000000003bb574ce1cf1243e0f55ce19ec1a96af1998f77b4a627801faff3a0e 0.00 MB 1 0
9,474 9,474 00000000a6eacde42365a4e51b957cb29c21d8d52c217c058d5a59818a110abb 0.00 MB 1 0
9,473 9,473 000000006c6fc6a9889ec49f9468ec720b693881a62376ae61c9206cca4c79aa 0.00 MB 1 0
9,472 9,472 0000000086540541efbc04369ac58ccde00a83eded7155f62b40230da6774010 0.00 MB 1 0
9,471 9,471 000000008d8d39fdb99089b013d9fb527af43763f77411fad9c682c755a9ab89 0.00 MB 1 0
9,470 9,470 00000000f2240fb9174dad96d3e4fa5a392ba81c048c76d1e5f8ea313ec2ea33 0.00 MB 1 0
9,469 9,469 00000000c29b2595b46321efd07066a4d3d94db1b71302e40907ef3c720b274b 0.00 MB 1 0
9,468 9,468 00000000c8f4d18b6df1c2a0788312b5c8df41bc083a70ef0a34a9908a7c45b8 0.00 MB 1 0
9,467 9,467 00000000891a7178d8ae57ce0f58cd0f5f0fcaed2bc067c1af8514e76099909b 0.00 MB 1 0
9,466 9,466 000000002fcc3326cb16666c82cd298ea4a6bf66363351af87d392b82f190ace 0.00 MB 1 0
9,465 9,465 0000000035f8089050ccbed771a5106ae2876eae310f5ae393ec451cee47abcc 0.00 MB 1 0
9,464 9,464 00000000d5b91b275f3858fe848b9ada0cde0d2531d66c23a9079a3ae4f54dcc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.77 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,930.53 GB sent, 106.39 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.