Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,720 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,236 000000000000000000022b910000000000000000000000000000000000000000 0.42 vMB 1,717 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,235 (883,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,733 27,733 00000000c7256613b122f7a7e42d315d64728bdf50a638b7b868396019a47088 0.00 MB 1 0
27,732 27,732 00000000405603d411e610f177c7281206a26a529f440def63c8a1741b95135b 0.00 MB 1 0
27,731 27,731 0000000003e54ee2908b7c0ba72d4d829a86424567c6f78e0c2c3c854f8d9452 0.00 MB 1 0
27,730 27,730 000000007158177c89752b2a74aac52672cec6269ed699d39ee8ba0c435ab83e 0.00 MB 1 0
27,729 27,729 000000006a0249969c4e8a17bf25e18c7c5063b82382c87c04fd5e7eee50b5d4 0.00 MB 1 0
27,728 27,728 00000000c3d31127cbbcd24aff166577098909a6fafc3e149ce11fd6afcdaf18 0.00 MB 1 0
27,727 27,727 00000000a5ad70d42b02dc84247c123c1ab5ab390a31ed22fa0b7f84fb963c18 0.00 MB 1 0
27,726 27,726 0000000062463e757fa237f7ff63914387761cc862057d929a7a4310aff3f43e 0.00 MB 1 0
27,725 27,725 00000000a98d26ab591f5fcdc4248cd30837688f8ca8131eabac422098e3754c 0.00 MB 1 0
27,724 27,724 000000005b4351d316f6cbb40ad22879d5a7e144f46cfe0766d9c265d9cb6343 0.00 MB 1 0
27,723 27,723 00000000055a9a3b7bbe6b22d24d595620616e4bb02b78ba5c2a531e37e53248 0.00 MB 1 0
27,722 27,722 00000000956b9c8f68ff5921a185ed67e9ec0cf74b98ab3d781be2e450c5f7f5 0.00 MB 1 0
27,721 27,721 00000000e86ab1c182d3c8d6e5b4b29dcf46bc0748a59b849a82344f2b201d3f 0.00 MB 1 0
27,720 27,720 00000000f65fcc33ef16d61e5ac15a083c11fad3bb595123aebcc1803d86cba2 0.00 MB 1 0
27,719 27,719 00000000f6634aee09c51391d9d2bf4185fcbb235f9cdece429e71d72ce5da69 0.00 MB 1 0
27,718 27,718 00000000fc3207dfde857e442e4d30b1d34eca2f0463db1d0e7f5abf78c558cb 0.00 MB 1 0
27,717 27,717 00000000d659783561b4a64f800f2b22f3ea56098f25a95d336ba2d79952b194 0.00 MB 1 0
27,716 27,716 000000006798d2727758c633be974afebfe445975fdcc8fd89078d267d1d3a29 0.00 MB 1 0
27,715 27,715 00000000fe92675adb003f1a93d64115dd9934c6dc7e685b09b7d5cfff9dbb53 0.00 MB 1 0
27,714 27,714 00000000a66df241f782c676c69d74f9f8a67b8ba9a433e122896e6341a8f89e 0.00 MB 1 0
27,713 27,713 00000000459e9cfb6f9f297e08103b496244078642b13863141b92b8f7f2e3b5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.68 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,380.88 GB sent, 127.23 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.