Memory Pool Memory Pool Refreshing

2,449 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.80 vMB 2,438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (258,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
649,546 649,546 0000000000000000000d51927d725b3d94a5b0e98f2d71ad6106b75c9cf3ad61 1.36 MB 2,555 80
649,545 649,545 00000000000000000000ca07daa85c82a82ef86cbeec776c38820be7826ad0f7 1.22 MB 2,275 74
649,544 649,544 00000000000000000009fa65b049c334d7a01e7f6f930343208a954f85c3bab7 1.63 MB 2,452 69
649,543 649,543 00000000000000000005490dbaccf7f77ece04f2e1ed86afa5e70f05911c8892 1.27 MB 3,252 91
649,542 649,542 00000000000000000002ecaa680b75c08a4df92c1f10e972e7ae3e935187406d 1.43 MB 2,182 72
649,541 649,541 0000000000000000000be398f067dd558b07c940bebfc13143fdecb6097a6276 1.48 MB 1,973 79
649,540 649,540 0000000000000000000c3fe7e8b07d79dcb23b03acabad28957c2eecbb349fd8 1.40 MB 2,491 83
649,539 649,539 0000000000000000000e4a8d1c301f74b57ce9f23dc9b343c54fe44947e029d0 1.62 MB 1,370 68
649,538 649,538 000000000000000000050433da5c83ce418806ef452c118f1afba54952ec9fc0 1.37 MB 2,653 84
649,537 649,537 00000000000000000007eafe16af5d7da26177e6fa797f79afa3395a159c242e 1.32 MB 3,231 88
649,536 649,536 00000000000000000005567f28c9f61aa0563347bc8aff1dab16837b9d5fb0fb 1.36 MB 2,654 72
649,535 649,535 00000000000000000006951e25dc7b50866767faba18f76e163ff722121178a1 1.38 MB 2,340 74
649,534 649,534 000000000000000000032c34f8a1e80fb618eb5e8f97fe972f36c04859c3ddea 1.33 MB 2,545 72
649,533 649,533 0000000000000000000a56a7be2a0e8c5b7382c342fe3aa2b48792e620b45e9c 1.44 MB 2,476 80
649,532 649,532 0000000000000000000ce25391ce4927304e6deac86737c665e646e0b71f800e 1.27 MB 2,600 75
649,531 649,531 00000000000000000004cf5d4bcee3bec16c40cc823fb1aeb75c5d9384797c82 1.26 MB 2,683 72
649,530 649,530 0000000000000000000cf32ad6e6b4bf3470a02b4c9dbcdb194fb9e74371fe00 1.28 MB 2,398 82
649,529 649,529 0000000000000000000635cddd186d7123ee7930f633f3472c3d709423244252 1.25 MB 2,535 66
649,528 649,528 0000000000000000000dbdd206ffe62195826924e2ed6b402b49c6aa2f0f9b75 1.14 MB 2,170 67
649,527 649,527 00000000000000000004e6526dc62f29230711a8185db673ba371e940bfcdfb7 1.33 MB 2,320 78
649,526 649,526 00000000000000000000ba1f94fd04d0374f49604d2f2542e0cb8bcb941bc3f1 1.36 MB 2,789 79
Previous 10 blocks ↓
Total Size: 769.15 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,632.56 GB sent, 93.62 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.