Memory Pool Memory Pool Refreshing

1,690 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,672 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (483,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,006 424,006 000000000000000003ac7d77bd46d35bd75078501e8c558300558f94a5835728 0.70 MB 108 10
424,005 424,005 00000000000000000299eb2c7096402062080c1e68e4a3621115289dd7d1b6e4 1.00 MB 2,443 74
424,004 424,004 000000000000000001f546b9730cbdcc45cb965d12cd6814a08e01d848c39223 0.99 MB 1,421 39
424,003 424,003 000000000000000004570ce02d1b3bc26237a95c6d8a4d0502b2a88dfd3a1e57 0.45 MB 853 45
424,002 424,002 00000000000000000570fc9761e79f3adad787eb32ae7322427f4991c2550c54 1.00 MB 2,415 68
424,001 424,001 00000000000000000077fc50c11864ed0c2ca697465e35c7a07f4fe089916980 0.47 MB 769 48
424,000 424,000 0000000000000000014f564a76d9e3efa7940f0584c24084e8c5dc15a8836d27 0.12 MB 302 74
423,999 423,999 000000000000000003d84264cf8a90fd462ef0b8a43974645086c88f02a6136e 0.99 MB 2,089 50
423,998 423,998 00000000000000000427fe5f2f9d31434189ee29a48080201ebe4ed80bdf6a60 1.00 MB 2,678 90
423,997 423,997 00000000000000000178d609ab39a50fcedf12665b27025dd9a4e82d8606dd95 0.60 MB 799 33
423,996 423,996 00000000000000000300c19265fbfad7edab3de6cbea75c3cca71b18cb267bea 1.00 MB 2,166 73
423,995 423,995 000000000000000003b370a5b88f6e8205991f5588e6824aa86640fb488a1daa 0.45 MB 932 57
423,994 423,994 0000000000000000039da627cfa0a2ffcade5bccea1d706ec534dc77bac0c3ab 1.00 MB 1,873 43
423,993 423,993 0000000000000000041179181701c1981e823e07a42d19c6c83b72243781bb15 0.00 MB 1 0
423,992 423,992 000000000000000001cf133ad95a515194d121c4592e6d94134095b17ce45130 1.00 MB 2,826 69
423,991 423,991 0000000000000000034130e36ca17f9ea10b6bcdad7ca1278b8cd388833d9d05 1.00 MB 2,936 129
423,990 423,990 000000000000000003b2b646971c748e9a25664e2e01fd8dda35ac7c838973ba 0.24 MB 510 56
423,989 423,989 000000000000000003146846735f2b839df9e46eb61743e14df3fad99f1da90f 0.99 MB 1,668 45
423,988 423,988 000000000000000003a32762a76ff8ac8e978dcfbca64f7a23eb79a8c8e85d6d 1.00 MB 2,519 89
423,987 423,987 000000000000000000a46f6fe760a1cf49b433bfac131c1f45ff1ad1a94f58ee 0.37 MB 625 54
423,986 423,986 000000000000000000c1769f32b3a8024f9aa83d4d930feb719f03c36b7804fe 0.31 MB 833 83
Previous 10 blocks ↓
Total Size: 769.14 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,631.96 GB sent, 93.59 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.