Loading Tool

Explorer IconExplorer

Memory Pool

44,833 transactions
28.15 vMB
0.06258233 BTC
Random Selection Loading Transactions
Max Size: 149.61/200 MB

Candidate Block

Mining Attempt 670dd076f2571363b78ac436805d1dbc1979160ab380fc85118c5c14333f6a4c
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 582ccc814ca8332272a3acae6dbc7f68f35d29d61833096aecf383c153b253ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,647
Size: 1.00 vMB
Total Fees: 0.00961028 BTC
Feerates: 361.66 > 0.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (330,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,746 584,746 000000000000000000094e15b153d64cea0c13b1f6a5231e06eb106aac654b0d 2,541 1.00/1.00 vMB 41
584,745 584,745 0000000000000000001869666419f1af4fd3be382e54106e3733e08f3eef181e 2,154 1.00/1.00 vMB 63
584,744 584,744 0000000000000000001c4e0ac7b7fa48455ef179e145e78f190dd57174ea833d 2,739 1.00/1.00 vMB 50
584,743 584,743 0000000000000000000715c1c98a097fe82aae16575c7a03dcba66cebaacdd99 2,333 1.00/1.00 vMB 68
584,742 584,742 00000000000000000009140f44e637c0e5ea48f7c31aef3f6b730929d274cd58 3,119 1.00/1.00 vMB 70
584,741 584,741 0000000000000000001a6d3c8adb30228d50b7d9752ed2930cec09a126fd98d6 1,950 1.00/1.00 vMB 68
584,740 584,740 00000000000000000000e25302676ebc01f8bd2f798df4ac4e340eb1403c9690 2,717 1.00/1.00 vMB 101
584,739 584,739 0000000000000000000e6fccf79916a408ff448aed0b75d02db205e4ce63cb43 2,783 1.00/1.00 vMB 61
584,738 584,738 00000000000000000004c4675fbf965bf1122396a9fdfbdab78561b0b56276fe 2,562 1.00/1.00 vMB 62
584,737 584,737 0000000000000000000be6a1e7d03a692492d5faefaafa12dca87492bed2b53f 1,764 1.00/1.00 vMB 85
584,736 584,736 0000000000000000000b50a7607b61b968bc2703e6357143900083a62c206f9c 3,598 1.00/1.00 vMB 70
584,735 584,735 00000000000000000019270bb68a997bdb80f51d8c39ff846191c2c1aba670c2 2,491 1.00/1.00 vMB 73
584,734 584,734 0000000000000000000657d7cc0ab991a2d7f5248aa339529a14e50db9056865 3,036 1.00/1.00 vMB 80
584,733 584,733 00000000000000000010855d4cf5dbe2a1bc69cae3d6c7ea6485d33cf8a6f47c 2,154 1.00/1.00 vMB 20
584,732 584,732 00000000000000000015d426d1c491c4b611eb9c7661700d16d762f275b7719d 1,852 1.00/1.00 vMB 12
584,731 584,731 0000000000000000001d9b644c5c7c25d7bd5e09cd8f77da9d6cdba1e4f19256 1,982 1.00/1.00 vMB 9
584,730 584,730 00000000000000000014d21269e21eb4f979d75d023225925a3ec5e14fb480fc 2,240 1.00/1.00 vMB 35
584,729 584,729 000000000000000000097d1898b19a83a75ce7e04eb02904feb0cf8fb5372126 2,072 1.00/1.00 vMB 23
584,728 584,728 00000000000000000014aa834b7d887baddb77246b9b2e094b27eab2e49c0d02 3,040 1.00/1.00 vMB 31
584,727 584,727 00000000000000000016ed4b54ef35a53a5b234858c27468c1e8b8446c438f09 2,785 1.00/1.00 vMB 72
584,726 584,726 00000000000000000007690ab5253f016910817d14bbdb549db3f568f7898c9d 3,014 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 652.16 GB
    • Received: 13.73 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.