Memory Pool Memory Pool Refreshing

5,396 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,057 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (599,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,548 308,548 00000000000000002e3f0ffd97c63dbaa8079632438d5e4125b271c6765481be 0.75 MB 1,399 30
308,547 308,547 00000000000000003e4e73a83dd1af2fba2cb992a1cd094abf84b1257588a057 0.22 MB 512 43
308,546 308,546 00000000000000003e1485d833f4dd69312e23f5343ddeeabff4fe6d9a1ae3ce 0.15 MB 285 28
308,545 308,545 000000000000000021c4cfaf0f3dc999d6da22023b3a652176862c4937a37b49 0.15 MB 124 14
308,544 308,544 0000000000000000071387f72c46c98f8f86eaba6cf9f80e70d586b676aa2398 0.26 MB 369 23
308,543 308,543 0000000000000000167c765481798532b4c1df035c8ea208e5861e7d7be24825 0.22 MB 364 26
308,542 308,542 000000000000000012b9288a7cbf484c80db29f201b793df2370b5df2237a3c7 0.10 MB 203 30
308,541 308,541 00000000000000002cb4e9015df12fa02167cd2a42aa6f721de0a0c4d584574f 0.91 MB 1,221 22
308,540 308,540 000000000000000025f1a4036d95173a81a95d90cfc213b3b8adde1e76a3b526 0.25 MB 828 59
308,539 308,539 0000000000000000408deda88c1ef4776def290d20610e041f9a5b906f07336a 0.06 MB 156 32
308,538 308,538 00000000000000004122cc3c2f2f9ca989d51f18dccb85d0188a9716f9c10960 0.08 MB 160 30
308,537 308,537 00000000000000001ac977b44175a0caf58950ff4e70241b35a7f3ef45fe4930 0.03 MB 76 34
308,536 308,536 00000000000000000bfe1e3ca5d2aa9d4d3dbce42e4a7ab75fca4397c91ba2ba 0.22 MB 414 28
308,535 308,535 00000000000000003c3a1131cd25cb3df9c556467fb02b49648e0e32176bf58d 0.05 MB 128 39
308,534 308,534 00000000000000000636d663a40dcf6162006dfca784618c5f7c574ce4d6321e 0.19 MB 354 28
308,533 308,533 000000000000000035e33455245c84b9ce6ad810f1f48b437840658cc469b385 0.06 MB 86 19
308,532 308,532 00000000000000001f573edad4fd55ad016e4cb68c61109b572ec69c913d2a02 0.12 MB 244 35
308,531 308,531 00000000000000002c0b78bfe9d6fcd35319681a1b90b140a6d2c8d8a1c39895 0.24 MB 413 27
308,530 308,530 00000000000000001b309aaf8538cf787bf603ae3781dd7f932a273fe9dc76d8 0.55 MB 785 24
308,529 308,529 00000000000000003a1aa10d040cfe2a17e6b4c363d0b96d921cbf8fb816c1a1 0.24 MB 496 32
308,528 308,528 0000000000000000377c05e18b7b05f214824c0a11652e8ed29852e910276c96 0.25 MB 361 39
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.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.