Memory Pool Memory Pool Refreshing

8,677 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (817,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,810 90,810 0000000000047ff4bd3a14b7dd9d1f148cc1d90e62b0fe0aee0529978315f38c 0.00 MB 1 0
90,809 90,809 00000000000e6e29463cf3eb304fabc9da60d38ccbe0773e67642169522d5ae5 0.00 MB 1 0
90,808 90,808 00000000000c88294fa907da8dab245538bfee2c3221dc55db2ab2ee04fef2a4 0.00 MB 4 0
90,807 90,807 0000000000067263e34ffe6de892e48884f85075307f016780c5716693e9d2bd 0.00 MB 3 0
90,806 90,806 000000000009294ef42e4d7216bdca2ee31a8b42d04a2025d920d939fe6a043d 0.00 MB 1 0
90,805 90,805 00000000000d9dadda4499f4b15f116150615040bb74d40de61af9649a27fe7c 0.00 MB 1 0
90,804 90,804 00000000000de26a3aa352e115b533421986b49b13f3a30da0e88bb0d011ba3a 0.00 MB 1 0
90,803 90,803 0000000000028aeabfe65cb38b7a9594f756e411387a4ed1d9e2ce1ca25efa60 0.00 MB 1 0
90,802 90,802 00000000000855f3380683dd7eb7ce0384641bc90502914bbb8ab128b84416fe 0.00 MB 6 0
90,801 90,801 000000000000198c8187e751033dc8e8748dfd76d6b183faa8374c885f71e1cc 0.00 MB 1 0
90,800 90,800 0000000000092e76ac3b07da170a84f3e4f5eabc039aa61d59bc5f1b3499b519 0.00 MB 1 0
90,799 90,799 00000000000040abc3b5a311590430ae4ba510311a6f4805251c46e7781e4350 0.00 MB 2 0
90,798 90,798 00000000000c105c22ab4de29db38ad518bbfceecb7c6944590dcbda0f36ef9e 0.00 MB 1 0
90,797 90,797 00000000000c801d482bf6c83d7a353a7f96339f451e869e8ca6f13c22395c21 0.00 MB 3 0
90,796 90,796 0000000000052dea0cfaac02384ec65129f84f6aad37f47dbb65f7ef9e50bf60 0.00 MB 3 0
90,795 90,795 000000000000d66fb376796729eae57a0fd2c023b38cfa39f0768da554d1bbbe 0.00 MB 2 0
90,794 90,794 00000000000a9feb437be53c13d4366d74c93322d187e9ce2787484f6d1f5ec3 0.00 MB 1 0
90,793 90,793 0000000000027b1d41170922740f06af44e1d681fd2ab2306be2c7b44b19f146 0.00 MB 3 0
90,792 90,792 000000000005b3b4e74cf76603c67bd516e464d719f455d4fc1db06bd247c112 0.00 MB 7 0
90,791 90,791 00000000000ace9c85d07b9160deb102ea372acbd7c3aedc5a7e91d676a96ea5 0.00 MB 2 0
90,790 90,790 00000000000ba0ee4b5f51cc0d6e38fe1829a15e6e892d66973f4cf3aec56a80 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,844.96 GB sent, 100.59 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.