Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,500 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (40,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,271 867,271 000000000000000000018d949f256a536501623876851e73393c782c3f75d6b9 1.59 MB 3,094 20
867,270 867,270 00000000000000000002832269dc27000412e714138299a86d0bbcafaf935b6d 1.90 MB 2,968 6
867,269 867,269 00000000000000000000f6a1ebe4eda756d76bea11fc3298b1bc649585c38ac3 1.75 MB 2,368 7
867,268 867,268 000000000000000000028c95f31543a40a0653795787b7b8e553e2cb0bf36a88 1.87 MB 2,023 13
867,267 867,267 000000000000000000024d43b56b09d465deed17d852041831ccba8f724e0ec5 1.56 MB 2,595 18
867,266 867,266 0000000000000000000267a42e80308fe0531a716eebf67256471e47f5cc5435 1.49 MB 2,128 13
867,265 867,265 0000000000000000000050cfa49bb664d2c339c1f2f7273960652492ad5ecaf6 1.02 MB 155 8
867,264 867,264 0000000000000000000094574ed1cff1b1bae4555027b17a5b666c3c38aec0f7 1.08 MB 415 9
867,263 867,263 0000000000000000000069115c82479cd4f52b01f5e374bfdff8bf3ec60ba15a 1.30 MB 1,107 13
867,262 867,262 0000000000000000000222e444481a1049fb39ab41caa08962be20302e8e49a8 1.52 MB 2,594 12
867,261 867,261 000000000000000000000e4cddcd6c33dab1c69d2315bdb65fb5b89add875b88 1.90 MB 1,640 26
867,260 867,260 0000000000000000000011488f3a348cb51e28bc743db7d5aa1da7d9e2aa7004 1.60 MB 2,896 17
867,259 867,259 000000000000000000004da76b4f9abbc3243d763de14cb7e4572290213c3245 1.63 MB 1,682 17
867,258 867,258 0000000000000000000280a0ba2bf9d186c0f742e18683699466cef685aa33b5 1.02 MB 224 15
867,257 867,257 00000000000000000002ed5dcee38028672172c104ee2927a583adf7f508e734 1.53 MB 2,159 19
867,256 867,256 000000000000000000013cd0aff241ba7606815a2cd2b3521b529cdaf3d6e41c 1.84 MB 2,819 22
867,255 867,255 00000000000000000000218e91deab4b1c6b00ee5e42b75f93f5ee2e0efc4f0a 1.79 MB 3,375 30
867,254 867,254 00000000000000000001265dbd6366c45e2c6873a98c8a923babb20645e88fa0 1.70 MB 5,345 24
867,253 867,253 00000000000000000001043594bb637440b759c210247afd21d91582bdeda547 1.67 MB 3,290 25
867,252 867,252 00000000000000000000f66a40351bab4a27d6eeb193ddb4f6982f0c96d0f575 1.60 MB 3,853 46
867,251 867,251 00000000000000000001be288cece2bae6201befb628295c0d43bb0ac66067bc 1.70 MB 5,346 28
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.