Memory Pool Memory Pool Refreshing

2,617 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,599 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (144,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
762,887 762,887 000000000000000000009738f5427561730deaa2ab6a4ef0405d71536d33600c 1.53 MB 2,875 15
762,886 762,886 00000000000000000003dff5793c65d7407321ea8addffb568b47e8f76a8d78c 0.07 MB 81 9
762,885 762,885 00000000000000000000186b8d60ad0d9d449ca00cbedd010d93bc14d45572b5 0.12 MB 176 17
762,884 762,884 00000000000000000006b16b1c822cd0b4d4cd56b3928a7afc3a8de134ea7315 0.58 MB 958 14
762,883 762,883 00000000000000000006dff4f0513e4b1f3689a85e7fd29596227611189fd1fd 0.45 MB 246 2
762,882 762,882 00000000000000000003279800f69da0c0a147381438b5e98b7572d4ab5e701e 2.24 MB 242 1
762,881 762,881 00000000000000000005f79423653de1dd1d04b3d695c7e8bfe31c3a09697a9f 2.08 MB 1,009 6
762,880 762,880 00000000000000000006fe209266655b264657bcbf8e937b7d0ae3d9b237180f 1.59 MB 955 6
762,879 762,879 00000000000000000005417c5830b76197244406f3ba7f7fe56926641ba81065 1.27 MB 1,872 23
762,878 762,878 00000000000000000004f344022679d33a882abd3bb8ef8309d46a8d55b28a4f 2.14 MB 749 5
762,877 762,877 00000000000000000006109b302591e80c17c15d387051162dba59a0f81a8ca8 2.08 MB 1,005 5
762,876 762,876 0000000000000000000250427cad9bf451b58b6b01e8ba762f6c7419ed1fe790 1.62 MB 2,688 17
762,875 762,875 000000000000000000031bea2b2fc1293598af4d206536799b756d050ae4a7b3 1.55 MB 1,385 7
762,874 762,874 00000000000000000001d45ded8e5359ee7b7fb38127f0d3f7e07ee04a4f71ec 1.22 MB 1,228 4
762,873 762,873 00000000000000000004169b88b4f7781152c14c8bf4580853d6251cde16b856 1.36 MB 1,257 11
762,872 762,872 000000000000000000015d47cd6d93a0a4ddeb0490dae6980d5f313a459416f8 1.62 MB 3,176 28
762,871 762,871 00000000000000000002a5fcebd05dd75b193002892f4e3169997ed59a42ac9b 1.99 MB 1,154 3
762,870 762,870 00000000000000000007176195d97312c0430e65668ea6bd38010fbc01d15631 1.56 MB 2,816 18
762,869 762,869 00000000000000000006daa4202b26a196e95db473f29832e575130e4df78d9f 1.75 MB 1,391 8
762,868 762,868 00000000000000000001e9b4ca1221967666f928bfe2a374126dcbac0ecc263b 0.96 MB 770 9
762,867 762,867 00000000000000000001eff4479eebabfff4edf6933d23fef59021d1f4be938a 0.58 MB 330 5
Previous 10 blocks ↓
Total Size: 769.07 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,628.10 GB sent, 93.23 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.