Memory Pool Memory Pool Refreshing

3,530 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,508 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (665,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,360 242,360 00000000000000c52b65c32d74c145a3b83ffe10bc7deac42883ca7ba85ac508 0.05 MB 97 112
242,359 242,359 0000000000000044635c8d256559a4bbd27e36c84c0b1349102cfc99fd5645c7 0.12 MB 239 93
242,358 242,358 00000000000000a3c01ac1b7431fe4f3b141091650172a0ca3f147ad5472ebe8 0.25 MB 759 249
242,357 242,357 0000000000000021010cb0f43c5a6f15cf2df6634750328904918590e39fdfcf 0.24 MB 567 278
242,356 242,356 00000000000000a73489fb88ea1755b1dd8e9b0e7e6b1e21f44d715a09189470 0.14 MB 296 138
242,355 242,355 000000000000001fb9c0ad2c031ef6ebea4a57ec423c218bb237c02b212a2967 0.11 MB 246 147
242,354 242,354 00000000000000716ef24b42418ab307e69291fcbd580ab4ed49bef236ffde69 0.02 MB 23 54
242,353 242,353 000000000000007c7158529bd3b799d5d7137abf7df180dde823eff1c77127cc 0.08 MB 179 153
242,352 242,352 00000000000000dc3fb029d1d505892d3601504d7343da8e5c17b9a026641458 0.04 MB 45 15
242,351 242,351 00000000000000bf1a85955030de73eeacb460b1cf3f523821bb4538054f62e0 0.18 MB 376 409
242,350 242,350 00000000000000732a45cae0e8fca78f6a0fb41a485267e84610559c63582526 0.25 MB 364 99
242,349 242,349 00000000000000cbf4356b80b37f5772f4e38e7ed1f0aa644d8e389d8be24bdc 0.25 MB 698 622
242,348 242,348 00000000000000c6cacddfd57f0ab4dcc729859b8273761b1bbfba1fdf1781f7 0.02 MB 25 19
242,347 242,347 000000000000007bf640cbe7efc1c21fe825a9424d6b0e7e4eb46dab56e4b588 0.24 MB 612 274
242,346 242,346 00000000000000c26f4334e708cd2d9ac96c42189c49b3c6640f447784419ff9 0.06 MB 130 204
242,345 242,345 00000000000000581d60307ddaa7291f10a3ce90bb226a7edf7fae23866fba62 0.13 MB 256 44
242,344 242,344 00000000000000929f9f64ca5491eb07d81120df3c9dd7aec0ea6a97ccbefe2a 0.23 MB 550 178
242,343 242,343 0000000000000008bca106d445b4fd1e4077cf2026f771aab55e602e25607f5a 0.00 MB 7 134
242,342 242,342 00000000000000c81a898098e02d6cd5a719068951d4a6755db1cd75928382ce 0.07 MB 155 348
242,341 242,341 00000000000000c2ca4f8903baadc339dbc5d523ff41a0044e483a37737a145b 0.08 MB 192 471
242,340 242,340 00000000000000ca184d6be15215ab36f60267bcad2ce64ba0bf7ff396c4f5ad 0.06 MB 104 90
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.93 GB sent, 92.85 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.