Memory Pool Memory Pool Refreshing

2,729 transactions (0.89 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,138 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,724 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,137 (847,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,762 61,762 0000000004914797f2b444076d86a090987fa6cea1894f97ac46a18ae5feedf7 0.00 MB 1 0
61,761 61,761 00000000033dda100f35559f3e841dd4274c90440bc57cf46518ca2ba81902d9 0.00 MB 1 0
61,760 61,760 00000000036e9c7382d284c48b720dec3ef22cad7c129c21981995d3d8456397 0.00 MB 1 0
61,759 61,759 000000000399b672b7a5ef73084f8dcf92e84610e31779e27b38456adfe43296 0.00 MB 1 0
61,758 61,758 0000000006f682249a47fe5043df6eb15edf6261e5d94fe73df9a8d475311dbe 0.00 MB 1 0
61,757 61,757 0000000000a906b06593bc98bf2cb9e10c518e53c592067adb5ed6380c089e22 0.00 MB 1 0
61,756 61,756 0000000003378418f8f3528ef857f5c1589ce800459606f63d2576bab80e6856 0.00 MB 1 0
61,755 61,755 000000000c219c78078b3586678cd7a0c6e3e3949f8b0c6b42887e299e1dfa0d 0.00 MB 1 0
61,754 61,754 0000000001ab0bd324a44a7a0e5dfd6aa085267d16349a52e29f4d88cc2d4ae4 0.00 MB 1 0
61,753 61,753 000000000c03c807f6c6eafb793cc5e7b874c9119f37751b558b81d21be5c904 0.00 MB 1 0
61,752 61,752 000000000ab68a202417b7e26d2930c65e09ea8dcb010572784515ee0256b599 0.00 MB 1 0
61,751 61,751 000000000e14bd67767600b30f2cb3c6722837f7ea8ca6acca1b86bb49af0636 0.00 MB 1 0
61,750 61,750 0000000007a2436985a38cec38e874d052e6b25661b9f0e95f2490b70e5d90cd 0.00 MB 1 0
61,749 61,749 00000000027388d491c19bbfd2d8948196f62b86dcd637e96d911c022fd0b7d3 0.00 MB 1 0
61,748 61,748 0000000000c5c1820c5992192f25a6bded2d533c6b213ae0c0a08e052f9ebc61 0.00 MB 1 0
61,747 61,747 0000000009e8e6c7963093fbd7af238df9d0c8b35bb983d2e5860229c4a52218 0.00 MB 1 0
61,746 61,746 000000000d97ff255dcdae41f6594be9251a56c3f243cf3526f1a7f7c487ae9e 0.00 MB 1 0
61,745 61,745 000000000b2d6c11ef380d94d30372553d4857468ae847daa203ba590ceda324 0.00 MB 1 0
61,744 61,744 00000000037082d234b3a07260c93a31cc68ae54a2fdf77fa97bb356af908800 0.00 MB 2 0
61,743 61,743 000000000834e0c83359ec1287458e3116787f2b900a52e9b641f152695c275e 0.00 MB 2 0
61,742 61,742 00000000051cc645601d52811d9268f372fbbcfd923be5007890deadcf127ac5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.80 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,951.75 GB sent, 106.58 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.