Memory Pool Memory Pool Refreshing

3,535 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,190 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (657,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,129 250,129 0000000000000001ac1a4452c31808308d2ab0569f60df148acf4c8e220729d5 0.15 MB 341 121
250,128 250,128 000000000000000fe2602c9fff6d59cfcc439ee9bddef2fbb841400670cd81d3 0.13 MB 264 112
250,127 250,127 000000000000002eb04b261616d5d41e201d2caad2505d39885907a9a0d51d3e 0.00 MB 7 125
250,126 250,126 000000000000005850ce1136cb221c21d41903e38eca66ceadb00c66a107ce33 0.02 MB 46 100
250,125 250,125 000000000000001075cfaae00a342115c3104a42140bfb3720987fb64d5bbf81 0.01 MB 36 96
250,124 250,124 00000000000000615a19ab20fd221969a1a462a1779d79697fba295ca1b06c2c 0.00 MB 5 61
250,123 250,123 0000000000000047b973f48cd8fe5418da57606beebe73c0d5ef126d0e81d79f 0.10 MB 207 97
250,122 250,122 00000000000000237eb32bf7ade2d791626f694ff0f5f19beb2a1cd3c6d988fe 0.09 MB 137 104
250,121 250,121 000000000000002ae7d3778ee6f89f09c6df80e158b46cd3b3c41917c3a96fb1 0.02 MB 32 117
250,120 250,120 00000000000000404ef38c419b570f6edeed99ee367554f82f3ccdf9516d1114 0.10 MB 246 134
250,119 250,119 000000000000005d1bfd7ad0cd46ac43cc085cc8b70f702ee6fec39ac1118a57 0.01 MB 24 0
250,118 250,118 000000000000000b28937fd4af9802d5fbbbbdc589fbf1a32b075cc4a1080029 0.20 MB 440 104
250,117 250,117 000000000000003d295fde78ad49a047a3a85cd449669e778ff3acf245abb0b3 0.08 MB 168 132
250,116 250,116 000000000000006d932a53907c45d3c628093f07ab0716dc2dd95df42618e453 0.14 MB 323 111
250,115 250,115 000000000000004ca37331bc9e137f86c04ff58f7994686298a574d11abbc6ff 0.04 MB 64 35
250,114 250,114 00000000000000127c14e32d63ea9c3be44fdb0606c367c8de8c1e104f527264 0.20 MB 462 112
250,113 250,113 0000000000000072a6350746bef3b38e15cde015e0cc8937b01a7c78f92a2310 0.01 MB 31 116
250,112 250,112 00000000000000353a52a3919a778037d550becbcd2a565a4b27cb5cd1c12119 0.17 MB 406 121
250,111 250,111 000000000000004a085956936560e26fd23ceb3d13b951894e8fc67bb55c85db 0.02 MB 64 125
250,110 250,110 000000000000003eaf3a92b579261803d5937feec636203474c9de848d01aaee 0.02 MB 36 128
250,109 250,109 000000000000003cea72414e9efd29cad7d840f2e3aa105d2989cbc0cc23affc 0.08 MB 151 109
Previous 10 blocks ↓
Total Size: 769.59 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,651.16 GB sent, 95.87 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.