Memory Pool Memory Pool Refreshing

1,685 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,917 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 1,676 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,916 (761,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,363 146,363 000000000000092da97bbdc962bce528c5cad6da9e260464f721488d8e010e7c 0.02 MB 29 222
146,362 146,362 0000000000000231a59f4d9a7d42562c01114783fbf58dd6c3c0106f72c3cc4c 0.04 MB 112 145
146,361 146,361 00000000000006928c5dada25ec5d00dcf66622c4958e5241304a1aead198933 0.00 MB 2 193
146,360 146,360 00000000000006c5f182c8ce19d26861499fd679de338bbbd114bce43acbbb51 0.14 MB 69 74
146,359 146,359 000000000000005b19dba1617e8df20433bfc649f7292dbace80acbf457d755a 0.03 MB 114 76
146,358 146,358 000000000000040ab0d5702cf09cc36bbc111e88cf4748a2a9f60f194976a296 0.05 MB 117 68
146,357 146,357 000000000000059afc4be0b8013d08db5ee251adf26b6db0d70f948dfe6be736 0.02 MB 46 28
146,356 146,356 00000000000007096924ab14236bb5e2b7e3052e61031c2d41e71c6e6b7f2e6c 0.02 MB 19 186
146,355 146,355 00000000000004768489dd0bfe97308f8597e2a8ddcd6e94c216393f1b01bd5b 0.02 MB 25 790
146,354 146,354 00000000000005793acd441df59cde817d900a454ab50246eaabfd8b7239b80c 0.01 MB 15 204
146,353 146,353 00000000000005e9fdeeab896f3dc9024f3db2df270bdb0419df12b74a32e528 0.09 MB 17 122
146,352 146,352 0000000000000565c0d7aca282d573a4881bd9cbc4a83c0beb88c49a0e0c99ac 0.02 MB 32 59
146,351 146,351 0000000000000371fbb124bc661cddb01ee00433ff1f810a057eac60e145ce52 0.01 MB 24 267
146,350 146,350 000000000000067aaed592438ed6672b42e0da56387d3f0680724126b248fadb 0.02 MB 74 28
146,349 146,349 00000000000008147a720f1cf9ff2f206e3a6489eed1479ac9b6aa4ffab3b308 0.00 MB 10 17
146,348 146,348 00000000000006b5ade75f874994a0f320becfe8b5ae4ff48aac56738a14e8a9 0.04 MB 103 128
146,347 146,347 000000000000013f41c87e0b36987d5837b03648291527d48d2f7208316e534e 0.03 MB 116 218
146,346 146,346 0000000000000000d17d059bee3cc75a547e8093f40ee85cd5ded0686096e408 0.05 MB 146 201
146,345 146,345 000000000000048cfb7d5ad8ec865097b2f1adce37e726dbbbbba53e97baf047 0.01 MB 22 104
146,344 146,344 00000000000001c3f33890ff20356dbb266bac1eed226fbe890c968991f51d58 0.03 MB 102 189
146,343 146,343 00000000000003ebe8536ca463024d3907aacf6f8fa837917f7d2273d1621ec1 0.01 MB 15 144
Previous 10 blocks ↓
Total Size: 769.38 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,644.27 GB sent, 94.87 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.