Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,020 transactions (1.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,107 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (838,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,809 71,809 0000000001094b85516721f8fa93aeb760cb98c4e05345c66f5cf3516040dc84 0.00 MB 7 759
71,808 71,808 0000000000f4ccb73a749be4a838d790d907e0ebb06f14c232925317c6f5ab6d 0.00 MB 1 0
71,807 71,807 00000000009a1bd0d1eb7964140c936035f423cfdc62d60d40d9674f322dd5a1 0.00 MB 5 1,850
71,806 71,806 00000000001b7d149012f207d298257b815e0e731407c3297ca22709e0f5b7af 0.00 MB 4 649
71,805 71,805 0000000000aeb6d7a32d466269b4e52ed9106dea14d1140e64ce59f1d344fdd8 0.00 MB 1 0
71,804 71,804 00000000005fbd59503718dcd1f1af1f74907560ddf91228629d5d399af3ed5e 0.00 MB 3 1,886
71,803 71,803 00000000004f93476f484a63133a688bafd94c5b68976148cffd6cacb297c6b1 0.00 MB 6 1,008
71,802 71,802 000000000011694404ef074ea0b044354a0cc446e6e66882a4e4cb0a1c99d5d0 0.00 MB 2 0
71,801 71,801 0000000000076a8d54da640408b55af2b07666f629001d5630ad79759fd6f989 0.00 MB 2 3,861
71,800 71,800 00000000000440deae99256350aded0924394ec0884618c2c042a72dfcc50afb 0.00 MB 1 0
71,799 71,799 00000000002c4cf719118387adefab33991f3f36171cfe61aa823e2d4be668f0 0.00 MB 2 0
71,798 71,798 0000000000de90bbcd33999d5de7811fbae91af97eee4fc0ed184f816804dd08 0.00 MB 1 0
71,797 71,797 0000000000f711816167dfb43161517227720cca9fdcbdfdccb600a3606dd045 0.00 MB 4 3,875
71,796 71,796 0000000000b4f9e5244299f6c44caedaf50f87a58d87f46e74865b9930ac115a 0.00 MB 2 4,464
71,795 71,795 00000000000c9ba989c45bbb603bdbc301f5794047d79ddc31c2d4e3295f4fba 0.00 MB 1 0
71,794 71,794 0000000000498b86c541da9e6c54b37f95f44dd63afc4d9563a5a8e37598631f 0.00 MB 2 0
71,793 71,793 0000000000f7f71ce32a98a386b07be0ffb1fe52d1e44d0e8a57eae8c54eef09 0.00 MB 1 0
71,792 71,792 00000000000d2a96d8e1afd119206479ef3221099624bfbe863b5ba546dede59 0.00 MB 1 0
71,791 71,791 000000000095d0116de9ce94f81099b1000b53c9c59f0ce542834b2db960750d 0.00 MB 2 0
71,790 71,790 0000000000ca08bd44e3359c40eb3cbe572b1cea61e8bbcfebff822eb9514fc2 0.00 MB 2 0
71,789 71,789 00000000001ac62cf81e361751f551296334f9e827a7476eb27957d661d130ac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 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,281.19 GB sent, 121.57 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.