Loading Tool

Explorer IconExplorer

Memory Pool

22,120 transactions
4.78 vMB
0.01310673 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.32/200 MB

Candidate Block

Mining Attempt 55a51bd2bda06bda910ef6cfc1663b8fd28ec0a2f59d89406f34259009689c45
Version 20000000
Previous Block 000000000000000000019d24a8e7d291f348357bde0643aff390e9cb7b750ec9
Merkle Root 697a5a20565f05882773b95a1affbb73a8cca9cc197ae724fb88b09578a9fa81
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 29
Size: 0.01 vMB
Total Fees: 0.00042400 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,208 (652,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,767 260,767 00000000000000173ec044c6b236247937a3f11e64c6c0fed08fd802158ef248 0.09 MB 231 119
260,766 260,766 0000000000000004f15abf361bdce3d1dd29c539cc66c853600c49fa72c11ce2 0.05 MB 114 128
260,765 260,765 00000000000000082a032c857d78d81f9604cfd8216e40984aa31639d510d390 0.12 MB 180 19
260,764 260,764 000000000000000996b5d33f2032d89742ca18eabcfb7f06fddbf5eb0ed5c011 0.13 MB 322 92
260,763 260,763 000000000000001bd8c2309b571962336fc986d66d624017c014f576a130f5c6 0.16 MB 378 141
260,762 260,762 0000000000000004e38a01565d2ee0dc37fccf6239e532fd0c64703eba60af62 0.16 MB 383 96
260,761 260,761 000000000000001ae910553b24fe538ce3cb8655bada6e222026a3e45b7896f8 0.23 MB 430 79
260,760 260,760 0000000000000008829374eb74fd3214f3e782da9610163359fa0f07bc8be333 0.19 MB 443 110
260,759 260,759 0000000000000019fb321a4a81a051e5fcd1efd7b7f664207bb5a2edda2e0a32 0.09 MB 176 74
260,758 260,758 0000000000000000b4c5b5aa1b03351b3e98d0b76ffb2df6c47589aca2434de8 0.17 MB 331 75
260,757 260,757 000000000000001832a96e14aff5f15bff0bb000b82bcfdd49900c4719a451cf 0.25 MB 684 135
260,756 260,756 00000000000000023749d54f1460f2b854daa336bb127e67f46e915ddb9b5149 0.28 MB 439 73
260,755 260,755 000000000000000c9670b467cfa47b13ef6fb01cb68b83340523e1d19daaa75c 0.09 MB 238 111
260,754 260,754 000000000000000edb964727c108302290911e8b902248ece24314be93ff3902 0.44 MB 786 72
260,753 260,753 0000000000000007d7cf681dc38db5be1a4aafb968be740861c80845d24e3d22 0.15 MB 309 135
260,752 260,752 000000000000000c1bcaec038217852e4d07dc89f55fd3b8fffdd1255044f910 0.11 MB 308 126
260,751 260,751 000000000000001456aab15bbee69d5174a470f3073bf57323728d9dc0a4ada2 0.01 MB 32 105
260,750 260,750 0000000000000017da39773b8596d194ff9cf9d2620326d4f9243517ca6d4849 0.05 MB 159 48
260,749 260,749 0000000000000012aaccca6f66897259ab78d86ce94b2506c8556b60b2817a0b 0.08 MB 235 125
260,748 260,748 000000000000001c162f88ca68ecabe15468e79556b28c856570d859df400d60 0.08 MB 217 117
260,747 260,747 0000000000000003095dece35ba585b74c8d534f16cf6e05253124bd7b83a012 0.16 MB 429 123
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

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