Memory Pool Memory Pool Refreshing

5,822 transactions
3.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,807 (609,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,280 298,280 00000000000000006ebf57fe8a3285a569f6a4e8fef9f2ee7f7d9718822685ed 0.28 MB 279 20
298,279 298,279 000000000000000011a1b4e1ff81921264a25c33989f08152953afdb252ca222 0.35 MB 317 17
298,278 298,278 000000000000000050d3f7dcce063369577a8c9dc87536a09ba8fd3536f99c89 0.35 MB 993 46
298,277 298,277 00000000000000004e20a20dc88ec9ad1f0064bcb7b92d98a28d32f2b9b7c7ad 0.05 MB 87 13
298,276 298,276 00000000000000005f1f44afe89b4de63da29ee9a2cfb93af02a955bb3ef6c60 0.37 MB 787 37
298,275 298,275 000000000000000095627691e1c3ebf71c0cf7b463f109244bfae1ea38c32d86 0.22 MB 335 23
298,274 298,274 00000000000000005c8190ae9a66ec11b82864c41b366b1b482cdfb2182e5128 0.11 MB 256 45
298,273 298,273 00000000000000006f744ef893d13022cb51f0c0b67ec24575167dc7c1059bd7 0.16 MB 200 30
298,272 298,272 00000000000000001ea3499b995c4d6c62011f1a2ec2bc9800c6fe1fefb5f799 0.06 MB 116 31
298,271 298,271 0000000000000000511672ba251384df5efaf6edd6a7e590e8261337f6824677 0.03 MB 71 24
298,270 298,270 00000000000000004a6155c5ddff835e49cb406f14714540badf54138b5c61fc 0.27 MB 449 28
298,269 298,269 000000000000000079ae71f9c858e8556127814515ac141eca4e631ea39cef47 0.02 MB 25 5
298,268 298,268 00000000000000005a0def5198b9cb0047693c6296d5b2451eb60bb17b13d34f 0.27 MB 480 31
298,267 298,267 00000000000000009d76fdbbbdf81b661cb7a2f68d6b2d548c42e89a41923620 0.05 MB 128 21
298,266 298,266 000000000000000012f422af3f14e559f818d73b985905efb66befd682eabaae 0.42 MB 807 34
298,265 298,265 00000000000000000dfb326f2b17fbee3907c7b0a3ef245433a0d8c25642c778 0.25 MB 128 13
298,264 298,264 000000000000000078702b1e4dcc843de40abdc02e10aa9901e922b3372c1887 0.35 MB 933 41
298,263 298,263 0000000000000000162f5f571eef4742b70204d983bda3c4b18fc1496ac27f86 0.15 MB 227 26
298,262 298,262 00000000000000008db5b09d40d7beec76349535e608c41abc1f59c7c9082146 0.15 MB 228 27
298,261 298,261 000000000000000059b954e25e2731fa1024f7dbdce8638859517e6ce58d00a8 0.01 MB 16 26
298,260 298,260 000000000000000067df016a02d58da49cd3c66552fa07fe9ac5edd20eabe4f3 0.27 MB 403 25
Previous 10 blocks ↓
Total Size: 769.18 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,633.51 GB sent, 93.84 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.