Memory Pool Memory Pool Refreshing

6,654 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,200 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (303,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
603,832 603,832 00000000000000000005808700303c981731f87adfe8ec16bb44849b9c1897d8 0.09 MB 256 9
603,831 603,831 000000000000000000041d61bfd8228b9a84eb35a2f86c5a051afa984aba7e61 0.32 MB 768 21
603,830 603,830 0000000000000000000a006aa73dab0e4bb9400a751f0c28e831644dfa69c99d 1.07 MB 2,625 22
603,829 603,829 0000000000000000001023643cc6201d99aa9c1e2eaee9f28c6eb79b4ab09eb7 1.22 MB 2,943 10
603,828 603,828 000000000000000000088e2e272babe2789f0788344351fbee75afbad3c95b39 1.20 MB 2,772 32
603,827 603,827 000000000000000000075caa52fa7aef484d7c0d4b40efa234ce2ee09e160598 1.27 MB 3,101 21
603,826 603,826 00000000000000000012ccadbae926fe8d3b964d47a51aabc172f3b80647b4c5 0.11 MB 380 12
603,825 603,825 00000000000000000000bb45d7a54a91b13300c1ce1c16569d1ff3ce9237c0da 0.60 MB 971 16
603,824 603,824 0000000000000000000a8ed488f495d88c97f7d8954a7a9887e8f736cd133a51 0.37 MB 1,070 17
603,823 603,823 00000000000000000013b16bff58c3ca6e3ce3c4d87b8816517aa87fc41cd1d4 1.31 MB 3,599 20
603,822 603,822 00000000000000000008146d8fc4e72136e5f4b2d2c591d9ffff841b8a5f3225 0.04 MB 123 18
603,821 603,821 0000000000000000000922fce893c12c66d506ae81624110c815a5e90b34e71d 0.92 MB 2,202 16
603,820 603,820 00000000000000000010965886da87a827f239f6ab1e23712d021108243cfd3a 0.31 MB 451 17
603,819 603,819 0000000000000000000088b7e79fb9c0e15d3704cf1cff401166c16c3b36536b 0.38 MB 992 22
603,818 603,818 00000000000000000005bf9ddb82a3103a0f8a450e1e16bc39c0d178c64fcd4b 0.15 MB 434 23
603,817 603,817 0000000000000000000fb82d56fc53acfa353d3c867ec60c011115ec3cf9f6f0 0.20 MB 433 2
603,816 603,816 000000000000000000140b66555276d3bb89584282fbe68467703619243ea401 1.23 MB 3,383 8
603,815 603,815 000000000000000000023179ee74308901acf2b48fb3eb65e0929cc9882fffa2 1.31 MB 3,120 33
603,814 603,814 0000000000000000000025d91b9ca9e2f9c534f802085a3ea1dc9d2795fffd12 1.18 MB 3,274 20
603,813 603,813 0000000000000000001271dfbd6d5a063ba58a1bb7b13fcc76deb41893414c34 0.15 MB 377 30
603,812 603,812 0000000000000000000a4588ec5f11e8cc53b36a12d073bc62f75e0f48ecc98f 0.26 MB 700 24
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.92 GB sent, 93.05 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.