Memory Pool Memory Pool Refreshing

10,983 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (144,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
762,805 762,805 000000000000000000052cac0171412b534d2f74e09fc5ee0af92b9f4efdb396 0.45 MB 840 15
762,804 762,804 000000000000000000075ead634913544ab70b73c388b896ccc34701afbaffdc 1.39 MB 2,335 15
762,803 762,803 00000000000000000002e1862bc3299d1649df4be7825f4c6269076367fdf673 1.20 MB 1,483 13
762,802 762,802 0000000000000000000725682d4e3500cbde400272f077a944c2744883b94a2c 0.20 MB 84 5
762,801 762,801 000000000000000000052f64c4cd228c110ef69c42c74b068708e37ff7817ab2 0.49 MB 397 9
762,800 762,800 00000000000000000003ce5c436c609c7d51037e773d11cddace123f0f399f4a 0.55 MB 751 12
762,799 762,799 0000000000000000000516e188648ff38e0e1371310f4a0d32debe58f41fde88 1.53 MB 2,767 10
762,798 762,798 000000000000000000014b92fcee996b293647627860713142ae738953b3ab84 1.33 MB 2,077 30
762,797 762,797 000000000000000000019dd2a333003ed3fc4d060db782f947c5b5fbc24adb4f 1.15 MB 860 12
762,796 762,796 0000000000000000000240f3883e48bc0579089e29e9a5d7fe9e343bdfe175da 1.31 MB 1,028 14
762,795 762,795 00000000000000000000b2a8a8b4a6e225c354097d6dc9acea545abf973b64ea 0.13 MB 246 15
762,794 762,794 00000000000000000000c9d11f20f23c1d8bedb461d6f9d09fa3207ae3dab771 0.21 MB 510 20
762,793 762,793 000000000000000000032a167a18a554c1b8665f12881112a0cccbefdcd3e80a 0.67 MB 1,113 15
762,792 762,792 00000000000000000000b52e812366f88c95dd318695b6a49bf113bd628450e3 0.22 MB 273 14
762,791 762,791 00000000000000000000501719d52dd4350691b4982d6406c73b5f970b730bba 0.11 MB 225 13
762,790 762,790 000000000000000000056d53bb8328147a04b4670d76e544ab00edcc57f990eb 0.33 MB 394 14
762,789 762,789 000000000000000000054e8350803cccc22b44076dd0d7089ca987d39fd10be3 0.81 MB 1,339 14
762,788 762,788 00000000000000000005d9422662d6ac1730cd2d60a98773440781e94a8701df 0.41 MB 898 17
762,787 762,787 00000000000000000000b8a5ed478388c2f990986d3c9a9aa5780ec4a083c2b2 0.60 MB 1,108 14
762,786 762,786 000000000000000000030e306813dadbca2aca54f9bf5b5410394f89e72a1eaf 1.26 MB 802 8
762,785 762,785 00000000000000000004fba4b6d8ebd22b8834692c480e21c2105372d606a7a9 1.54 MB 2,188 14
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.91 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.