Loading Tool

Explorer IconExplorer

Memory Pool

78,512 transactions
29.38 vMB
0.08089416 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt 8bc156cb56b2267208951fb7472debd9cc6fc2c270e9c6529eb33d580e1573a2
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root f64345c7211ecefdcc24826c5dc846c0f6d2c61558e351765fa3709326164b4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.01645686 BTC
Feerates: 73.20 > 1.65 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (499,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,282 415,282 00000000000000000551e41b2538ced31860087c33eaab41a5d516267c5a57b9 2,873 1.00/1.00 vMB 57
415,281 415,281 0000000000000000056a0a71ebbc24135fb58a02ad3909c12ccea0191c722b67 3,111 1.00/1.00 vMB 58
415,280 415,280 00000000000000000275e96ccb1210679014c112972fdf145beeae5bb7475eb1 1,498 0.64/1.00 vMB 47
415,279 415,279 00000000000000000489cdae4967f869f6e9123f7ffd09c52e3e4c644a3f4c4d 1,918 0.99/1.00 vMB 39
415,278 415,278 0000000000000000000b0a4fcc600cdff74b9f6c0850724ca8ef31ebaa20f09f 1,627 1.00/1.00 vMB 26
415,277 415,277 00000000000000000490bba9836c46add48d76b68dda4dc3fc1d80bbfe204df3 2,718 1.00/1.00 vMB 55
415,276 415,276 000000000000000002de6d9a7e12e9a5aa6b3ba4c5519b755699486a3c386fe8 2,559 1.00/1.00 vMB 44
415,275 415,275 00000000000000000313bccc195cb90c6a2955a2cb7e9c16c1eca665c4a70886 3,176 1.00/1.00 vMB 70
415,274 415,274 00000000000000000315d81e3623a3e77fe2b12bcc00a85f76fc304c945a8242 596 0.22/1.00 vMB 46
415,273 415,273 000000000000000003c6fb81dfe19a52bfa5ace5a6d8680b80ea073a42f6877e 573 0.20/1.00 vMB 52
415,272 415,272 00000000000000000063e992e5bcbadf262ba737845049ed87bc87e9a771b298 340 0.15/1.00 vMB 41
415,271 415,271 0000000000000000016234826e22e991f31cba766e8edd077e6eca94615091e0 25 0.01/1.00 vMB 84
415,270 415,270 0000000000000000020b43777a341b01383fa43e0b46b374f3a992a0d84c638b 1,054 1.00/1.00 vMB 19
415,269 415,269 0000000000000000011c4bd5c6ba2628bca62e415d47094bb6aad1e9ebaaf6a9 1,272 1.00/1.00 vMB 27
415,268 415,268 0000000000000000004c4a24b6e601dd268a2c048f4a24cd0b4d0e992b445e8d 21 0.01/1.00 vMB 84
415,267 415,267 0000000000000000043ae3f5ea2281aff7e932ce1a087d247df1c60274534815 1,039 1.00/1.00 vMB 18
415,266 415,266 000000000000000005572d7dff18f74e9979811ce9288d1753b57f679450c67a 911 0.46/1.00 vMB 46
415,265 415,265 0000000000000000052258608687795dcb7eb48d700d948651f264da0ba3c98c 899 0.33/1.00 vMB 52
415,264 415,264 0000000000000000057e8ea0df373d758fc22aec179a572486bcfd3669dc71fb 1,457 0.78/1.00 vMB 35
415,263 415,263 00000000000000000207c4080de2d206993e3b85b1b68a29ed44ae33a6282a09 2,224 0.87/1.00 vMB 48
415,262 415,262 00000000000000000233a958f963f114b83e2043206a36654cc1f0abd8f199f2 581 0.23/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.