Memory Pool Memory Pool Refreshing

273 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 250 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (34,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,721 873,721 0000000000000000000194db601c1ad9723b9d4a7db46630bf9712c093d1e774 2.04 MB 309 5
873,720 873,720 0000000000000000000235da5dceecc0c764694d74beb15896ea7860e4764f11 2.14 MB 144 5
873,719 873,719 000000000000000000007ade872dad40eb07c99aa3302de33710e413568ff994 2.07 MB 604 5
873,718 873,718 00000000000000000001affc59c538e501c04463e38bdc68023922ddf3cc59f4 1.82 MB 2,355 7
873,717 873,717 00000000000000000001117c96aae5033089242f7ca64b03dce67107837fa1a6 1.29 MB 1,074 7
873,716 873,716 00000000000000000000e012382bdcf69070ffe625561aa2cc1edde300e63fcd 1.26 MB 1,606 9
873,715 873,715 00000000000000000001c83118bf6e19fd74cc20b4e025626088499c7858f218 1.51 MB 2,513 10
873,714 873,714 00000000000000000002440d766a0258396c349297a40687408d654407509857 1.37 MB 3,033 10
873,713 873,713 00000000000000000000fc4e998586db251e10f9e700b3d758b5e1d0eaaefcdf 1.53 MB 4,908 13
873,712 873,712 00000000000000000001ee998d678b48bd7f2d6f525abc97ef16b6537660496a 1.43 MB 5,773 14
873,711 873,711 0000000000000000000150499ca49fbbc611d2d8f927e7669e9ac02765574015 1.47 MB 4,711 14
873,710 873,710 0000000000000000000204fd968c0eb71600dc4a71a87737e7cb96e0d6abb66f 1.92 MB 3,928 6
873,709 873,709 000000000000000000026834d1de0a9cc21a6d3bdea66ced92a2184008cf132f 2.21 MB 2,824 6
873,708 873,708 0000000000000000000005b598017320d9467be8b51320bd58bfcd62cb383f57 1.56 MB 1,901 6
873,707 873,707 0000000000000000000043d0ddfbad6873096436585405d0a22c06b3304c1b62 1.55 MB 2,969 9
873,706 873,706 000000000000000000011c8a517b9b558afb6609a2585d9816bf73bcfe611f3d 1.86 MB 4,795 5
873,705 873,705 000000000000000000013a53cea7d15f74cc2c6966f55844a38b1bd49bf406af 1.56 MB 2,484 9
873,704 873,704 000000000000000000004aa5628927cb89a705941a23a0b840fd687c163da427 1.65 MB 3,290 8
873,703 873,703 000000000000000000017f29f8a59f8e2cf4a9e6952b80bb1bf7413c183d800a 1.32 MB 1,850 10
873,702 873,702 000000000000000000020ab79b52e94d7c67418063923b80e31c3d6b94d37d76 1.54 MB 3,278 11
873,701 873,701 000000000000000000005870e573434c40b02177be0fd05c27c0090802f168f3 1.36 MB 1,833 9
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.