Loading Tool

Explorer IconExplorer

Memory Pool

41,120 transactions
27.38 vMB
0.06583651 BTC
Random Selection Loading Transactions
Max Size: 141.54/200 MB

Candidate Block

Mining Attempt 66c8fc20134e33061fa633f89f798c989a329738119f3b48fd5e36ece43d1073
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root d86748f25a5134ad66f7bbdfe5d4d69542f3aab608dcd1a6d217663d676692f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,721
Size: 1.00 vMB
Total Fees: 0.01334638 BTC
Feerates: 100.53 > 1.34 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (74,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,982 839,982 00000000000000000000f8ee5cb67a37a80d2eb261f4c37f5017079488f97d6f 2,538 1.00/1.00 vMB 85
839,981 839,981 0000000000000000000329ee8f1869e85e7fc78f220d38aec11adf79b6c20510 2,394 1.00/1.00 vMB 88
839,980 839,980 00000000000000000000a8dd35c7857e3d08fb1ab1c26f70e27dc1f12af8f131 2,935 1.00/1.00 vMB 96
839,979 839,979 0000000000000000000043a01e59f6ada4452521baa5fa8c5c660daaa462b743 3,035 1.00/1.00 vMB 72
839,978 839,978 00000000000000000001de82ae3d96a87184a15fd28d70b5ab48109b998131aa 2,988 1.00/1.00 vMB 77
839,977 839,977 00000000000000000001f672c3948f424823bfd67925f6f8e3e966f4de0d5811 2,761 1.00/1.00 vMB 92
839,976 839,976 0000000000000000000015069a3fe1191eb4bc041953b98542eabcce9bc86c54 2,694 1.00/1.00 vMB 87
839,975 839,975 000000000000000000023a3e2e390d124fb88bb2ed2cb80eb73926f75d69a59c 2,459 1.00/1.00 vMB 87
839,974 839,974 00000000000000000001cead5d1db25fa982a9013fffe4d98ef52cf5128a0b50 2,904 1.00/1.00 vMB 106
839,973 839,973 00000000000000000002aaf3a17be98104cfe5383675001becfb2c4e7e11f0ee 2,794 1.00/1.00 vMB 84
839,972 839,972 000000000000000000028eab7fe04dd7c17abc312e8d5989f1b3d191e7f0d707 1 0.00/1.00 vMB 0
839,971 839,971 00000000000000000001c03a9dc572174814a669d5f2a84fb410e12161ee2c03 2,875 1.00/1.00 vMB 118
839,970 839,970 000000000000000000006da4171ae5bb4d0f9390a05452a1c6fbee92a60502f6 2,790 1.00/1.00 vMB 83
839,969 839,969 00000000000000000002b81b8432b04bd1636d553c03645dbf4505b3da7a7c21 7 1.00/1.00 vMB 1
839,968 839,968 00000000000000000002788cad2a9901333e2fca9b261f513303adb292143a36 3,016 1.00/1.00 vMB 98
839,967 839,967 00000000000000000002f84d47c3fd44527b200b4033f163224684a17f80b9c8 2,364 1.00/1.00 vMB 71
839,966 839,966 00000000000000000000fdcee33af2302a9c4dea32d398466637874d795ea9d3 2,869 1.00/1.00 vMB 81
839,965 839,965 00000000000000000001ef4a3142be8fa119cbd3c08e2923d52caad75a2f6f8a 2,551 1.00/1.00 vMB 92
839,964 839,964 00000000000000000001b54416974fc6f1cf0c5945534ecc7ce78e3a0e6bc5d8 3,375 1.00/1.00 vMB 118
839,963 839,963 00000000000000000000266325125a331940ca03af5809e9a9f4fc2af9923497 3,392 1.00/1.00 vMB 114
839,962 839,962 0000000000000000000285105a4da39c0c3dd5aca97ea62e43c5dfcab76243f6 3,417 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.22 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.