Memory Pool Memory Pool Refreshing

9,163 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 23/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (43,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,719 864,719 0000000000000000000007f7513e2c690b3961e90070d28e74ff29af63f9ed2d 1.93 MB 2,814 3
864,718 864,718 0000000000000000000097bb73bdd377a79cb2714a3afbdda05dc662ed60c88e 1.65 MB 4,369 2
864,717 864,717 00000000000000000000911f3897ecde9b90d5fe206131848474c65a6d14c807 1.75 MB 2,848 5
864,716 864,716 000000000000000000023d19bc4b937a283d0655e3fb801fbdee1fe049946ca9 1.64 MB 6,349 2
864,715 864,715 000000000000000000002bf2434b5d07c7ce4d1a9d523755a8ed4871098b7a10 1.60 MB 3,503 4
864,714 864,714 00000000000000000000353cc8bfd70f7d6f7de20ecb9c2ee3ba80efe45eb4ba 1.64 MB 7,867 1
864,713 864,713 000000000000000000017ddd83fd679c1c966f0c1c94d8cc87c2984412f8be4e 1.74 MB 3,373 5
864,712 864,712 00000000000000000002a26dcda8f586d2149a88b07d297a9047894d3c8fc3b5 1.64 MB 6,784 2
864,711 864,711 0000000000000000000293b6b866be237ee65e4e58013548b53c1885c1b8808b 1.64 MB 6,365 2
864,710 864,710 0000000000000000000297ff3bae711e51157a270249d8c55f74d212a273b8b5 1.85 MB 3,914 2
864,709 864,709 0000000000000000000054d7c1d6fa219028e70ad7a2f32902b86ceba773a5b1 1.53 MB 5,537 6
864,708 864,708 0000000000000000000322e018084255564e3bd7fc4a99553ad9f18d76cd3e27 1.69 MB 4,140 5
864,707 864,707 00000000000000000002e83bf49ecf7de0d12ea6569486d14f1bd5d9a991250f 1.72 MB 6,122 2
864,706 864,706 00000000000000000002703cee609eb7f7c980e38356bfddf7ab108e40174c30 1.64 MB 7,063 3
864,705 864,705 000000000000000000016f6502004f4e0872a6e30caad36f2584981d2669a484 1.58 MB 4,433 6
864,704 864,704 00000000000000000002940c998eabb6e72280c01085e7bbab047cea2813a140 1.56 MB 7,389 2
864,703 864,703 000000000000000000018f2dd2ec33392029f89b95fba68472064d6184ccb70a 1.51 MB 3,810 6
864,702 864,702 0000000000000000000164978092a538cd95cec6eeadbe5bd9744f8082b45b2f 1.75 MB 5,262 4
864,701 864,701 000000000000000000027546b367a3266740ebf8a37c41e27508e7cb43fd0b82 1.57 MB 6,768 2
864,700 864,700 00000000000000000000ae2b6638b424a99326817428e6ee2d8cdbf0e3502cdb 1.54 MB 5,087 6
864,699 864,699 0000000000000000000166e7c648832854e5e52f40ced7b2882a5c0ace7a010d 1.65 MB 7,297 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.