Memory Pool Memory Pool Refreshing

8,180 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,826 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (467,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
440,393 440,393 0000000000000000038ae390076158115fc794435dded3cefc1b53889c6f3572 1.00 MB 2,536 104
440,392 440,392 0000000000000000017f403c6d605c416f1ee2f3900c2f640e61c717f9743b57 1.00 MB 2,497 72
440,391 440,391 000000000000000002400db2f1bfdee56d1349113cee8c0914f7b47b22c80641 1.00 MB 2,842 106
440,390 440,390 0000000000000000001054e2fbfeccde7038ca16645f9f60294bc5c3dc0bcdb7 1.00 MB 1,683 45
440,389 440,389 000000000000000003dd342b550ef27b1efbe35b120c0af6537fdcd2837453bf 1.00 MB 774 48
440,388 440,388 0000000000000000004e19da5e5f372561bfdb14ab01af6c84b4ad1aa361d4bc 1.00 MB 2,648 56
440,387 440,387 0000000000000000034e2fa2cae111cdcb8c7400fabec4c03d60ed6db40d09c8 0.99 MB 2,434 53
440,386 440,386 000000000000000002b76a5f34a2c62ab48a4131b3202d5a085587b43ab7cd07 1.00 MB 2,681 78
440,385 440,385 00000000000000000094f16a2fa0f94a462c233e7494b0b54a0b55abef1042fd 1.00 MB 2,376 100
440,384 440,384 00000000000000000075ccbbe39172c2ebfde8a9e80a71771cde525c98a6fd2c 1.00 MB 1,925 63
440,383 440,383 00000000000000000315137a7ed20a40cea0da23c82e9044abea1b18ab8934f6 1.00 MB 2,256 75
440,382 440,382 0000000000000000006594c7e0cf774a4d61f91e27a851f3c802170932462ff3 1.00 MB 2,412 74
440,381 440,381 000000000000000000082722b6195ab4a6f5f7404494bbc2287c29fd22cba26b 1.00 MB 2,033 67
440,380 440,380 0000000000000000001b32229af768e5571130fc18bb44677c3565ad9f6d3972 1.00 MB 2,219 82
440,379 440,379 000000000000000002faf43e893b193e93b0fcfe0f6ac2416c083471102e4d73 1.00 MB 2,025 74
440,378 440,378 000000000000000001949dcc478302e9051a81550957f35dd5a593b4bcc240b7 1.00 MB 1,119 64
440,377 440,377 00000000000000000203c2e6f259ab791a8f60480bcccd2f1ca2609ba7f98b6a 1.00 MB 1,733 57
440,376 440,376 0000000000000000011ebb8b59cebf8a59f333fe6451c1835d706ba7dcb3c64f 1.00 MB 1,830 61
440,375 440,375 00000000000000000113dcd971f95ee29c0ea13e26adf96329aa237284fd87ba 1.00 MB 2,005 58
440,374 440,374 000000000000000002b3327f59353795ff074e46c7e1bfaaa3d64e81aad5bcc6 1.00 MB 1,730 69
440,373 440,373 00000000000000000245d6cd660615d2ff7dde7f2b4b7d6f2b3be2a209e28313 1.00 MB 771 67
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.27 GB sent, 93.77 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.