Loading Tool

Explorer IconExplorer

Memory Pool

77,818 transactions
29.37 vMB
0.08747138 BTC
Random Selection Loading Transactions
Max Size: 179.22/200 MB

Candidate Block

Mining Attempt 69af533461fde51e7af717af99d457c744b46feba14754ce43a466056ae8239c
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 15bb34a6d6f6cecfea4f894665f252e46c6827d1578c966530eecfaa17375899
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 1.00 vMB
Total Fees: 0.02310814 BTC
Feerates: 301.35 > 2.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (24,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
891,144 891,144 00000000000000000002038849620756751aa46a86f2f40ffed0eecedac27c28 1,106 1.00/1.00 vMB 1
891,143 891,143 000000000000000000015dc3d719e071055cbe5d339f9ad8b69e22258c8fe90b 994 1.00/1.00 vMB 2
891,142 891,142 000000000000000000014d0c8721177e6049d18e15db47b11a33da6acef1173f 693 1.00/1.00 vMB 1
891,141 891,141 00000000000000000000fe46f74aade3c243eb449d51a0da47c138d7decf7bba 1,583 1.00/1.00 vMB 1
891,140 891,140 000000000000000000009d296a528409b54bcb3a1328e43448e9b7b6465fb900 69 1.00/1.00 vMB 1
891,139 891,139 000000000000000000007ba2692eb31d30a39a31651f482b66f6acd8275d8e21 1,984 1.00/1.00 vMB 4
891,138 891,138 00000000000000000000a510f6546a59ccbdeb9fb133cbe11f97e7c8327d498f 202 1.00/1.00 vMB 1
891,137 891,137 000000000000000000019103c6fe8c34b37d4d9ff5e6233002c2f079f80fd8b6 3,321 1.00/1.00 vMB 6
891,136 891,136 000000000000000000013dd239131e7ff24b56d7db0bdafa090e637b8af87c98 1,276 1.00/1.00 vMB 3
891,135 891,135 00000000000000000001c82b99f61258979dbfe9c8f35d5aca2d1b6b62ae105d 1,754 1.00/1.00 vMB 3
891,134 891,134 00000000000000000000f09795ffce01a8d34e5fe47f9d6f5a8c6078d1b2e9fe 2,788 1.00/1.00 vMB 5
891,133 891,133 00000000000000000001056f3430a27b7af27bd114462a6f3af59e0669bcb178 3,309 1.00/1.00 vMB 6
891,132 891,132 00000000000000000001636036b4f5b0184ad4d79296d8096e20e5cdeede50a3 2,367 1.00/1.00 vMB 6
891,131 891,131 00000000000000000000d5b7101f53e5c6bd986ce7c0bccd1b85bb7e5b4f92a0 1,777 1.00/1.00 vMB 3
891,130 891,130 00000000000000000001bd9e176b31a696f7f59bc38ef50d980525f942add26a 2,480 1.00/1.00 vMB 6
891,129 891,129 000000000000000000002c5c7fd42e982045c1c3edd972bcaaffaf0ac80b244e 3,120 1.00/1.00 vMB 6
891,128 891,128 00000000000000000000c3f83973b6aba80f2e69418639382f84b22470a183e1 3,183 1.00/1.00 vMB 3
891,127 891,127 000000000000000000018846be10c065d4fd0ba1302e3babfe9decee5f8bded7 1,981 1.00/1.00 vMB 2
891,126 891,126 00000000000000000000d54e4d54c164c51236fcd4cbb9d0d77485e7fad591a4 1,470 1.00/1.00 vMB 2
891,125 891,125 00000000000000000002481c62d9a95dd55c8699deb74dd1d7246d149a9abb1b 1,578 1.00/1.00 vMB 2
891,124 891,124 000000000000000000017235bebf1f94e2e7601079034539d3d4838971eac8c8 1,090 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.