Loading Tool

Explorer IconExplorer

Memory Pool

41,799 transactions
30.40 vMB
0.06959784 BTC
Random Selection Loading Transactions
Max Size: 154.19/200 MB

Candidate Block

Mining Attempt e6a608ee168576515cbc08c2aafc15fe9391a9ee511b37f2b294f18625e5c4cd
Version 20000000
Previous Block 000000000000000000006714c3d7dc50e84391981f67170adb5c2d01c46a6280
Merkle Root b967a4b6bd6529802cca8289b2f5972fa1bde125c2e25b0fff20961e9de544a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,471
Size: 1.00 vMB
Total Fees: 0.00887676 BTC
Feerates: 60.16 > 0.89 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,465 (41,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,324 873,324 000000000000000000024ed681933015b5bed23d7aadde57a11e8d8b1d3ea130 3,373 1.00/1.00 vMB 3
873,323 873,323 000000000000000000017e4e184f761a6d332d18e61ba9a6a52fa84abcb0dc8d 2,063 1.00/1.00 vMB 4
873,322 873,322 00000000000000000000442833726bc4242683e6771514b4de0df896a304da8c 2,061 1.00/1.00 vMB 4
873,321 873,321 00000000000000000000158c594d8f5be31f120f3f2e91122533b334735e60f9 2,982 1.00/1.00 vMB 6
873,320 873,320 0000000000000000000266f8a54bb5d56f9e09c6ae97091bfde9fa48d7642aeb 2,311 1.00/1.00 vMB 6
873,319 873,319 00000000000000000000515fcb48bcc4e274998a0a30c907749c72c25d4fc033 2,549 1.00/1.00 vMB 8
873,318 873,318 000000000000000000017573fb2110d5806034a3188a687469d54c9f4fc73c3f 3,240 1.00/1.00 vMB 9
873,317 873,317 000000000000000000008c376014488c82c9cd81cadd705e4a5b96faadaaa9a7 2,438 1.00/1.00 vMB 8
873,316 873,316 00000000000000000001e995f985b12e2585daeb65789bb84f1c122a1351c8db 3,215 1.00/1.00 vMB 5
873,315 873,315 000000000000000000000c788d3b141c541862cc56cb9e7dba3e1f0e237804b5 2,928 1.00/1.00 vMB 9
873,314 873,314 00000000000000000000e4ce894432ea0f4c8bbd4919584608adb2c8c21a0bca 2,548 1.00/1.00 vMB 6
873,313 873,313 00000000000000000001e412727eac8f095ea50e3477c3b4ba4e0ae75fc65dde 2,734 1.00/1.00 vMB 8
873,312 873,312 000000000000000000018faf8ea9c8c3e44ed241b835cf9c3b3332405669d1ed 1,203 1.00/1.00 vMB 6
873,311 873,311 00000000000000000001481a302145fd448b1d85272bba06c66269998ac55275 2,545 1.00/1.00 vMB 6
873,310 873,310 00000000000000000002064720e8f33343b08562a3a713cbe20e0bbdb3f8fea0 3,294 1.00/1.00 vMB 9
873,309 873,309 00000000000000000002a833020bbd83fb68ad5463662fbb3be766b71203b76c 3,700 1.00/1.00 vMB 9
873,308 873,308 00000000000000000001dd0eb30a4e93229d96ddd90ad2d214b8f2be0bcdd3ab 2,207 1.00/1.00 vMB 10
873,307 873,307 000000000000000000005f5e0738b23e91507fa83d1ba18e1e0033d7edc5fe48 2,823 1.00/1.00 vMB 15
873,306 873,306 0000000000000000000116fd12084f7e1ed52c24f733919090e46527185dbecd 2,443 1.00/1.00 vMB 4
873,305 873,305 000000000000000000005e8a41795c9966fee27bb6b1cd118dac4483049a423f 2,153 1.00/1.00 vMB 7
873,304 873,304 00000000000000000002a7534dbddc2908aa866a1553d86f4859e8e949e5a2db 3,114 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.43 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: 610.02 GB
    • Received: 10.69 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.