Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

471 transactions (0.18 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,320 000000000000000000022b910000000000000000000000000000000000000000 0.16 vMB 455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,319 (20,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,767 890,767 000000000000000000006a26cd1c7a30064122c41da8a413ef9fda1542b43ac5 1.81 MB 4,010 2
890,766 890,766 000000000000000000006a86eaa8925fc781c0e942e1d2c4547f3695c97a6236 1.85 MB 2,851 2
890,765 890,765 000000000000000000006bb0914629acafe1ecf594f22f8c020b406ed0dd72eb 1.65 MB 3,205 1
890,764 890,764 000000000000000000000eebc626ed48783afef74315531c8ae3c3f1c575012f 1.98 MB 1,991 1
890,763 890,763 00000000000000000001985043ff6c8969af69f9e9f5863234e60bd5a61a8681 1.42 MB 2,451 3
890,762 890,762 000000000000000000014354722ac6a751801d88d53a5b44a15e8d8df001feb6 1.57 MB 2,135 2
890,761 890,761 00000000000000000001eefe471bc0d1284678940403b9e01ca0475c4728e382 1.51 MB 3,956 6
890,760 890,760 0000000000000000000191a23d2bb355247d73fe0d71553a375814f68d65e467 1.20 MB 560 1
890,759 890,759 000000000000000000009d2f02c2864f5b08d86cbaa1f2518dd196f4b72951bf 1.55 MB 2,015 3
890,758 890,758 00000000000000000001f48112fbce6fa29ee34a7f3cf314af8643a4b35db09c 1.66 MB 3,285 6
890,757 890,757 000000000000000000001a2c96794b0d3a2acd3e27db555e1cf4e3d5f40a974f 1.57 MB 2,588 3
890,756 890,756 000000000000000000002cdf5dcaaed53d4bdf651b3ca6ea359c0b58c9c133c5 1.81 MB 3,214 4
890,755 890,755 00000000000000000001766626c8e26daa381952c6619539b69110238e6de018 1.81 MB 2,964 3
890,754 890,754 0000000000000000000278a9b185b947497db5d51cbfe00a3b2c5f8477aac2ff 1.63 MB 2,478 3
890,753 890,753 000000000000000000009ef2c73e5a816e0663317ae480536620c9a65b713189 1.96 MB 749 1
890,752 890,752 0000000000000000000056ab45d62e41ed191e67e2864b815a0da7d6e52a674d 2.51 MB 237 1
890,751 890,751 00000000000000000000f755ec55053a24d70de97b60e688436e7756d4a833d3 1.56 MB 2,609 3
890,750 890,750 00000000000000000001fd2d08de74f35f0e29b6ac6d143f2820c47d61717063 1.02 MB 184 1
890,749 890,749 00000000000000000000303fb779b048585b2b4a22f01422145aa0f3b919eee7 1.41 MB 2,339 3
890,748 890,748 00000000000000000001f70a99432a292f0e5038a2147ad7c4c73b88f3f729db 1.08 MB 368 1
890,747 890,747 00000000000000000000b6ead153929207747102ff22ce1917a2be8e65b0807d 1.51 MB 2,701 3
Previous 10 blocks ↓
Total Size: 775.84 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: 2,399.46 GB sent, 128.00 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.