Loading Tool

Explorer IconExplorer

Memory Pool

75,417 transactions
27.73 vMB
0.07527614 BTC
Random Selection Loading Transactions
Max Size: 169.17/200 MB

Candidate Block

Mining Attempt c1ea147d5e26c60b784ceff729225e06fd8ec7eb8055fca609a04d35fe63dfa7
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root b8718efe15b1dfaf152b86746b486475a1a8c06155718438ec2499a99aa71ec6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,659
Size: 1.00 vMB
Total Fees: 0.01588382 BTC
Feerates: 99.50 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (355,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,205 560,205 0000000000000000001a877897d82cafbc1c8a61ae4d451e4cffae75a5ffbab4 2,324 0.78/1.00 vMB 8
560,204 560,204 00000000000000000012be52a6934fbb56e59e38b220ccb60bf0aff945fce591 2,882 1.00/1.00 vMB 34
560,203 560,203 00000000000000000009e548630d34ce6ba65ca9c2bc9477e1631210009a90bd 2,425 0.86/1.00 vMB 14
560,202 560,202 00000000000000000001bd9680cb949e6500956982f628c131e067ce8a6239ee 1,202 0.43/1.00 vMB 17
560,201 560,201 000000000000000000070be6083fcf31a1866825b0fb077b0bbe3c2e1704901b 1,802 0.64/1.00 vMB 4
560,200 560,200 0000000000000000002e674788e9d4fb58d216bc0ab3a68d04f996914aa0fcf3 2,852 1.00/1.00 vMB 25
560,199 560,199 0000000000000000002527ce243db7e5bf216db8d407556686bda3171080f65a 478 0.17/1.00 vMB 19
560,198 560,198 000000000000000000236928a68cf5638d407c58efd9e967d7d21d537acce09c 1,357 0.60/1.00 vMB 4
560,197 560,197 0000000000000000002603bdcd6e9876d9e08d93fb8959c91f4e81f6e85b546b 2,565 1.00/1.00 vMB 17
560,196 560,196 0000000000000000001f0eb4a20ace6906df2ca7c41ba5f14fe6650b45caf14b 2,166 1.00/1.00 vMB 11
560,195 560,195 0000000000000000000f2c46eda5e824619d14ba2c7f59c329a2aefd8c2b1c4e 2,618 1.00/1.00 vMB 2
560,194 560,194 000000000000000000173c5cb871060b9900076b294467078331eb9437d10e6a 2,448 1.00/1.00 vMB 8
560,193 560,193 00000000000000000007bfbf82bf40e732681015b90cefa2f5fddfdf315b1f33 1,768 1.00/1.00 vMB 9
560,192 560,192 000000000000000000150277a966c9dfb1c2024e65cff6dba1794b1a739d1700 1,970 1.00/1.00 vMB 20
560,191 560,191 000000000000000000297f089258fea1513e0b8c9e7ac85cd4e56aca107c8d57 1,985 1.00/1.00 vMB 20
560,190 560,190 00000000000000000017240ee0777645e0651b1b810b21ba92ff27040404c6b5 2,466 1.00/1.00 vMB 21
560,189 560,189 00000000000000000005e6509597808d6aa80b6b9ce7f317b71b3e044302d915 2,713 1.00/1.00 vMB 19
560,188 560,188 000000000000000000247533ee6f3b9f008eacb466e38cbcbda4d61e47a75b54 2,835 1.00/1.00 vMB 26
560,187 560,187 0000000000000000001a374507829e1870d4662dd1c0d963cdad4c8f3d26e2c2 2,428 1.00/1.00 vMB 20
560,186 560,186 00000000000000000011f7f4651f485ce2a459104c1abeadb1a580242c808f48 1,395 1.00/1.00 vMB 33
560,185 560,185 00000000000000000023ceaf8c54fea2aa926122aeafbb79ba0c8b2fa58d7eca 791 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.84 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: 712.18 GB
    • Received: 17.16 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.