Loading Tool

Explorer IconExplorer

Memory Pool

17,026 transactions
8.19 vMB
0.07004626 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.17/200 MB

Candidate Block

Mining Attempt 19433b02cc9451d55a9c0a3a1c165a3330e9ba08541b7d115f14472cea10109e
Version 20000000
Previous Block 00000000000000000000e687af6501ddd9cf3b65e64074a5f6330970f0f2158f
Merkle Root 6631e6a6ecb75600f1db7ae051d819604153d109234ee617a879854f7825cf9c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,110
Size: 1.00 vMB
Total Fees: 0.05298976 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,418 (647,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,948 265,948 000000000000000ed0ac136674fe287427eb4ddf9e86568105e97fe50b20e01b 157 0.15 vMB 41
265,947 265,947 0000000000000004c6fbaa11663b8b0d46d29098f0728269c6fd00daacc53167 209 0.10 vMB 88
265,946 265,946 0000000000000002fad7b970b18a6dc6440d8202e578258006c8f1120ff8c3dd 16 0.01 vMB 94
265,945 265,945 00000000000000001e67ad47077d4dfc475ebfab6e20fb5d3d5a599ca2ed357e 48 0.15 vMB 8
265,944 265,944 000000000000000f3ba96625353102c9da934eaaffbd60c171538d0c5db4b89d 123 0.04 vMB 89
265,943 265,943 000000000000000e9d7a5b3f764645bb3ec673b38e45996c21ff4d8267c2089b 307 0.14 vMB 119
265,942 265,942 000000000000000a1dc17893310345783582223124636f684a586bb69d9750dd 150 0.15 vMB 32
265,941 265,941 000000000000000c7ea46dcbf2c1a488a566b3f5f9d664cad1a1485ec205ea2f 80 0.03 vMB 40
265,940 265,940 0000000000000004bcf1ba508c7150ce96fa4c49dd1d6b402493bc4ef0635818 278 0.15 vMB 86
265,939 265,939 000000000000000095367b1b85f0febb4fa41a45db542ddef3e528576af9b7b9 24 0.01 vMB 100
265,938 265,938 0000000000000000169655157d09018ffa958b7999bdb6c159e8f4b6823ab3d0 63 0.03 vMB 147
265,937 265,937 000000000000000e5121b1d5101a56ce0386f8cce5b47fcd15c00eecbc41524c 286 0.11 vMB 112
265,936 265,936 00000000000000084aca77a789af4a9e998b705d063c6766ce003ebfbc22b55a 255 0.10 vMB 79
265,935 265,935 000000000000000fccf7b35946f57e78dca0f536df97946accb5380fdef1bae5 92 0.04 vMB 164
265,934 265,934 000000000000000cce97d37d5625cdb159d9c876704fc43b3a6a2d5d87b3ba91 192 0.08 vMB 93
265,933 265,933 00000000000000012369527c163a6ceee4b62b0ff50b91eb72451385602719bf 26 0.02 vMB 27
265,932 265,932 000000000000000c81ed49287c2ce9c170a3c8ebe76c49b6d4a68aacfe36ac01 74 0.03 vMB 19
265,931 265,931 000000000000000bad11323666e85e07482cdb34048b8fe93bc0b894e2d842c2 665 0.22 vMB 93
265,930 265,930 000000000000000e2f2f88b6814542729f275d2f14bdc17f3b46f850b617c939 478 0.22 vMB 5,271
265,929 265,929 00000000000000049c1ee08bb82198dcd3d4e392a2799d11cf6ec1851366cf32 346 0.16 vMB 83
265,928 265,928 000000000000000a05dd609b620b4c85ebc604c5f23711c8c94299f2a5cf6d1d 332 0.16 vMB 92
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

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