Memory Pool Memory Pool Refreshing

3,913 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (725,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,372 182,372 000000000000098f1ba7e0ec453a1f4e7cd63c189f9ec19ef94cd694ff8bd7d1 0.03 MB 84 34
182,371 182,371 000000000000049266295dfcdac74d3bc8e3bb99d78b8fcf4c3a4106c3b2b3f2 0.04 MB 104 44
182,370 182,370 000000000000036bc33958debfb45564d8ec32e55be115df1ef6e04f5429bda6 0.07 MB 128 92
182,369 182,369 00000000000000c320cf1235223bd3b2c6e4879aba4f889034bbb8fce6255436 0.21 MB 488 120
182,368 182,368 00000000000005d68df9b8dd1f038ee771bc8f68547dd93a18b80cb88a8caae1 0.05 MB 132 135
182,367 182,367 0000000000000016c5e950753783cbbe50dc385f1ecf96738ec64665374296ef 0.05 MB 149 106
182,366 182,366 0000000000000943b00cf6e3a08745013482f2d1c50721c8e891cfd16971ee96 0.00 MB 10 15
182,365 182,365 0000000000000154c8371105c205a8b386b8c132a690bc1d1c43ef3ef652b3b1 0.05 MB 130 89
182,364 182,364 00000000000006c46f9637dff55084312adbc7bb65366576d5134d15a5df6e29 0.05 MB 159 73
182,363 182,363 000000000000093d01e4f1189c428a782dfdab66023194c6bee33df9ddd053fb 0.08 MB 182 98
182,362 182,362 00000000000001ac70668989cec872e078bb6b10262cc39ae0db4b2a69621773 0.09 MB 209 152
182,361 182,361 00000000000005f8b47baeabdce7ca95c4f33196db325490c3a49914dd4d80d0 0.10 MB 228 91
182,360 182,360 0000000000000122bded2ebcff1620091671996f9135418e4b547ffebfc36410 0.03 MB 81 39
182,359 182,359 000000000000070ec0cb464608f6069124e3c066622b91fa2507e0c1f0984358 0.18 MB 377 157
182,358 182,358 000000000000000d009f1e6d8b99aad3ddc1ec7ffa9bc41fd75603fea032f782 0.00 MB 14 0
182,357 182,357 000000000000018e20f2e1caf68b723cbdcc00a26b884c84ab096d32c43e8578 0.05 MB 123 202
182,356 182,356 000000000000017ac730a9deb1a87f5f3d9cc452fba01e057c72147182254ee9 0.05 MB 141 324
182,355 182,355 0000000000000001174d60c85c88625d059d19f5e15dd12888977675a5a64978 0.06 MB 139 211
182,354 182,354 00000000000001e27450d658b798cc74c24773fa4f11d6b3dd68073c87a96e3e 0.05 MB 153 50
182,353 182,353 0000000000000849ce23f6352a51db19c02d614d882f51365ca7b2ee1c6b7265 0.00 MB 13 14
182,352 182,352 000000000000083fcd46f8181cf954dfc0e17b42a8f3ffbe89091829a2519130 0.13 MB 299 108
Previous 10 blocks ↓
Total Size: 769.05 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,627.29 GB sent, 93.11 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.