Memory Pool Memory Pool Refreshing

1,451 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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 0.43 vMB 1,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (541,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,805 365,805 000000000000000009da76e457992ad2e92f465444f6fa7ddd7699d7457868cf 1.00 MB 254 2
365,804 365,804 000000000000000007162b0d32a5887ede6167ff4ab48ea2110a28b1f598e2ed 0.00 MB 1 0
365,803 365,803 00000000000000000d7fcb626a56a763adc4dcdd637b10eb4bd62d07739c3ec4 1.00 MB 1,187 28
365,802 365,802 0000000000000000121f7f93149064e8c7cfc9ce1c48dca6680e7e38b2eae17b 1.00 MB 461 7
365,801 365,801 000000000000000008d881b556a1950f9fa7932b07c982683554bae10db1d759 0.25 MB 181 13
365,800 365,800 0000000000000000129dc2f8d9615e461865529818d94b0263876435a55a3e65 0.25 MB 528 42
365,799 365,799 00000000000000000c07fc906a6c374f93cc4b1463c32d93f8fb7ea15c528a38 0.39 MB 406 50
365,798 365,798 00000000000000000ee6d70e78a5540696baa3c888924b47a9d7127fe1beddea 0.95 MB 790 16
365,797 365,797 000000000000000006320254a3ffe3b001b2cb9ec2c8654cd68ca74c2f2f1ed3 0.86 MB 1,497 42
365,796 365,796 00000000000000001423223575a5a76f673cd1ea82756fb4bb06e782b752c3b4 0.00 MB 1 0
365,795 365,795 000000000000000004fe498481cc504da9e40a2b8a46ad9f915d4628107189fb 0.75 MB 1,122 33
365,794 365,794 0000000000000000078fcd88b8a65d1db331b4f1c7875711cec2588718b3c3d8 0.75 MB 282 4
365,793 365,793 0000000000000000045ebdee10c671efe34d5f958306f35f8109be90c536c1aa 0.75 MB 865 26
365,792 365,792 000000000000000002cfeaafcd8a4aacdeebed67417ae35f24971575f8e8989c 0.75 MB 516 13
365,791 365,791 0000000000000000111464ad51bd04a76d07dfc32b007c3eb4362d20040b7162 1.00 MB 725 14
365,790 365,790 000000000000000015783dc60717e102d1f0fb2899eaf0a87352b713ceb28a92 0.62 MB 1,270 48
365,789 365,789 000000000000000013f6b0bc53c4d745070b96c246f259dcaec3e226db82943e 1.00 MB 1,200 23
365,788 365,788 0000000000000000046503cd182f8a7ee78a00a8ad6a4c9e8b0b96d95dcd0989 0.34 MB 539 32
365,787 365,787 00000000000000000952124c815c424948670d52d8235d319f9ba09718976de6 0.93 MB 1,420 33
365,786 365,786 000000000000000000243ef350c3d4f36b58360b1bf4a410f76678ecdfac83ae 0.93 MB 1,436 16
365,785 365,785 00000000000000000dfb3149482ecacbd33fa077f382f2b6684e0093b27ae472 1.00 MB 1,623 8
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.06 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.