Loading Tool

Explorer IconExplorer

Memory Pool

79,939 transactions
30.54 vMB
0.08035679 BTC
Random Selection Loading Transactions
Max Size: 185.50/200 MB

Candidate Block

Mining Attempt b8b8585c2b6b5e0dd868a3f66952bd096e799204436dfca9fbde1356cc119677
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 85f707fb3a9d6562eb82139d81f9733373ef5a235e6f6c4cb523d99e919abdf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,348
Size: 1.00 vMB
Total Fees: 0.01508224 BTC
Feerates: 351.58 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (265,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,947 649,947 0000000000000000000a6e5fe805308bdc3656e650bb7937888d787d2d520b4c 2,541 1.00/1.00 vMB 67
649,946 649,946 0000000000000000000e303fad189ae7b789ed197c627cec1e8b9a5c487c0caa 2,112 1.00/1.00 vMB 65
649,945 649,945 0000000000000000000bb750ba04fa20106c5beba01b16f56b09c22f9d846701 2,892 1.00/1.00 vMB 82
649,944 649,944 00000000000000000009a2fa8ecb8db227402788c15dcaaa61bd77c31f2e99de 495 1.00/1.00 vMB 5
649,943 649,943 000000000000000000074fe346a61f889bab5667a2b76806c6a9f4767486a56d 2,481 1.00/1.00 vMB 36
649,942 649,942 00000000000000000005b59b54e15222f9250985ff4aec6bde70038799686207 2,346 1.00/1.00 vMB 65
649,941 649,941 0000000000000000000da65a096480428134404ff441c9a897ea6a9ac017d700 1,621 1.00/1.00 vMB 24
649,940 649,940 0000000000000000000cc08f2e6b58efb61132e62b1e43d2025f1a552c50e5f2 2,016 1.00/1.00 vMB 56
649,939 649,939 0000000000000000000d6b2a190f5f703422d584d9a79dd6d376575cdc21882c 1,712 1.00/1.00 vMB 59
649,938 649,938 000000000000000000031c7fafe5d087b313454839fe64aad587c9549cdb3e73 434 1.00/1.00 vMB 4
649,937 649,937 00000000000000000004868818c64d4cb37c7cc2ecc67f1a8783f7849e7d8cd1 2,603 1.00/1.00 vMB 9
649,936 649,936 00000000000000000006ae76d73de6d561f40c7369ef31eb09803d88eb8e63a4 2,419 1.00/1.00 vMB 72
649,935 649,935 0000000000000000000bb6a292f4835fffd71e0b675057b85747afc4c4a4e3db 1,650 1.00/1.00 vMB 20
649,934 649,934 00000000000000000005634ee9d36b258d914feebddde59df5888c0d06a50345 2,145 1.00/1.00 vMB 39
649,933 649,933 0000000000000000000c019339dffc992dd3c72b5547e77cab0394c5162b83e9 1,970 1.00/1.00 vMB 19
649,932 649,932 000000000000000000078250393856f9caa2917eacbe1ce8d9b43d2286a39436 1 0.00/1.00 vMB 0
649,931 649,931 000000000000000000020623aec5e2234b2fe54378a529a6e4c24e5ea6771b2c 2,411 1.00/1.00 vMB 76
649,930 649,930 0000000000000000000a252bad289cbb94c9e5fd40aa72cc3c28354e554ff316 1,337 1.00/1.00 vMB 46
649,929 649,929 000000000000000000025c6f081d58538f02bf21d1e28279cef4128c0910c8a0 2,302 1.00/1.00 vMB 84
649,928 649,928 0000000000000000000d4c20543f87e3bdcf5f1d48b4935dfba6f8aa06ebc7ec 2,199 1.00/1.00 vMB 35
649,927 649,927 0000000000000000000733aa5404d65c5d5420ebd713ff79c774aa765f5dbd04 1,929 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.