Memory Pool Memory Pool Refreshing

2,313 transactions
0.85 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
2 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
908,705 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,304 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (827,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,573 81,573 000000000005f92220740467a0349cdd427dc7ee4fa228dd2454f378f089bd16 0.00 MB 5 0
81,572 81,572 0000000000419fddda306f205a07d84bc6c9281af8dc676950d8dcd31de9070c 0.00 MB 3 0
81,571 81,571 000000000008cb4219add5fc4edca82f80f90006e2aa5beaaf2ed95d86208748 0.00 MB 1 0
81,570 81,570 0000000000324dcb4bbd8977a7b319328e93de6f40139f4243b91f5596fe06eb 0.00 MB 2 0
81,569 81,569 000000000044a7f604b23e223256c242c2a1d88732d99b4f81a83282df0c6f73 0.00 MB 7 0
81,568 81,568 000000000005e43e09c254baa239fad2dba1e751e46f1970885d8896b7a7b253 0.00 MB 4 0
81,567 81,567 000000000015a8de0f26ec01df0c3fa5655d4e876dde9dd40567086175dbfdd0 0.00 MB 4 0
81,566 81,566 00000000002736d940f14504b7d05a2f47b3ff125368c5e5f84e22cd2f628a9e 0.00 MB 1 0
81,565 81,565 000000000018eec25a9fad69f63d013a052cf25e99bd5097a07990f08464f400 0.00 MB 4 0
81,564 81,564 00000000000e6ef839046bd56497c407fa812bee5c23501a768b551c46ffc7d1 0.00 MB 6 0
81,563 81,563 00000000001c090fe5659838b4a666f7ef34a3a7484a4763f9f4ee53692b3d7b 0.00 MB 2 0
81,562 81,562 0000000000435300e1287dee8c7c13d18199a1894508c957938c7e38a28166f4 0.00 MB 1 0
81,561 81,561 000000000010d772f1a2c64e447750e6a4dae64e34105ba9bf7f45297d1d221b 0.00 MB 2 0
81,560 81,560 00000000001200754cbd5fe9cadc77f427cedf0066b6c72bda18d3eabbb48aa0 0.00 MB 5 0
81,559 81,559 0000000000312ac0a7490f01a5a0afdbee09d0164e8493aaa24922d34369e1f9 0.00 MB 1 0
81,558 81,558 0000000000046a502ffb43807e456352a755b58ce82a04035c2e67240ac89f55 0.00 MB 3 0
81,557 81,557 0000000000187d89b88eb8bcb9fa037ea83e238e9c80f6f97f04ee36e666283c 0.00 MB 3 0
81,556 81,556 00000000003c6eb9aa10d2f261589916c6b18fe6ee23337c27d268c12395b66d 0.00 MB 4 0
81,555 81,555 000000000037cde23f4142a1130825535bbddbeaa832b4c3f61cad7e4ce938f8 0.00 MB 3 0
81,554 81,554 000000000033f933f10aca8f56462a18af630ac66e7ad2c536f83db69179b3b9 0.00 MB 2 0
81,553 81,553 0000000000050cc6b13d0186afaa0d8be4a552846f2fc8d16085682a80675c14 0.01 MB 4 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.49 GB sent, 102.00 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.