Loading Tool

Explorer IconExplorer

Memory Pool

37,891 transactions
27.21 vMB
0.06538380 BTC
Random Selection Loading Transactions
Max Size: 138.06/200 MB

Candidate Block

Mining Attempt cdd69807f966d46258ccf20a929e022a2e3211a59f195da6cfbf9b383cdf72d8
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 0d39fc76c271c3c749d16cb8098061504d5f65817140c2b0bf948e093649e495
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,478
Size: 1.00 vMB
Total Fees: 0.01400327 BTC
Feerates: 179.53 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (530,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,340 384,340 000000000000000001bd89f0e1b6f606889314232cd1c7c95978932b6eeb30a5 321 0.18/1.00 vMB 27
384,339 384,339 00000000000000000eabf0d517e6434d735277745e685f2eba4f4714d2ba67d7 1,196 0.81/1.00 vMB 34
384,338 384,338 00000000000000000d223e73e97e7978f89804a0816a31d8f8ef0c2880769f74 521 0.34/1.00 vMB 18
384,337 384,337 0000000000000000063f734e4b61178c22ba4ebbbd3f584d0479db17440c2216 1,188 1.00/1.00 vMB 20
384,336 384,336 00000000000000000bac424640f979f68df939e4425c8ecf5b122d09fc0a8e8f 1,760 0.93/1.00 vMB 24
384,335 384,335 00000000000000000c6da0acef2c3cad367e5fa5cb49d4bfd06b8d9b208dba8d 1,609 0.69/1.00 vMB 33
384,334 384,334 00000000000000000b289c1aed9b2e7d189bcd519ea92193cc30816e8a4db197 3,403 1.00/1.00 vMB 67
384,333 384,333 0000000000000000070fe5347917ddd4f9ff77823013437338cbb356d8bd3f90 151 0.09/1.00 vMB 24
384,332 384,332 0000000000000000058a335e314156ad3e45d4ee9bec519f17ad58eb28f9244e 349 0.66/1.00 vMB 8
384,331 384,331 000000000000000003c52c49de508050e0c0cc9ae8632da8168566d9eaaa748c 1,784 0.81/1.00 vMB 38
384,330 384,330 0000000000000000101040b7810c34b1a77af17bd2aaa726dbd6e146072907fb 1,028 0.79/1.00 vMB 26
384,329 384,329 00000000000000000a2c2b467b614331f5ae82fddeedac4c6b9f24fe4eca358d 1,999 0.99/1.00 vMB 32
384,328 384,328 00000000000000000c44c0c1ee8b2d1f1be898701b872f4768913590d5db3558 1,953 0.75/1.00 vMB 45
384,327 384,327 00000000000000000ff6d98effb32a9b179432a6156c21b75db649d116c7fb94 1,659 0.98/1.00 vMB 25
384,326 384,326 0000000000000000001bb31370ffbd10122251ffab9a4f2b59d95bb9823e2161 2,132 0.95/1.00 vMB 36
384,325 384,325 0000000000000000025806aa99f729ecec64e03a24bb280aa5b9abdb68047132 1,026 1.00/1.00 vMB 17
384,324 384,324 0000000000000000027903f3dbe58561757008593662bece2dcc1646ef4e2f0e 2,412 0.93/1.00 vMB 46
384,323 384,323 0000000000000000107e00bf0252e7a264e695b957cbb7c7121f7639fbaa2f4c 1,343 0.75/1.00 vMB 31
384,322 384,322 00000000000000000ee1f72957f734888d5e3c60c625f3f90d45513c6ed48b15 2,222 1.00/1.00 vMB 32
384,321 384,321 00000000000000000acf9de3b2a93d1534107adf19db7d53d581bacc33136a7c 1,120 0.91/1.00 vMB 21
384,320 384,320 00000000000000000edd8d676f5fbce5f3cafec998b4a154a7156fb7b819dfa5 1,465 0.95/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.76 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: 632.16 GB
    • Received: 12.10 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.