Loading Tool

Explorer IconExplorer

Memory Pool

78,320 transactions
30.18 vMB
0.07291717 BTC
Random Selection Loading Transactions
Max Size: 183.16/200 MB

Candidate Block

Mining Attempt 16cf8c20a0a6e5c5e009abb18d6397353ba7f4f78eea711dfe634aae11aa7ed9
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 33445b188d5ea55e866c2028292ce89eeebee15dd7194a2072d873e3e0eabf4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,645
Size: 1.00 vMB
Total Fees: 0.00876827 BTC
Feerates: 45.66 > 0.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (232,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,194 682,194 00000000000000000002f7a409826613f99fe60e3f1307a0f210bf238fbf6987 1,031 1.00/1.00 vMB 23
682,193 682,193 00000000000000000002280f0b6d08819f79ec5ed079e3066cc95d38eab4272d 884 1.00/1.00 vMB 9
682,192 682,192 0000000000000000000c0ab51ead2b8148b7fdf3af25338cac2d35bf3e1c0786 2,005 1.00/1.00 vMB 10
682,191 682,191 00000000000000000005f0efd8bc3840221f29c3755596472187b95c3d5c9731 2,308 1.00/1.00 vMB 32
682,190 682,190 00000000000000000002ad9578bb5511a478b2a96664c7f649b6643ac7ffd378 2,144 1.00/1.00 vMB 18
682,189 682,189 00000000000000000002f66bb6b1bdafed99b6e13f6a4b015be791100ce469d2 2,239 1.00/1.00 vMB 64
682,188 682,188 0000000000000000000cb75d8c609c99a88a07fd74927bac6710b338ae47a23d 1,747 1.00/1.00 vMB 42
682,187 682,187 0000000000000000000b1f26c14227499516bd0e7328a1c7df1f865709a525c5 2,011 1.00/1.00 vMB 70
682,186 682,186 0000000000000000000bb4aa7ee05661e89b18ca988f76937f2c85379aed953a 1,408 1.00/1.00 vMB 97
682,185 682,185 00000000000000000002150dc4272f0bfb6a4cb788f8b4a439cd410f72f1b2de 2,031 1.00/1.00 vMB 85
682,184 682,184 0000000000000000000d487dc0e20ab1aa9a405786753f4ebe796ba8cb4b5ab4 2,281 1.00/1.00 vMB 91
682,183 682,183 00000000000000000000057e544ea95cb6155d211e9792b10b9ffd7d0a2ea860 2,515 1.00/1.00 vMB 100
682,182 682,182 0000000000000000000c26e27c858d405efb59a753a95ecc53de1245998799b2 2,033 1.00/1.00 vMB 54
682,181 682,181 000000000000000000030a7b793c6dcc20baa9553e384e3d5761f092d9bd0b86 1,964 1.00/1.00 vMB 48
682,180 682,180 00000000000000000009e7fdca6bee7f54122f88d9b4279273b67728df4a19d9 2,219 1.00/1.00 vMB 70
682,179 682,179 0000000000000000000562ae3d9ff9c6a91b96d38785bd294240b1afe6875858 1,403 1.00/1.00 vMB 31
682,178 682,178 0000000000000000000893941f97d488baff301c0be10927ceb82731528db592 1,481 1.00/1.00 vMB 85
682,177 682,177 0000000000000000000a2c2357a7377fc3673389a56b9466439c25d94be5379b 2,225 1.00/1.00 vMB 92
682,176 682,176 000000000000000000067552fe429871fdf4a43ca5db3cff9c2425cc0100068a 159 1.00/1.00 vMB 5
682,175 682,175 000000000000000000066d11ce278ed5a7f78ba854b8812367bf8e132a2e5597 1,761 1.00/1.00 vMB 71
682,174 682,174 00000000000000000008578665b06766b82b531c4de52d9ff8e75fb22fbfd48f 798 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.73 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: 707.32 GB
    • Received: 16.67 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.