Memory Pool Memory Pool Refreshing

9,710 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,396 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (762,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,437 145,437 00000000000003a1e9d764cbca3f74ce817bc7cacc7990a06413d1a03d930a3f 0.04 MB 99 168
145,436 145,436 00000000000000690875414726bb009297ff576a27772354eea17d9c40c7f0c1 0.00 MB 12 18
145,435 145,435 00000000000000b2bc9eb066bb7ee431bdf4a3b9679cb407252d6007537fffae 0.00 MB 1 0
145,434 145,434 000000000000020ce5b7c80f60091f6f3b778b32b2b92909a4f06c45741afa95 0.01 MB 21 209
145,433 145,433 0000000000000100651c4e9ab547f071a8954b127174c86603ae6b3f0fe90612 0.01 MB 13 178
145,432 145,432 00000000000003b258311839dc4a2c9bb7642bd333ce1742589f7a8ccf672362 0.01 MB 11 28
145,431 145,431 00000000000008e8620723b8de7af389810678026b7680b7df7ca13a2cf70b69 0.03 MB 60 97
145,430 145,430 0000000000000863c666147c79dc6c292e7fb09c5d60b7dbe279771c9b48f258 0.00 MB 9 168
145,429 145,429 00000000000004601f36921203af4bdcf4197d0b6f4ca87742f462101ef27682 0.01 MB 6 773
145,428 145,428 0000000000000283e2c7d49e7ef407312b954d11a34696f1e8afb84be9d3efc2 0.01 MB 23 59
145,427 145,427 0000000000000752ed323964c2b57e9a98423b5787fc80994e238178b3b6a4a1 0.01 MB 20 93
145,426 145,426 000000000000048f9bc18c939773561490a737bea4b5811c9b342c0fcb0657d3 0.04 MB 87 109
145,425 145,425 00000000000000e8a03926131e439ca488f70ec761faaee1d2fb1b29c60d76fd 0.01 MB 22 97
145,424 145,424 0000000000000102b85f022f2ba33e6eb4024414d74a791d8a15a9661e2b36e8 0.00 MB 11 65
145,423 145,423 00000000000008ae4a925a8ab0d6737b8d11a2ff97a39a80ecaf33b846ccf212 0.04 MB 75 160
145,422 145,422 00000000000007c9b80ffeb597173c5ed0c9237738897a6b8e21c5b22b2730fb 0.01 MB 51 0
145,421 145,421 000000000000047ec6f15bc825abc562cc25c4f29727649e3b3e6b578a86fd48 0.02 MB 60 138
145,420 145,420 00000000000002cd0003629d5e515222261fd290af22012c9d52375c7778f5ea 0.01 MB 29 100
145,419 145,419 0000000000000078ce8d6a3cacbf388d01102abed511dd8d798f75878c21a273 0.00 MB 4 360
145,418 145,418 00000000000008c8589ca3e0cd572a4a7e0dfc12d32e06758c64e519b7d51104 0.02 MB 35 170
145,417 145,417 000000000000030562b7d9ce555fc474863e9dc1771c2d545d2c4e02e9e43c41 0.03 MB 86 63
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.