Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,563 transactions (0.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,081 000000000000000000022cb30000000000000000000000000000000000000000 0.91 vMB 3,563 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,080 (417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,663 909,663 000000000000000000020942c7d4b48ffe98fca2bca9517a53c4df2a5b70bc7d 0.18 MB 280 2
909,662 909,662 0000000000000000000036209764a92be2d2e13747e610fa3a215b68855f76b5 1.67 MB 2,690 1
909,661 909,661 000000000000000000002d190abcdc85a5f575417c2590d853475e310daccdeb 1.61 MB 3,141 4
909,660 909,660 00000000000000000000f5447e57f2fa9fed2d66192dedee8f812150f637ae42 0.91 MB 1,868 3
909,659 909,659 00000000000000000000e8775af4e15ac603e4c932040ab2ca80f0230afd000c 1.77 MB 3,984 1
909,658 909,658 00000000000000000001696cf620214c80b693a9cdad52035e80d90ba9e72661 1.68 MB 4,415 1
909,657 909,657 000000000000000000019e90455e43c3b6c7b7667777edc2e4e93b1583227e1a 0.42 MB 574 2
909,656 909,656 00000000000000000001cafd5b6346577278223fd6381f7a6498d128681e3ef0 1.80 MB 4,839 1
909,655 909,655 0000000000000000000081a8e20c838727567e10c88f3a06b8f2f2f79e63d0e7 1.72 MB 4,134 1
909,654 909,654 00000000000000000000fb5eca3ff78cde8113c070698431b3fc7b5746458ac9 1.73 MB 3,639 1
909,653 909,653 00000000000000000000a2cf83624992d9609ab6271392d6f32b0608a71f18ff 1.78 MB 2,533 2
909,652 909,652 000000000000000000007c798fa54fb83290b3c453026bbdf42396216462c543 1.72 MB 2,861 2
909,651 909,651 00000000000000000000029407fdeec67e35a87b665550e8a6545f9f8400deed 1.52 MB 2,353 3
909,650 909,650 000000000000000000000d472652caaba87f489585f69b350b242e9a6ee84f5a 1.61 MB 3,461 5
909,649 909,649 00000000000000000000105e0065ae8baacbcd641d9294bf878d5c2879cdc2e1 0.63 MB 1,035 3
909,648 909,648 00000000000000000001c1ee1d7fd0ebf8bf483c462bf24aa40bb178a73e1f8b 1.70 MB 3,370 2
909,647 909,647 000000000000000000001f43e22ace17d935044aad54ccf2a2a81c837e63b5f9 1.54 MB 2,450 2
909,646 909,646 000000000000000000006e9bb6769db818be5584c88151fbaf2459e0143409c7 1.61 MB 3,161 2
909,645 909,645 000000000000000000013e2c8129b3d550f5786b93a6182b5377fff9912331f4 1.39 MB 2,679 7
909,644 909,644 00000000000000000000a181f45271498f7f1225b5182551fc0f8173225eed80 1.73 MB 3,030 2
909,643 909,643 000000000000000000021c7ab16d389807f8acf4401021648d736198a5bf4978 0.34 MB 513 2
Previous 10 blocks ↓
Total Size: 773.55 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: 2,187.70 GB sent, 116.20 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.