Loading Tool

Explorer IconExplorer

Memory Pool

83,018 transactions
31.35 vMB
0.10203688 BTC
Random Selection Loading Transactions
Max Size: 191.74/200 MB

Candidate Block

Mining Attempt 8e3eda90bb02e226f0eb223c395a31aba16c0138e3b1fa3a1092ab99d67f866b
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root ac349ed0023157d4a89e2554325824ec7c28059b2c9d2cd1d8d87ddb816a46d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.03010302 BTC
Feerates: 301.05 > 3.02 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (486,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,078 429,078 0000000000000000043e63a23a23249d7eb124293776fa7a440caa23c158fa69 1,738 0.84/1.00 vMB 55
429,077 429,077 0000000000000000007b026006bb0dea1d41bd24a7b29359a349d1b7ab6e1112 1,031 0.77/1.00 vMB 38
429,076 429,076 0000000000000000001f97796c5cbab89170840a2081929ce48ecd83e2299507 2,762 1.00/1.00 vMB 74
429,075 429,075 0000000000000000043a0cf470191216020313adc3ac80658da6314a2a6d1ffb 387 0.33/1.00 vMB 32
429,074 429,074 000000000000000000eafcb913917f8751a8ecaf4e3e38ee0bf5540d4f608620 979 0.98/1.00 vMB 22
429,073 429,073 0000000000000000047c3d49f9836c9887a34eefdb146b9cc96cb761ede4642b 2,159 0.85/1.00 vMB 62
429,072 429,072 00000000000000000367182a15802ea2836f2d71c834c5ffb492f65600d99bff 2,404 1.00/1.00 vMB 63
429,071 429,071 000000000000000001d0a75c6a1cfc95898b022da0fc6e19b0a05d6609ce6d1a 1,937 1.00/1.00 vMB 40
429,070 429,070 00000000000000000213c1f8b74e7722457dcac07d7013695507be15bf16cedc 2,414 1.00/1.00 vMB 74
429,069 429,069 00000000000000000029c261710e9df0c8f578730b8b7e4717f50c7b1759cb0a 2,584 1.00/1.00 vMB 70
429,068 429,068 000000000000000001aea7e7c53413a8765c7b1d1e6aefb925023d19dd992ed9 2,188 1.00/1.00 vMB 60
429,067 429,067 0000000000000000046ae3d8f1f1ecdbcc233c2fc5b9b452a897b7eb1134d9a5 638 0.50/1.00 vMB 41
429,066 429,066 000000000000000001c7559670129a5e10d86579d291fd71a3de495a17830508 588 0.75/1.00 vMB 19
429,065 429,065 000000000000000004985ccc3d3c3a9ada06b73c064f080f6c736a976c17c47e 1,493 0.99/1.00 vMB 41
429,064 429,064 000000000000000004453d90fc5f98d9aaf5a2f0853be3f9e6e5de2a1ea5b022 956 0.41/1.00 vMB 61
429,063 429,063 0000000000000000025c03f14097d6accd378945e82698fc8f668975c0bb5188 334 0.12/1.00 vMB 71
429,062 429,062 0000000000000000017a43cd41ed848feebb8bf14568933943c77bf5b4f9bf00 1,437 0.60/1.00 vMB 62
429,061 429,061 000000000000000003e109809e0a5de44a10206abe839638ddae21d3db7b91fe 1,423 0.99/1.00 vMB 38
429,060 429,060 000000000000000001d9c1c0cabbbf75083369f4d36b73066706cd8b18c0df40 155 0.39/1.00 vMB 16
429,059 429,059 00000000000000000274d10f0c6cffaa530c2c4adcf9844c73c4a38469082f45 62 0.02/1.00 vMB 81
429,058 429,058 000000000000000002df352a07b24eb9a9cb4fca8b6a7a654c3049e83bc12641 292 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.