Memory Pool Memory Pool Refreshing

4,207 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,677 (650,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,778 256,778 00000000000000153898aca41f25150155133c1bfe2b46cfcc10d83ae3592b05 0.04 MB 94 57
256,777 256,777 000000000000000c0a6eb4d06a6a7715eb5746f13185b7a3c35674a1c19b3e6b 0.04 MB 117 108
256,776 256,776 00000000000000073f4791c2d3ef7fe6c7fc1d5d6328f9a6b3d608ae3ff469eb 0.21 MB 473 120
256,775 256,775 000000000000001caa87cdc557f5f3d87e8e0db9ce118315ea02a2d2fc0ff9fb 0.09 MB 221 111
256,774 256,774 000000000000000b4c2a82cfe76e9344fbcd0eb6b315818ac437f995c901f7b0 0.05 MB 128 88
256,773 256,773 000000000000000620390aa82d394a0a6c10bbc96e22bb00bd3d7a118531b849 0.10 MB 188 84
256,772 256,772 0000000000000028bb0436d4f7d19e93292ed8cabb946d5d9922ca20897578bd 0.04 MB 61 55
256,771 256,771 0000000000000011f04f95f60f5f9be51a289ebd642673c1b89180ccae0de1dd 0.25 MB 453 58
256,770 256,770 00000000000000070fa7e2160e9aa1dd258c04bd1a62a56746e526d2d9665171 0.25 MB 629 170
256,769 256,769 0000000000000010e58bb49b0f719e7a0234b7b3abf9330df3dbcfec54be5add 0.25 MB 566 143
256,768 256,768 00000000000000133b85e667647af489978e1066d9c7cac311f560bd1cb36bac 0.25 MB 642 140
256,767 256,767 000000000000003012f851135e5bff6a4fb6512023b9ca4b6d5ffa053a5a6307 0.02 MB 54 82
256,766 256,766 00000000000000175e047f06a801d13979477eb70962e335a72015bf5651b163 0.14 MB 278 81
256,765 256,765 00000000000000282e29dec730ddfa6ea7215814162f251d4ed51d814ca6f9f8 0.16 MB 344 102
256,764 256,764 000000000000002a061e3d28e09aa46ab04abe212c9964d87dd92872dd55075a 0.05 MB 104 84
256,763 256,763 00000000000000052e56a3dd5f83208b86ad4ecc69898dd8bac6e8ddc77517d6 0.15 MB 318 89
256,762 256,762 000000000000001ac1a6ff44edd51f14ab7c4a867a77b6ae2b993f4ea2237ea0 0.03 MB 25 17
256,761 256,761 00000000000000113241dab98f97cb77836ef9d53c405d737d742b839c4779ba 0.09 MB 159 111
256,760 256,760 000000000000001df3322258f91a07ec436182b1125c4e965ae14ee7c9b65e8c 0.19 MB 504 64
256,759 256,759 0000000000000021616ec476f3bbcf4096cd0d1773270ece7ceb191e7588d383 0.25 MB 661 173
256,758 256,758 000000000000000900bf548b8663bd262621ae7b34b402e781a2dd2ec5a02100 0.13 MB 256 122
Previous 10 blocks ↓
Total Size: 768.94 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,613.31 GB sent, 92.50 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.