Memory Pool Memory Pool Refreshing

10,737 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,067 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (384,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
523,004 523,004 000000000000000000105ed7101adcb5dd40d26651dd0b4812acdb175d16d047 0.21 MB 491 47
523,003 523,003 0000000000000000002fc60b1ccee1f50fba63bc2fe8658e9674f820a9e08f08 1.00 MB 2,256 30
523,002 523,002 00000000000000000013000fd749921e0afe3db333912ddd7f0be0f0603191a0 0.67 MB 1,523 30
523,001 523,001 0000000000000000001b9535f25cad28d33cae996f2b4ed408f460b797ed0c56 0.24 MB 564 30
523,000 523,000 000000000000000000219f371994064c0827c1ee1f2de17da4ae4472b7a68216 0.59 MB 1,497 34
522,999 522,999 00000000000000000037e4146131e4a0e367108040885faf18b3ea40f285ba9f 0.01 MB 34 17
522,998 522,998 0000000000000000001bfb278a8b4879284d38f8af70a4e4f8c9e7053ae3bda2 0.27 MB 592 39
522,997 522,997 0000000000000000003eec320106d72f07290a7790737820114e3e5dc3ca66d8 0.14 MB 308 27
522,996 522,996 00000000000000000031069606693a66b87ce45c796e9e31e2ca6f40366a17d7 0.04 MB 126 38
522,995 522,995 0000000000000000004233b94d5c8c25b5ffea3e078ee2e09020903166d9e6fa 0.17 MB 329 41
522,994 522,994 00000000000000000041ca8ee4a102c289db7568164ce8dc88ad105cec77799f 0.86 MB 2,051 40
522,993 522,993 000000000000000000111fd6ce2ff500e9d9d6d45d26f828d365da1057d4e328 0.62 MB 1,396 7
522,992 522,992 0000000000000000000a798f420c178c4e9e59daebfd4c0c02ff07801a6ecbb0 1.17 MB 2,326 45
522,991 522,991 00000000000000000035757b3c306f7d0f234feceb9b32bbc0368a2731b9e3db 0.51 MB 1,191 35
522,990 522,990 0000000000000000001d090d5e2e436c0650eb3697ad3afe556d24b61bd49952 0.15 MB 316 29
522,989 522,989 0000000000000000003fe9d842fd3fb28797c4054e6a8196cef4a0664f087ea7 0.69 MB 1,479 36
522,988 522,988 0000000000000000003fe6b405d9c7fe2d303f36ae508b9cf8ef30b6beeeb3c7 0.75 MB 1,761 18
522,987 522,987 0000000000000000002cdd93e456cc81e1622e15276b6ebeb725bbe03e5afdf3 1.17 MB 2,695 44
522,986 522,986 0000000000000000002016a6e60ea4632ff4e91d6cdc2af838c10de28a119250 1.14 MB 2,246 11
522,985 522,985 0000000000000000001fdbe98d1209323f06f6398a4b59719429e7b3d9aa845b 1.17 MB 2,743 48
522,984 522,984 0000000000000000002005b0da1e517172ac0ab3c9656eca621183b0d581cd04 0.15 MB 375 27
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.