Memory Pool Memory Pool Refreshing

1,085 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,083 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (696,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,411 211,411 0000000000000295e68f08bafe70a7cec4f20bb528b49817fb235e741575c031 0.05 MB 129 15
211,410 211,410 00000000000000f3b572308bed3d18b677038737e0d1227e9e81cd6821013de9 0.25 MB 600 180
211,409 211,409 00000000000002f8c493dd9ed45aae20994463bb1e9c2ad5b000a472d36b5d14 0.21 MB 486 184
211,408 211,408 000000000000012b951b4eda75fb8de0817427c98177e673f7489ddf0f04fc55 0.19 MB 344 115
211,407 211,407 000000000000035ff76f61750c6238ea63b5efaeaa93b3a3d1674eef1cdba067 0.06 MB 136 130
211,406 211,406 000000000000012a41dd524c64bfb29279b4039c39b0ba92dfa8f2e251076009 0.04 MB 82 183
211,405 211,405 000000000000025604e573ac1f07dadde7f7725e23a3aa4d075889306a8c87f2 0.17 MB 449 195
211,404 211,404 00000000000003f61a4ee41787801142a5a48e2dff91cd4e96791e9a2df6e557 0.11 MB 286 225
211,403 211,403 000000000000004463cd1c6476c7020562dca556f613052bd184a9a4762726f3 0.09 MB 252 217
211,402 211,402 0000000000000097a87fccc96190d7d07311801c4149e8e2998ab7241b27210f 0.09 MB 213 143
211,401 211,401 0000000000000313e4e19d774871346be68ed9ff3d55abe90ac0dd054dcb23c5 0.10 MB 242 144
211,400 211,400 000000000000032993879e057e35b2664d672002887edaf265cc97e875688724 0.20 MB 455 162
211,399 211,399 000000000000042fb05c082938d598e3aeaf5173f7fb28665e60a23c9903bc1b 0.25 MB 563 162
211,398 211,398 00000000000001c4698a40380e95b0a36732205f4c1754f49c5905ce0ffc1315 0.25 MB 638 203
211,397 211,397 00000000000001eecb2ce20a5fdb1b8a9012d8f8c35ee2fb0ef4430e445b1c5a 0.17 MB 194 101
211,396 211,396 00000000000003e188db8c006506a8c28747458196dcacd413f0de197aa16434 0.25 MB 609 198
211,395 211,395 000000000000035b509afaa036c681de7ac0b116e7d5bdf273310b168f400be7 0.00 MB 1 0
211,394 211,394 000000000000028080177c9e08cb663f4cf19d5f2e857f81f78335db8712eb79 0.40 MB 599 106
211,393 211,393 0000000000000064406c1cdf7476e037c0fcaeaf9ab47239fc4de3eb02c0c965 0.05 MB 116 105
211,392 211,392 0000000000000499788531be86094b84978618f48d7b6770cc74159f05ae52ad 0.26 MB 599 183
211,391 211,391 000000000000047ef1d3492ef3320bf1d0f83420fc27e762ef75a989b28750e1 0.25 MB 715 239
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.30 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.