Loading Tool

Explorer IconExplorer

Memory Pool

80,752 transactions
29.80 vMB
0.07169195 BTC
Random Selection Loading Transactions
Max Size: 179.77/200 MB

Candidate Block

Mining Attempt f1d8c49a3a1f67a0710b090b201bdcb01a4a7593f92ab9c93e25d5944763ecc8
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 6ce88cca49fcd3404bd07777b3c0adfd587b7178c3473d6bbd6a84c16d552218
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,736
Size: 1.00 vMB
Total Fees: 0.01097668 BTC
Feerates: 100.36 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (364,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,386 550,386 0000000000000000001aad977c0daae08b79552e57ba451f1b9deda5d18665a2 2,890 1.00/1.00 vMB 18
550,385 550,385 000000000000000000173e9d9f6605858f24d1ec344977eb16410bdc9f458b4b 3,296 1.00/1.00 vMB 16
550,384 550,384 00000000000000000000def4c122622bf3153bb4681b5631e4a2720a322770e6 2,451 1.00/1.00 vMB 28
550,383 550,383 000000000000000000059f8a69f83410f0918f266e5692c3a113b49dceccffa3 2,827 1.00/1.00 vMB 36
550,382 550,382 00000000000000000027d6408acba41171540e2f46f6a8b7113280900de44266 366 0.17/1.00 vMB 17
550,381 550,381 00000000000000000026606f15e09e9e1a6bf7f75bc4560689d4472d7ffd7c0f 1,727 0.73/1.00 vMB 20
550,380 550,380 00000000000000000026a8d9b0c93e3182ab8c872b1ad1333a838c66efad255b 879 0.51/1.00 vMB 11
550,379 550,379 00000000000000000014a887f7c1482932139bbbbb45f71a94a12245aae9ef5b 1,981 1.00/1.00 vMB 5
550,378 550,378 0000000000000000000bc71e92f00a1f44eb563311d64dcb062ed40f27f79f97 2,133 1.00/1.00 vMB 19
550,377 550,377 0000000000000000001862317e65acf7084c6172096be74034632cbea6ea7bf1 1,113 0.38/1.00 vMB 17
550,376 550,376 00000000000000000027ac44e7148f961da574e0fbdc82157736e5b92f8f2414 2,975 1.00/1.00 vMB 41
550,375 550,375 0000000000000000002758a9c7da3876018f46e65e664047b53ed85a14264c22 1,450 0.51/1.00 vMB 40
550,374 550,374 000000000000000000226b7732dc6f51dad7cfe2ba183155b23975099249f867 1,295 0.51/1.00 vMB 20
550,373 550,373 00000000000000000016ea7cff44b4cfeba2f55bdb6ddd6bf4735b6cdf746590 1,093 0.80/1.00 vMB 6
550,372 550,372 0000000000000000002034d8c5b00437697f87fccc9a640886f152c3ac15ba0d 2,939 1.00/1.00 vMB 31
550,371 550,371 0000000000000000001c8d2d72dd7c8a8b2f7be5bd9fdb528c30b5e3ffe5f1eb 2,974 1.00/1.00 vMB 21
550,370 550,370 0000000000000000001797a96aefe89ff1e84dcb5e8cf6e85e8fbb5aba6a1791 1,753 1.00/1.00 vMB 29
550,369 550,369 00000000000000000024553065d0f8911432b882364d3b64e76c02dfcc757a34 976 0.53/1.00 vMB 15
550,368 550,368 00000000000000000015df840aeb481ff27b44f2cfa14f81886e98f25395ebdf 2,452 1.00/1.00 vMB 13
550,367 550,367 0000000000000000000e5796e9c5cdc8a8a2de84fd17287d7dfe89074de31766 3,462 1.00/1.00 vMB 41
550,366 550,366 0000000000000000001a592324d8ef8a9ba974defcacb71522cc211ad360f984 420 0.13/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.