Memory Pool Memory Pool Refreshing

3,762 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,920 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,666 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,919 (145,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
762,823 762,823 00000000000000000003b7b3aa70195a4c2172b075c40da8a351a34bc7dcf3b3 0.07 MB 160 15
762,822 762,822 00000000000000000005ce1e4858d9e00849610baafb4d6b72c9f36642846770 0.20 MB 353 16
762,821 762,821 00000000000000000007591cf3cd1b2467d1ea6a06471a1acece2d0738c0caf5 0.79 MB 1,297 14
762,820 762,820 00000000000000000003968e9e8b28b99b8c7a63e45b2e904cddbc2f52568a20 1.16 MB 1,683 14
762,819 762,819 000000000000000000056087f95148517fb45d4c37448e3f57a8426c913d8a8c 0.16 MB 213 11
762,818 762,818 00000000000000000000446aadd4be65abcca566f4d7fb8ac5e1fc93dfe7299e 0.09 MB 168 19
762,817 762,817 00000000000000000004521a426b6301af33a7fef56104ac8eca6b14994239e2 1.55 MB 1,730 11
762,816 762,816 00000000000000000002373c6610fe88ca7a48023a7ffac351f1ff388dea93cb 1.75 MB 890 3
762,815 762,815 00000000000000000006823d6e61b35751575cd3195dbc10aa0d094b1ce144bf 1.40 MB 2,511 24
762,814 762,814 000000000000000000071ebc9e1f10839414302719134f99aed1d86c1713c66b 0.32 MB 487 14
762,813 762,813 00000000000000000001118b1c3fe99689b3821ddac89d270b28e7940d63629e 1.02 MB 1,729 14
762,812 762,812 00000000000000000003906e225e5ca841bc53fb691f227b6c883455b9db33d1 1.10 MB 809 6
762,811 762,811 00000000000000000003f2173b6054766afa12a0160810f2e4dffb05643d09c5 1.15 MB 1,150 21
762,810 762,810 000000000000000000044d3d864f1c541880bb2c1b7ca73aab0398038cb82d1e 0.11 MB 252 18
762,809 762,809 000000000000000000061524231c5707b17134e2a36f42c4a2b00b535114b841 0.08 MB 132 11
762,808 762,808 000000000000000000010c971926576c0e37a63fd0a20c219ad232d2f2623b97 0.48 MB 648 13
762,807 762,807 000000000000000000001f29f7481f6e7a26db13c3271617b440c9146887a9d5 0.39 MB 528 12
762,806 762,806 000000000000000000064520e2f3e2f87a511d0e9cea0ff5152f17ceaf0e186c 0.54 MB 707 12
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
Previous 10 blocks ↓
Total Size: 769.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,644.41 GB sent, 94.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.