Loading Tool

Explorer IconExplorer

Memory Pool

81,435 transactions
31.24 vMB
0.10010993 BTC
Random Selection Loading Transactions
Max Size: 189.00/200 MB

Candidate Block

Mining Attempt 88de72765bc3a710ded4e8c55a29cac2e73e43bf3df59fa49e70186ae6b6c9be
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root a7d801a37ca5fbabde28cd07544fcea1c8a6d01609cc0f49cbd575715499f93b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,430
Size: 1.00 vMB
Total Fees: 0.02306863 BTC
Feerates: 106.51 > 2.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (488,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,918 426,918 00000000000000000005523c3010221ca432323180a9dbddc9cf718fb3c28251 917 0.99/1.00 vMB 17
426,917 426,917 000000000000000001484f27b9e6718e31b16cc498c8e3d4af1fa93960c7416b 1,780 1.00/1.00 vMB 48
426,916 426,916 000000000000000001c00e9df82568aeb7baa342fe3fc9492c6eab09429ce15e 1,496 1.00/1.00 vMB 40
426,915 426,915 000000000000000003cb7bcf7b84d63844e214cc36d84ff1b25eba36c1cd72f0 2,388 1.00/1.00 vMB 65
426,914 426,914 0000000000000000040faffda2437a3749f6c49ef6a95d7152338a6dcaa8c2f4 2,472 1.00/1.00 vMB 57
426,913 426,913 0000000000000000039ae85157a9e72080ebbf71336b48daaa80f3b2b318a415 2,719 1.00/1.00 vMB 80
426,912 426,912 0000000000000000016d57d46c3b2582de6071ba5853a3063d15a4b99dc993c4 2,473 1.00/1.00 vMB 55
426,911 426,911 00000000000000000128c0bba2ea2460ff6f6b8be483313eac7224b9aa9de324 2,834 1.00/1.00 vMB 87
426,910 426,910 000000000000000003d061d2800029a655bed51bcf1e0e69b3391415d3a4a8fe 2,555 1.00/1.00 vMB 66
426,909 426,909 00000000000000000452f76fc6089b9fdaf1dd3d14ba5e125f23956981adaad4 598 0.31/1.00 vMB 52
426,908 426,908 000000000000000004f5c86d2e1a715f044125f97ce69ce0d57faed16c95b6d6 149 0.06/1.00 vMB 69
426,907 426,907 000000000000000003552d5097a41a019490b7b16e1d52e36ef694c038651d3b 1,497 0.66/1.00 vMB 67
426,906 426,906 0000000000000000007c2a55586c24bd00f6fb8feba4498e31a365f75ef167e1 849 0.36/1.00 vMB 67
426,905 426,905 00000000000000000368954b543933e172c70572617ffff13e8c4e3bfda95a80 2,107 0.97/1.00 vMB 62
426,904 426,904 0000000000000000030bdc1dee23cbef5970c2be828d45d13ba7ca68936678c5 601 0.26/1.00 vMB 64
426,903 426,903 000000000000000004f472afc55cc52a159aa8e073bdde1ee6890d690bb2aa35 519 1.00/1.00 vMB 13
426,902 426,902 0000000000000000023c62708164f93d78b687d08ef1e7eb27f6b1366087850d 192 0.09/1.00 vMB 55
426,901 426,901 00000000000000000229ba84cdf960a5c6226a6b1625f399234b396e34e258f7 1,193 1.00/1.00 vMB 28
426,900 426,900 000000000000000001f9681b0c7a3029d329139d0dcb5ccdce2f377ae23fad31 531 0.28/1.00 vMB 56
426,899 426,899 0000000000000000028d90c265adc943dacb6ac3a8245ba696b18646eb85d67b 1,572 0.87/1.00 vMB 50
426,898 426,898 0000000000000000027ba9ec504e48bea7bad17d91f69b9fca6353f0f1d820b8 2,070 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.