Memory Pool Memory Pool Refreshing

2,601 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,182 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (9,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,270 898,270 00000000000000000000610de90c242938aa1427209e287940abd8e9b80e6c02 0.48 MB 1,373 1
898,269 898,269 00000000000000000000ca5b1c1632b1b02e0b24c2eff42f3c1b65c3dbb25f17 1.83 MB 2,764 1
898,268 898,268 000000000000000000008de1f2480f05901ff5e9043a44b9bbfdf42eaa49bb76 1.61 MB 3,083 5
898,267 898,267 00000000000000000000cef0a9d0c24d92d3a0642672c50a3a4cd1d528fb8bf6 1.75 MB 3,939 2
898,266 898,266 00000000000000000000934de9a13c4372c6a61e9af2c0511545bb3d8a007c7b 1.76 MB 4,248 2
898,265 898,265 0000000000000000000137795df0c6c433847dec826b1d9b223965693f29c6bf 1.75 MB 3,789 5
898,264 898,264 000000000000000000008312887574dfd3f21f33604e8594778cbf60fcbebf51 1.87 MB 4,521 2
898,263 898,263 00000000000000000001bf83efb4aa5a77cb4036cfe30dbc661296c41573bde7 1.66 MB 3,532 1
898,262 898,262 00000000000000000000c5c248df02138374393a19aeea4e316ea58f0955d8ea 1.76 MB 3,847 3
898,261 898,261 00000000000000000001c9f243a5038f61a94c1c1fda7e7a6f17c1a9f2f5a4be 1.65 MB 3,183 7
898,260 898,260 00000000000000000001a8b578cdae4232ffbe0e71d735cdbe5e990429a5a78e 1.19 MB 2,586 1
898,259 898,259 000000000000000000007945194c5cf247442947fe07c6b0342a7400ea8648d6 1.73 MB 3,049 8
898,258 898,258 000000000000000000011abcef4f71fa0f6367fff40f95f9a060c66337cd086c 1.48 MB 2,884 2
898,257 898,257 000000000000000000008ee67f846ec3c020ddd95b4856f97e6119187d5ce40c 1.80 MB 4,173 2
898,256 898,256 00000000000000000001532c47b79ec1d4adbdb42c65fde2f7f804090f132486 1.72 MB 4,013 5
898,255 898,255 00000000000000000000e86519a7245464444f9e57f1b03bd4e147ce98646012 0.42 MB 923 1
898,254 898,254 00000000000000000001adf68d5c4b8df8f19d369c4bc1fb6dd3b351c96479e3 0.42 MB 625 2
898,253 898,253 00000000000000000000bb0fe36646ba4912e816e000c1bdbd68179305ab474a 3.76 MB 443 1
898,252 898,252 0000000000000000000088b5c659f4eba81030c9758645b28907e0fd87035188 2.34 MB 2,678 2
898,251 898,251 00000000000000000001f197bc0118db0d5da138c0c73c0faa86ccfcb7eb7532 2.85 MB 1,474 1
898,250 898,250 00000000000000000002134cba319ea45ed4b0c820613917287c32e853f1ce8e 2.24 MB 2,159 2
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.