Loading Tool

Explorer IconExplorer

Memory Pool

29,771 transactions (4.60 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 39.66/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,571 000000000000000000022b910000000000000000000000000000000000000000 312 0.00146637 BTC 0.08 vMB 1.03
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,570 (829,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,615 82,615 0000000000352b2f02cbd6d5b27ed2a3ec82ae8c12e7a607c0e7c69a79ace6b3 0.00 MB 1 0
82,614 82,614 00000000001f66f1d020e6772cfd1715482ffc145b951cfec7efec97098fbeca 0.00 MB 5 2,150
82,613 82,613 00000000002f488fa0300318ac37bb791a59076418df9b4d6ff1a8b7be297954 0.00 MB 2 0
82,612 82,612 0000000000417dab80441dcd50ef89a8bf71261fec104e321fc647ffd36c73eb 0.00 MB 2 0
82,611 82,611 0000000000173980c079dbbfda6c1eb1cba22de1f80148284137987c652d95cc 0.01 MB 2 0
82,610 82,610 0000000000450f5ac68b5951f1e66a3b49a04cbd95a86767a179734ce200412c 0.00 MB 1 0
82,609 82,609 000000000003dcece8a374a425bbd37d7005c4b8f6c443375f6ac9aff705031d 0.00 MB 2 0
82,608 82,608 000000000005d4fc09c1ed430274115c3e0d30873fb216537a2d95aa7fb18613 0.00 MB 8 0
82,607 82,607 00000000000aef26f83c38494360332a048e144ca998e5184cf76ebbe8f3e9e1 0.02 MB 48 0
82,606 82,606 00000000002f2fa3edcd0dd59311436ab5fafa1b0626a09eef04d3db1a5c66f6 0.00 MB 1 0
82,605 82,605 000000000037d68ccf9f81d466de27035c249ccd3cf82e54072130318b7687cc 0.00 MB 2 0
82,604 82,604 000000000015bd6f947e04fdcb4cc255de7d22248bd96b432090d8bf70b82dfb 0.00 MB 1 0
82,603 82,603 000000000023e5cfb34710dc4a145e3ef46122d8eda22d4741bc420c72ff5ec7 0.00 MB 5 0
82,602 82,602 00000000002fa37147e9739ec3dd040cce2f1c67268c0e6f9b0abf13ad7d21bd 0.00 MB 2 0
82,601 82,601 00000000001643b79c9fa7a35d8511ae3ccfb20fc4c2b177859247a67c6eb726 0.00 MB 1 0
82,600 82,600 00000000004465aecfa43eb63723535a18261839140812bc3c2c705498993e09 0.00 MB 3 0
82,599 82,599 00000000002f18342c3a1929363cadbad28e045d5e0f5fce86d6c6b04737b1dd 0.00 MB 2 0
82,598 82,598 0000000000334d9198d69cc9e9d5c1502bb02b36dc7b3cf4fc0ff7a94c0ff5c9 0.00 MB 3 0
82,597 82,597 00000000000583b0c0f8b9f930339a04a38345af4b733c7032f1c5e7491f1742 0.00 MB 1 0
82,596 82,596 0000000000139826f3558dbece71b4544dd2f5a46fea25dd97057d7e35ad7560 0.00 MB 1 0
82,595 82,595 00000000000ca963ae1b1427ec8222f32fdafd7ae8df814c030d1173a79ae0a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 55
    • Outgoing: 10
  • Data Transfer:
    • Sent: 9.25 GB
    • Received: 0.24 GB
  • Uptime:

Notes

  • 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.