Memory Pool Memory Pool Refreshing

3,126 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
3 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
907,890 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 3,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (721,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,819 186,819 00000000000001397e67810578599934b21cd622a73838943c94e2399e23e56f 0.23 MB 627 144
186,818 186,818 000000000000094f0d2fe828a98a8014720892053ae75fd5bae14d27a1e84dc8 0.05 MB 126 238
186,817 186,817 00000000000008204d9db840bb0fead15242c55bab3873c7c5a01c96bb3835d2 0.07 MB 32 67
186,816 186,816 00000000000009261bbfdc99076c33cab123706bce015d285b5cdb06c3b6a807 0.05 MB 142 178
186,815 186,815 00000000000003e2b25010867fe0a5342d572a14c575380f05dc249d3b7ae7b6 0.05 MB 138 160
186,814 186,814 0000000000000077556015096f2c5c5c0873367e7e3b992dc648ff63117ec232 0.09 MB 310 44
186,813 186,813 0000000000000653d9285cb3628c33f364e177ec07fe9d9c34e159c3d2f89fdb 0.12 MB 298 188
186,812 186,812 000000000000022d657f8e29922bee39df3db87faddb3dddf14964d40a306299 0.08 MB 161 98
186,811 186,811 00000000000006e45a36c39efa25dacb939a7768d24eebe46dd516a64e3febfc 0.09 MB 248 129
186,810 186,810 000000000000094e32f052902cdbde44afe9ccb2242e9d787ab08d0bf9d99510 0.00 MB 18 141
186,809 186,809 00000000000000f8a22d9f3aa6a5dd03e3ad7753b74904d6396a87f1dd198a79 0.05 MB 114 168
186,808 186,808 0000000000000963cb01fc77459ef112b0d039569f53d18d37b83099dae56f68 0.06 MB 32 70
186,807 186,807 0000000000000546b5bdba92aed2c7d06ecb19a5bc3d5085b481c33caaaf5ebe 0.01 MB 32 86
186,806 186,806 000000000000047f75870174fe1614efe11399b4bd41a800236f002948dd5f5f 0.01 MB 19 71
186,805 186,805 00000000000004033b9f33cb03af204064fe2a16f08b185ab833e8a679ff60a5 0.03 MB 53 164
186,804 186,804 000000000000026d3281830e3a39daf23aa38c48bb206ca39365b79a19d472aa 0.02 MB 61 162
186,803 186,803 0000000000000577db1eb2a0bdf0cfeef7dab26fc42d170f513808c154da19b8 0.07 MB 179 114
186,802 186,802 000000000000052a105fb40d9763cd893bcd21a3c36e9a4a8ee8a39795020359 0.02 MB 32 705
186,801 186,801 00000000000006fa471f37aafca8e679f389e3274dba6736f0acb9c1fdcb91d1 0.00 MB 10 310
186,800 186,800 000000000000011f19a01e07b865c3823c6b2e6d932cb28ee28fcf4723bb719f 0.03 MB 91 87
186,799 186,799 0000000000000543faed07e5f187f13527110e22343588e0ab00deffd324cab1 0.10 MB 251 132
Previous 10 blocks ↓
Total Size: 769.33 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,643.23 GB sent, 94.64 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.