Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,099 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,867 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,098 (901,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,438 7,438 000000002f52076a8ed9ddcd28ba05dad9486b303d87dad1fc69a04d379bd8c2 0.00 MB 1 0
7,437 7,437 00000000bb8a6faa139493591e11b6684b6bd920ee420f0f1ad8472c9c7b68ae 0.00 MB 1 0
7,436 7,436 0000000087de57fc9b594b637aa9712042d6ecc17aa605a298a81301f7e9ea22 0.00 MB 1 0
7,435 7,435 00000000348039e8d178858611718957e6f8276875638bce6aff8bd6d8e46aed 0.00 MB 1 0
7,434 7,434 00000000cb08aaaa6c03526aa0d8bda289575622284b66aa5a9aec7cfa97073b 0.00 MB 1 0
7,433 7,433 00000000e10bbc74e8d27d553d1d2c9b27a024ec3c358401a2e1b2ba8b0ea5bc 0.00 MB 1 0
7,432 7,432 00000000f1a971b62c9a02a0fa58bf46d84275a9a529c5803f14bc4067385430 0.00 MB 1 0
7,431 7,431 0000000012bdcd3576bdef9371a94e68dcdf31351e79ae7911f822c084a966c6 0.00 MB 1 0
7,430 7,430 000000005addc3c13a441ba0532387a240907929a1029cd3553efee30acb9880 0.00 MB 1 0
7,429 7,429 000000009cde9cde5c331b51a8166b8e0ff9dabc4d8cc1c0afb81c7ead6e1ad2 0.00 MB 1 0
7,428 7,428 0000000095aec581cb9903f935c4da8edc78cd194824cc34077e4d1ef822f3bf 0.00 MB 1 0
7,427 7,427 000000004c92274a6135a675095eda7ecb759766411d199538bbd44210e2a89f 0.00 MB 1 0
7,426 7,426 00000000d58a50dfcfc16330a427305e7868fcbe850eadc63b5a121f3642b774 0.00 MB 1 0
7,425 7,425 000000005199f3f9c9e872d76ff0fde062a1ddcfd1cac4ff69217893ecfde997 0.00 MB 1 0
7,424 7,424 000000005d688c3609c7e06b3098174d6d6bd914c7bb0454572887640623ab69 0.00 MB 1 0
7,423 7,423 00000000d96ba9671153a7649eda0c70f99877f4aaf11aaecb676b3568bf30ce 0.00 MB 1 0
7,422 7,422 00000000e0d9b8de4c2f2a966d18fecb2f600df5de7a00634fa77c7ce7dbbaf8 0.00 MB 1 0
7,421 7,421 00000000c9448fda9599ef8d4421f51742bba52db190a76eff472365605ae7aa 0.00 MB 1 0
7,420 7,420 00000000fc6229edf248274a072d5b75ca8853539c817e6faee4edd02cd0a4b6 0.00 MB 1 0
7,419 7,419 0000000097efb8a7f8ac976ed6820b251b745d78d67f425151f6e089bf724cb0 0.00 MB 1 0
7,418 7,418 0000000026f2aa7e311092d5a040290e5070a877b0013300acceb4c72ab1d9e6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 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,915.37 GB sent, 106.18 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.