Loading Tool

Explorer IconExplorer

Memory Pool

80,290 transactions
29.64 vMB
0.06687845 BTC
Random Selection Loading Transactions
Max Size: 178.92/200 MB

Candidate Block

Mining Attempt 738941da4141692239f6369c7e5b8c87eed305ab88727955c88f7fd66436de23
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 9bf47085bce46860cf500687b1375dd6f3248fafe3fe0a9ffd7607fac24e661c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,379
Size: 1.00 vMB
Total Fees: 0.00638728 BTC
Feerates: 90.30 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (463,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,812 451,812 000000000000000001652b72f55d6585067763d54e418241304519566770c2cb 2,322 1.00/1.00 vMB 88
451,811 451,811 0000000000000000015419769f3b9da36648f518760f9d19f428c4a05448fcc5 1,966 1.00/1.00 vMB 216
451,810 451,810 0000000000000000026c803cdfc0bfb4239f6a03a33d1e5db5fe3967f144df78 2,567 1.00/1.00 vMB 77
451,809 451,809 00000000000000000256d1bb6f5173fcb209cb14c834a8b4c550b740bf475ca4 1,753 1.00/1.00 vMB 117
451,808 451,808 000000000000000000e47665ead92518ee2bfc0fba43e6bf5e669ec845471681 1,515 1.00/1.00 vMB 74
451,807 451,807 00000000000000000250a492ebeaa2d6f76ef6b23e0c201e9ccf607a0bd845b6 2,193 1.00/1.00 vMB 174
451,806 451,806 00000000000000000255585b780a47ae7e2e8b2147933a896395eae60ddb2cdb 1,782 1.00/1.00 vMB 97
451,805 451,805 00000000000000000125ca3e08be6b0f6923d2fbe5840492d91ad42e0c9872f0 2,443 1.00/1.00 vMB 225
451,804 451,804 000000000000000000b90735b8b6e8058c713cd98120b686039580afa2750e77 1,880 1.00/1.00 vMB 124
451,803 451,803 000000000000000001d3214c3c3300483ffc56f4947d735c56f30d18226fd18c 2,014 1.00/1.00 vMB 108
451,802 451,802 000000000000000000283cabdd251347aa6b2ad58fe1169dedc72e36fd00a99c 2,270 1.00/1.00 vMB 169
451,801 451,801 0000000000000000006906b6c6b0f33b52d50d7e88c68f55c1f648ac41ed9ea9 2,253 1.00/1.00 vMB 117
451,800 451,800 000000000000000000f3ad326756594cf57a18de6909d94a4fb3bbdb03745011 2,160 1.00/1.00 vMB 118
451,799 451,799 0000000000000000012bee949b4efa1b7f58e2cffaf9699f976a46d4f5d45004 1,761 1.00/1.00 vMB 102
451,798 451,798 0000000000000000011fb0bd9e217e8930cc5e2d22a9da9a7aa8f45dd9d721d6 2,661 1.00/1.00 vMB 148
451,797 451,797 000000000000000001c2f6a4433894962fe83f5885235a5d7e002cd07db69952 2,074 1.00/1.00 vMB 120
451,796 451,796 0000000000000000004f6fe8579fefa1c3c6fabe1e044ec90b44d2c2e7f515c6 2,743 1.00/1.00 vMB 198
451,795 451,795 000000000000000000ccc04c39cd93bbb597724d473d51c5872cb795d37aa7ba 1,671 1.00/1.00 vMB 89
451,794 451,794 000000000000000000523c3d96d8a0253dfa3d110047e59c99575855005d4236 2,127 1.00/1.00 vMB 109
451,793 451,793 0000000000000000002b543c6c231f01feba57ac951567ec9dcfef295b40980c 2,154 1.00/1.00 vMB 113
451,792 451,792 00000000000000000048abab5cb3c194fc52e7e2d376bba60f6a04988382984a 2,096 0.75/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.