Memory Pool Memory Pool Refreshing

8,296 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,572 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (597,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,483 310,483 00000000000000003c48cc32b716d04d31a6debef8c88baec4884db44864e130 0.02 MB 44 39
310,482 310,482 0000000000000000371ce13ab131e395bcc65166c79a71a0d0ad5c70234d8340 0.04 MB 80 26
310,481 310,481 00000000000000003b5a3bd6d95242d6bd96f4e0659ced99e6bc8412c97cca28 0.06 MB 115 28
310,480 310,480 000000000000000016d8a6976c134fc72b8286671104adc4f376997c776fa2f4 0.03 MB 56 25
310,479 310,479 00000000000000000c61aeb3684a2c0ec1ea7c0563bcfca0bc8483b41584c089 0.30 MB 527 28
310,478 310,478 00000000000000000e51dec96e7906ba868fcd3fad22fbdb95b03c58118833fe 0.24 MB 419 27
310,477 310,477 000000000000000025fac279cac0ce35270714e0b9c033aaec93f57a1d30ec2e 0.17 MB 114 11
310,476 310,476 00000000000000002d381d4fc2d5b9110e43d4bf0a25a81bb590847c0ccc8a07 0.04 MB 128 33
310,475 310,475 0000000000000000079d8431163f637120a07805fe9add83fc3f9b0cf65e65a2 0.33 MB 413 21
310,474 310,474 00000000000000002cdaea1a9f3ea5a930138c2f64c2e93c156f258a3b2b18ed 0.17 MB 296 30
310,473 310,473 00000000000000003a17a7e8e66c92b344cbf57dc661daa0e19cd754b015c60f 0.20 MB 290 22
310,472 310,472 00000000000000001d581868155e710ada940fbc960cab55f5e3abc927773529 0.01 MB 13 6
310,471 310,471 00000000000000003be14a235487f266d783c4005fb0d2cd6f701836b1ab2bff 0.41 MB 669 27
310,470 310,470 00000000000000001f060cde21ed1c428564aad6b22f584522cf9538b2303993 0.21 MB 345 27
310,469 310,469 00000000000000001204203052075b9490993e287c628f4c024fa1a0d27b3d5d 0.50 MB 692 22
310,468 310,468 00000000000000000c74cbc1a97b4af1cafcf43de30a7158cadf4aca4df73b80 0.07 MB 135 26
310,467 310,467 000000000000000014541fbd19ff0f5aadd4d8eb23cf3d069ddf36aeaac71d30 0.11 MB 199 19
310,466 310,466 00000000000000003670f15435651adfe9192eb46df205ae50da7218ef042ef0 0.75 MB 815 20
310,465 310,465 0000000000000000326eb59353e9a575f1a93f2becfa9f1abb1a0f9572afed49 0.75 MB 1,861 37
310,464 310,464 000000000000000012b7c91c612ccd028dd650b78018ed1c271e871ae87500e2 0.16 MB 512 58
310,463 310,463 00000000000000001bb242c9463b511b9e6a99a6d48bd783acb070ca27861c2b 0.01 MB 17 30
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.88 GB sent, 93.09 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.