Memory Pool Memory Pool Refreshing

3,976 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,655 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,409 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,654 (816,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,276 92,276 00000000000d62d51e220ad9be1459cb4cc0886531e9f51f032eaf5c485bf831 0.00 MB 3 0
92,275 92,275 00000000000b69703613fafad894951b6ba5c796e10117f4346e09e527bdc8ec 0.00 MB 1 0
92,274 92,274 000000000003cb8cb5da21ec1f196d8af67b05d1dcd88718507b2c6b68280ec0 0.00 MB 2 0
92,273 92,273 00000000000ddbf3f4282522d62e52bf29a3b3192fd324a91e2e60a55734bb14 0.00 MB 2 0
92,272 92,272 0000000000076584d0f0380a106f77d9dbe768445554d43ae5d09a4b1e7949d4 0.00 MB 6 0
92,271 92,271 00000000000a64d166864eedeabdf945d2174f0f850fef24fe75f358795e64cd 0.00 MB 1 0
92,270 92,270 000000000000625c59e6528b9f17566b8712b77f19fdf04b5a9d25603bab1cab 0.00 MB 1 0
92,269 92,269 00000000000e09d6b505e4b5d376c63748bbe43aeb2d4ea57cffe154217c6782 0.00 MB 1 0
92,268 92,268 000000000008f77c84df92cbd4ca3a08814cf7ccba1652bf22756c956c52a807 0.00 MB 1 0
92,267 92,267 000000000007d5291d62f530ddbd79be8bed5392d1658c25d51456ad6c4fba4d 0.00 MB 2 0
92,266 92,266 0000000000061cce6bf8cb75de441fb608d110583651de418556a8826dc393ed 0.00 MB 3 0
92,265 92,265 00000000000bd29ae6635ad8467952bfc96913efea2b5a5a2af1f17b1ddb6a58 0.00 MB 1 0
92,264 92,264 0000000000037afe6634f7a63918ad202eab22100b4eb79fedc1a9fb73517642 0.00 MB 2 0
92,263 92,263 0000000000022d24dc438da34393ff5cdf3dbdf3ad6ca66774c3ca657aeab39c 0.00 MB 2 0
92,262 92,262 000000000004a478d7a33b55ee0d3e00a916864f3af8c085c246539e6580ba9a 0.00 MB 1 0
92,261 92,261 00000000000e15a7de65583fc8fa7519d72603fc3e60ddd6c61874dd9710a057 0.00 MB 4 0
92,260 92,260 00000000000b5a05c64ac2fd0d7f7ad734848a836547fb08202bd81585690cd7 0.00 MB 1 0
92,259 92,259 000000000004218769ff41308c2ffdb6031ca8c8fd779b88d9f4e67ac9058521 0.00 MB 1 0
92,258 92,258 0000000000083c205309f35ed8787bf8c832aecf41ced01d101859417a89badc 0.00 MB 1 0
92,257 92,257 0000000000016d2ee7cf83d9c12dc2a87871792e0db746238bf99bb1fad5a3a5 0.00 MB 1 0
92,256 92,256 00000000000686a9346e6768d74c2200985f1ec3871eb2cb90e70132167b4458 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.91 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,851.72 GB sent, 101.51 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.