Loading Tool

Explorer IconExplorer

Memory Pool

26,357 transactions
27.28 vMB
0.06633049 BTC
Random Selection Loading Transactions
Max Size: 130.46/200 MB

Candidate Block

Mining Attempt 4855d5afbe7066c3a99f35469a619143992e56f3784af7224623f9e49b4a47d0
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 948462c7fbfb9b3643b1c5f0491ff985c83ea83c72a55817f20e81bb2e876a3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,380
Size: 1.00 vMB
Total Fees: 0.01474041 BTC
Feerates: 150.93 > 1.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (527,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,704 386,704 00000000000000000420ce08cd1d1f3a57be9e9da399e875493d8c199280ce79 1,443 1.00/1.00 vMB 24
386,703 386,703 00000000000000000ddbf39e7f8e89e5e71512b6396a06975cd6a69e52eeec64 1,018 1.00/1.00 vMB 19
386,702 386,702 00000000000000000904eaf87e5c7b91ece550ab1da6ce933347e3dae1ea74b5 3,359 1.00/1.00 vMB 48
386,701 386,701 00000000000000000475d3a5a903cd94a3470ac8373e6be788dd8f20fa1a6e2d 2,307 0.99/1.00 vMB 28
386,700 386,700 000000000000000005f7d773fbcc2a97bdd76277b0ad6eb831697df1573dfb6d 556 0.25/1.00 vMB 37
386,699 386,699 000000000000000003b4c63a85ac4871681d999e39a86af80128b7200716bfc7 2,266 0.95/1.00 vMB 44
386,698 386,698 0000000000000000051cd7f3914669361d2e381850c01d0fad7206b751cfdc42 2,227 0.99/1.00 vMB 31
386,697 386,697 0000000000000000068ec9a5401db8085b46aaff16e4173e75bb841566c81d1b 1,731 0.75/1.00 vMB 28
386,696 386,696 00000000000000000256d827e095938540ead6c4e7c2973819f51bd6aad115e8 1,132 1.00/1.00 vMB 18
386,695 386,695 000000000000000002d7c8a59818bccc23004a96a75c0506c49975a57b087a94 919 1.00/1.00 vMB 19
386,694 386,694 00000000000000000182bb858c9a3761eb8574e7ba6daf1e9872bc8731a6bc14 1,920 1.00/1.00 vMB 35
386,693 386,693 0000000000000000071e75687f0cf19930e2e449252517e05c79cb9729005e0e 2,141 0.95/1.00 vMB 39
386,692 386,692 00000000000000000539685c817e43fc6dd865f2b0e6fa5638a4be8e5f8e9486 2,133 1.00/1.00 vMB 31
386,691 386,691 00000000000000000ba51b40553d3242389ecc7de1e28ef289d9963fa568b6f4 2,149 1.00/1.00 vMB 27
386,690 386,690 00000000000000000a55bda447829f0630660fcc3b22920adbfd6815570ea027 1,413 0.93/1.00 vMB 30
386,689 386,689 000000000000000000d505d8ad91aaf9295ece93ccb25bfeb01308187f3e486b 1,282 0.93/1.00 vMB 28
386,688 386,688 0000000000000000085b9c73d89550af344127d4046854a1e0a1ff0810818c14 2,054 0.93/1.00 vMB 27
386,687 386,687 00000000000000000aa55af08a0e06c08120aaa93fa0e215e8900e1b1c48a5be 2,630 1.00/1.00 vMB 30
386,686 386,686 00000000000000000749670efa3af264370c5d68067d7758c638dff7c52fb629 1,997 0.75/1.00 vMB 46
386,685 386,685 00000000000000000ecb2c4fa08b3d7b4d3adb22b0b0aed74d6c3808d0162373 2,653 0.95/1.00 vMB 74
386,684 386,684 00000000000000000129b72a145c45d2052e34910ae50b61d47933d053d42164 2,094 0.75/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.46 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: 611.04 GB
    • Received: 10.79 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.