Memory Pool Memory Pool Refreshing

3,908 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,680 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (594,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,259 313,259 0000000000000000090adbf1feb7b74b018a83fcf6ac974bef3603b859b6f0af 0.23 MB 441 29
313,258 313,258 0000000000000000266134a8c303080943d0cbe6e4e29d5aa49d6fbc1e1ce92a 0.31 MB 540 31
313,257 313,257 00000000000000000dc0ecf23bc2b4141c440efb255e1e4d42fe2c926f89903f 0.10 MB 192 27
313,256 313,256 0000000000000000249776dbd4609d876d0501f2c3d9e26aba9bf1176c65eaaa 0.12 MB 166 23
313,255 313,255 000000000000000014c41f250d414e9e0951df06b1a0523290ed981083bad0bc 0.16 MB 254 19
313,254 313,254 00000000000000002ca0b12f60833a950f4a014ddce4c5ce929600fd922c8b54 0.48 MB 604 22
313,253 313,253 000000000000000025ec8d371184dcdae94228f8e7025502e3ca0e51f9cb670d 0.17 MB 512 45
313,252 313,252 00000000000000000a8d01ad5adccbf561e1354673c308f3b0b3af762b613882 0.13 MB 162 16
313,251 313,251 00000000000000001dea8b0717cc9d0d2915357ab90d07aea38c3b1456995803 0.64 MB 478 15
313,250 313,250 00000000000000002551a73daaf79676e887506fa28d3d5483f152339b338718 0.75 MB 1,440 33
313,249 313,249 0000000000000000031d29f71c4265675fd003a19377bf8c089de09e853023fd 0.10 MB 256 36
313,248 313,248 00000000000000000a7d9eca2fe54de6433cd75dcf84fed9db6105f1c8f31a52 0.38 MB 309 14
313,247 313,247 00000000000000000b98bb932616bc7f88e051f189ea0abc2e65fb7ebbea31ce 0.75 MB 1,094 22
313,246 313,246 00000000000000000be816c7b48c06bf36749ec2d833dcd0434aef3bcc486c03 0.35 MB 1,103 51
313,245 313,245 000000000000000002efe82e7f1633cb357e682b89d226451726b47758d43be8 0.31 MB 521 29
313,244 313,244 00000000000000001aa334561f883d3765a76d9b5b160f216c607d249d0408f2 0.32 MB 214 13
313,243 313,243 00000000000000002edf063dbb387b87919f0b1736bf7b86f398087f3d547dd5 0.25 MB 685 37
313,242 313,242 000000000000000020c8a2790ec8324b966815deff651fe3e07942201da63209 0.75 MB 975 22
313,241 313,241 00000000000000000b5d99c30c02206bebeb091b84bd11b19fef0958913ac6db 0.19 MB 512 49
313,240 313,240 00000000000000001ed2795e40fc74de33c2b35501c86eeef9dfc6ffb01be1ec 0.45 MB 676 24
313,239 313,239 00000000000000000a3ad24280ea89b4fbfe9b05e3d63b30f97d3465b2f56418 0.35 MB 878 36
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.