Memory Pool Memory Pool Refreshing

13,463 transactions
4.39 vMB
Show Random Selection Loading Transactions
Max Size: 26/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,949 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (650,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,122 257,122 00000000000000029a19068494c72da8128f3b50e188ca3c70048672d99e470f 0.08 MB 199 40
257,121 257,121 00000000000000218b3592f82cf0b13fa92c07d618ff5db780c05d7fa52b5e97 0.08 MB 185 99
257,120 257,120 0000000000000030629dc4a85d7dae922a258d9ad7f01b05687f751ea100ec80 0.08 MB 206 81
257,119 257,119 0000000000000003e64d9b60512ceaec9a3276f341302dcc7c204d5e3e95b9ba 0.18 MB 397 86
257,118 257,118 00000000000000105d2b5dc12765b0b3e9348d1582da0680afc23628ebd2ffde 0.24 MB 491 53
257,117 257,117 0000000000000026c8963639ca009b78ddc9e03cb032b84ee2dd75e4e2c6979f 0.50 MB 1,157 118
257,116 257,116 000000000000000f8e24ca1f29860b8fc317e3dfe39a127e63caa9ef4a31de59 0.01 MB 21 69
257,115 257,115 000000000000001e4e30c61c70b65d7350fad02b5d817028752d012029909e34 0.10 MB 41 12
257,114 257,114 000000000000000eaabad5ffa6ccbd9dc219ea903b16a171cf26ec9f8113b055 0.21 MB 479 102
257,113 257,113 00000000000000033b5699df0bcd933b6ac624e81473dfbcdbb70dac2304311c 0.02 MB 52 75
257,112 257,112 0000000000000006cfe3a382034385e384837132731ebc72a00ac6c6fcbb7759 0.03 MB 81 128
257,111 257,111 000000000000001592c73089acdd8dbfc183c55c9aef5cbc62e71c5dbfdb991d 0.00 MB 9 75
257,110 257,110 00000000000000117748a4dbb3e449e8ad71fb27540297bcc93ead5a610979d5 0.09 MB 214 91
257,109 257,109 000000000000002e2f3c841114767e5b50ad9e997923630e692c9a7fb3dd7b7c 0.02 MB 28 61
257,108 257,108 0000000000000019649da7c8e467f8f8b3aaecdd5aa90f2f8abb0d86b6e27845 0.04 MB 118 104
257,107 257,107 00000000000000088a62c65f6c0086be5c1e9fab527b79770db4586ac9c1448a 0.10 MB 177 45
257,106 257,106 00000000000000008b88d3617b5abf3727dd2ae4271647a6daf2b45cc5fe23f5 0.25 MB 632 116
257,105 257,105 00000000000000209f18eec1d84b4e033c790c58490d7117447d92508c305ab5 0.01 MB 43 31
257,104 257,104 00000000000000132b96021f61cc849ec7a827cf49a7d99f45b5366f8fe488f1 0.32 MB 782 111
257,103 257,103 0000000000000009f10ab683ea3eda727936d43229afdd11063a49964fb2a9db 0.17 MB 378 81
257,102 257,102 000000000000000e8f2c36fdba302611e8e049aaaee77ddd8ef123951eef391d 0.02 MB 53 57
Previous 10 blocks ↓
Total Size: 768.95 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,614.58 GB sent, 92.58 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.