Memory Pool Memory Pool Refreshing

2,219 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,110 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (678,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,356 229,356 000000000000004d3d8ec52253254fad287391f642824161e83cf8abfa456ea5 0.10 MB 256 190
229,355 229,355 00000000000000cd0c9b15b959f4e6ebd8f2eb2c4fcc6039178a4543f76ebe14 0.19 MB 380 165
229,354 229,354 000000000000005206c2fe7ddc2052229acf8d9657e7bdca9798fc3caaf8aa39 0.06 MB 121 90
229,353 229,353 00000000000001d1a71646d7705e36b577b3d0a637f4b31b838afc6112a47de8 0.32 MB 693 516
229,352 229,352 0000000000000155df35dff209dd7c2a8405861cb9cf05eaa9f26b44bef1a91e 0.21 MB 311 123
229,351 229,351 000000000000023fb19e9f493f484562f4013c2f0e49c2dfd71349ef399297ea 0.25 MB 670 218
229,350 229,350 0000000000000075cd3c713afb4862201162778a41b6426cf9aab942b099850e 0.12 MB 200 143
229,349 229,349 00000000000000cf1e32bc330a792cdf710f6d037bf672495538c3d7541ce612 0.06 MB 152 116
229,348 229,348 000000000000017f7fa145f3c1965c084c8cd56e5b48b8a5a7bad7b5e45a8d3e 0.22 MB 432 192
229,347 229,347 000000000000000201737a0249863b2a7b1d69993a9985e60cf7bf6306be05a1 0.25 MB 674 208
229,346 229,346 0000000000000102e20502d479834ab1230f3eb35666d700259fbceff299b299 0.14 MB 303 156
229,345 229,345 0000000000000062c6c4dbef43b00edb4a00ea218341c2732cca20ad4991d44b 0.10 MB 190 95
229,344 229,344 00000000000001bb1a455d38606381e71cca26f634587f981c360e35275a34db 0.07 MB 200 150
229,343 229,343 00000000000000450634d2a059e1a154cfd5783872ff9c7e788524e81fa163a1 0.77 MB 358 129
229,342 229,342 00000000000000e540c393789c2e56fa802e976cd5c6d65e0a6a0ebcc14f8971 0.23 MB 430 147
229,341 229,341 000000000000001b9c2919dce38bf93c6e41d61f469d902066ed387de487cbbf 0.15 MB 358 177
229,340 229,340 00000000000000feccc148a183f93e756644642613559a51e990d077b8084fe2 0.12 MB 142 74
229,339 229,339 00000000000001c48563981f601fc665f67728c2ed0fc4274db63962640ca630 0.25 MB 652 192
229,338 229,338 0000000000000026269880d2ca623ae7a8d5ad27536029631f4d0b464c934613 0.00 MB 1 0
229,337 229,337 0000000000000183b4bf7a7737ddb26ede73043f1ccebe6d89fc2705bc68e416 0.10 MB 262 181
229,336 229,336 0000000000000081b882c83bb48d18332f83c3676b1cff34c9b1339ccf4a99fb 0.12 MB 319 163
Previous 10 blocks ↓
Total Size: 769.06 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.82 GB sent, 93.17 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.