Memory Pool Memory Pool Refreshing

17,916 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,498 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (574,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,343 333,343 00000000000000000494fa00ceb3058374bee512ffdf9eea01139a4127252b02 0.00 MB 1 0
333,342 333,342 00000000000000000a3e2cb3ad644039ba5f8976dd9d19176a0bfd40f745e091 0.35 MB 657 24
333,341 333,341 000000000000000012b4b772e4f89683280d230d036f686c5b7a350282062e06 0.45 MB 879 27
333,340 333,340 000000000000000006bdf00245f86057c020bbb5cc5fcbb34aa5abadc11d3f3c 0.17 MB 365 18
333,339 333,339 0000000000000000126fb8393487d7b51888991b1765fad366c88d0057a1f5b6 0.75 MB 1,136 23
333,338 333,338 00000000000000000ce6deb954319ed66234b1b410fc8deefd525e76b8ba942b 0.58 MB 1,366 28
333,337 333,337 00000000000000000c025f6cd6825509a2a950f6d454541fe2ebaab3dc41e4c3 0.12 MB 108 5
333,336 333,336 00000000000000000460014ddf050359a44c5e7ca1ba33c2ec509abce58a1a80 0.35 MB 795 28
333,335 333,335 00000000000000000ea7152025d9505293325dcb376c6188e8368bab70b47a46 0.68 MB 1,049 23
333,334 333,334 0000000000000000036203fc51747265a176c9941f677e2b4a96f9aa24d4dd72 0.05 MB 126 30
333,333 333,333 00000000000000001a2a29708d38505ec20d8f51b4ca28f6b526d1d22073c7e0 0.18 MB 364 19
333,332 333,332 0000000000000000002b00e286efd75fecd7d0c7ac7d9a8800f1c9e48d64f501 0.09 MB 109 11
333,331 333,331 0000000000000000086347a715353a7a0b10299edd3cd4916b7137783b110fa3 0.22 MB 347 21
333,330 333,330 00000000000000001051fe600caa28230ec1c10416416072a56623c540f8b333 0.98 MB 518 10
333,329 333,329 0000000000000000095a375dee75b9e7348c929c0f80fb831857488c3b96b6bc 1.00 MB 1,188 25
333,328 333,328 0000000000000000001b60d83171f8a5f057b67d01f250553cfc4f3e2bd29ceb 1.00 MB 483 14
333,327 333,327 00000000000000001b4d2c633fa2f766c7785cc53dd94e6cd502c56dba827015 0.75 MB 663 17
333,326 333,326 00000000000000000adf45970328192bb2527552afec867391ae315039935232 0.62 MB 893 19
333,325 333,325 00000000000000000e90774b6533a17e47a78d3574ce79b348c4832f6c9acfbd 0.05 MB 128 56
333,324 333,324 000000000000000017beac62e61e90052842f49aa3198b02b4e73a5c441b143e 0.01 MB 9 47
333,323 333,323 00000000000000000f7fc2a5d58e856e19328e3e81691f6382fc3f1c61a1d248 0.75 MB 816 16
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.