Memory Pool Memory Pool Refreshing

17,171 transactions
5.32 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
881,580 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 1,864 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,579 (442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,137 881,137 0000000000000000000039c3e9ac836806b1a6ae68407357222d2ef406584ca0 1.80 MB 2,680 3
881,136 881,136 000000000000000000007b5f914aaa218fa9feb234322cd3cbd8b0c0e67d535d 1.81 MB 2,517 1
881,135 881,135 00000000000000000001ace7e865901f755e0dec0dd21c842edbae1970e500ee 1.58 MB 3,013 5
881,134 881,134 00000000000000000001ba5f85eaf232d2a812b42274b73bcb042e8725aefceb 1.89 MB 1,603 2
881,133 881,133 000000000000000000008abb9b93e180fcc44ea0e4cfde48f83cf4a5518ecfcf 2.00 MB 837 1
881,132 881,132 000000000000000000022fabbc43fad22637959cfe6cb82eeecfcfee512704d1 1.91 MB 1,820 1
881,131 881,131 00000000000000000000f56aaa33a19072d993ecc666fc9646c442c3a36112fe 1.74 MB 2,036 2
881,130 881,130 000000000000000000027776aac03b1dab7885533f05cdf783ea22393d7d9c56 1.81 MB 4,504 2
881,129 881,129 000000000000000000026c9029bf76b4215c43fdb0feed1f73b9d6cae7d97bc0 1.64 MB 3,768 3
881,128 881,128 00000000000000000002370b86342ad86f77cb75ebc456fcc1bd0924df4f81c6 1.54 MB 3,640 7
881,127 881,127 00000000000000000000068cc482e97195cabdbe77d84bff900e9e40aebe584b 1.87 MB 2,311 2
881,126 881,126 000000000000000000011626cfd3f51072aec4e5e7a69e299ce8753b2cd1c84f 1.67 MB 3,710 3
881,125 881,125 00000000000000000001612215dd8e5c8efc39c9d894f29540cde7c3864be36f 1.89 MB 1,074 1
881,124 881,124 00000000000000000001dc677054ffddfadd6c92c321f0bb80f1a193e0c953ac 2.03 MB 1,368 1
881,123 881,123 00000000000000000000a8e3afc151896ecb351183069cf025c2d5492d9bd060 2.36 MB 1,015 1
881,122 881,122 000000000000000000003cecce42f14e68c0f06b1d2da791be6d81e3d1b7c67b 1.51 MB 2,515 4
881,121 881,121 00000000000000000001bc22b931ca1a856c22660d3aaa929b0ab049477787e6 1.54 MB 3,524 4
881,120 881,120 0000000000000000000139c84b1fa7b0f990f49914740c7a565d76e7208bf785 1.56 MB 2,930 8
881,119 881,119 000000000000000000028c9984588bc706dcc282b5ae00d9588c6627a812cb1f 3.57 MB 261 1
881,118 881,118 0000000000000000000103ddcd38115945a6433458c3c7cfa40af2fab1f24403 2.73 MB 1,982 2
881,117 881,117 00000000000000000002281b1ebeabc78608a7e0544a45b92e9248318e5cc85b 1.43 MB 668 1
Previous 10 blocks ↓
Total Size: 721.56 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: 2,011.16 GB sent, 71.41 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.