Memory Pool Memory Pool Refreshing

6,318 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,273 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (467,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
440,372 440,372 00000000000000000347ef9c1a99d11096fda854b047a70df28212bbf16d8faa 1.00 MB 1,275 73
440,371 440,371 000000000000000000dc7b08ba97f7d157b7d41d1f380034350ef38d28659c51 1.00 MB 1,878 79
440,370 440,370 00000000000000000266801d99e5a7c82a47d025a516ce225a8f90de29da33fe 1.00 MB 2,208 79
440,369 440,369 000000000000000003334712d22048eec9bb53f502eef7342d047eb07922534c 0.75 MB 2,120 84
440,368 440,368 000000000000000001979b86bcd69bb422146133527f8d051f3c28a64040fbfd 1.00 MB 2,713 78
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,634.97 GB sent, 94.11 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.