Loading Tool

Explorer IconExplorer

Memory Pool

86,168 transactions
32.35 vMB
0.10886197 BTC
Random Selection Loading Transactions
Max Size: 194.59/200 MB

Candidate Block

Mining Attempt e4ab2d563b9f5b37493a5c102ebef7b3a2270f36b9ba817140d3d0c900926593
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root cb510bb9437a26f28244fc0c5e5ab72983fb1dc46d267fe13a18dcc2874eba58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,417
Size: 1.00 vMB
Total Fees: 0.03529345 BTC
Feerates: 218.18 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (514,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,476 400,476 00000000000000000606971ac57b5d27d27e6aecdf7c12a7a150ac7a46eaabc1 2,064 0.75/1.00 vMB 61
400,475 400,475 0000000000000000066345944112562b9299599b1b1bb1584d2f156ba6a59acb 1,996 1.00/1.00 vMB 32
400,474 400,474 000000000000000000eb9c77b149cb13b54819abd05dc05d1fc1c231979729c7 1,210 0.99/1.00 vMB 19
400,473 400,473 000000000000000006696c284f3f630aebd2895e755cb4754361f18d1d46e6ca 1,327 0.95/1.00 vMB 22
400,472 400,472 000000000000000005bdecd2fda350e4634415d774795c7da713261ce4a51993 2,683 1.00/1.00 vMB 38
400,471 400,471 000000000000000002b949a3a79cb1fd8508e5b091818fec42a052a7e49e3b38 2,149 1.00/1.00 vMB 41
400,470 400,470 0000000000000000017840f53f002cee17f2725c97c2ec63b236bbba1a2cef94 3,211 1.00/1.00 vMB 56
400,469 400,469 0000000000000000052abc960c9b60bc089b1789b64bba42b1e6552e366f8308 2,881 1.00/1.00 vMB 67
400,468 400,468 0000000000000000062506c6c5d60adcea657075e2eb0112219d0159a157249c 1,199 0.75/1.00 vMB 38
400,467 400,467 000000000000000002fcace995c72fbee5df9002a102f7caef2be054829747d4 1,469 0.93/1.00 vMB 22
400,466 400,466 000000000000000001cf43dc0ed8586aed799665b264902e9b6e0ff4e2e862f7 1,814 0.75/1.00 vMB 42
400,465 400,465 0000000000000000043ee8f58a6de85cdbcbf19b890ac717f93b28433b48844e 2,113 1.00/1.00 vMB 38
400,464 400,464 00000000000000000107771743fc144f49c82d8b2fdc978ca625e211ad38c386 2,692 0.93/1.00 vMB 69
400,463 400,463 00000000000000000307f80673dac69b6168b36c2605f75ff0565baa96ef92ca 1,181 0.93/1.00 vMB 30
400,462 400,462 000000000000000005e100ee7bba65e08ce6916954ae1a1d756293dbbc3a60bc 1,492 0.75/1.00 vMB 43
400,461 400,461 000000000000000003c0bc9cb655d01c3d69f33415d539c8baed83b3f14e1edd 1 0.00/1.00 vMB 0
400,460 400,460 0000000000000000002059e7395891fd1a93493f61368e4625ceb51c96621b2b 1,048 0.75/1.00 vMB 39
400,459 400,459 00000000000000000023c710736b0e3fda18d0f9b0d71af286382cf36bc77fac 1,947 0.93/1.00 vMB 40
400,458 400,458 000000000000000004aa0a4f1496f265bfb718d8d82141a0f5c7ec50cdd9621d 2,046 0.93/1.00 vMB 46
400,457 400,457 0000000000000000008f9f560f15b914760e9e5342c049ef88b1e32657fcc2ca 2,614 1.00/1.00 vMB 55
400,456 400,456 0000000000000000040b14d7eb062f6cf586dfe643bc7246c1a54872ed004333 1,698 0.99/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.