Loading Tool

Explorer IconExplorer

Memory Pool

80,696 transactions
30.23 vMB
0.15141381 BTC
Random Selection Loading Transactions
Max Size: 182.20/200 MB

Candidate Block

Mining Attempt cf018343bbc2eadd81459e4069768a1ce1b96858a3530656528421e17a98bef8
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root cf04ea8cd1f900e702eaccbedbe779f71ef1e6191d3cbcefcf4ed6ce699d1a7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,937
Size: 1.00 vMB
Total Fees: 0.07786471 BTC
Feerates: 251.00 > 7.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (377,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,710 537,710 00000000000000000010e55aa4708fd40bd716fdaa91258c11522f952d3b1fac 1,893 0.63/1.00 vMB 24
537,709 537,709 0000000000000000000832933e5d69c3447aea771042b691009db90a3561bab2 833 0.40/1.00 vMB 41
537,708 537,708 0000000000000000002477be322049d1ebcbbbcd3fcdeefa8e2aebace1b3d963 298 0.10/1.00 vMB 21
537,707 537,707 00000000000000000017585904868123a72603f9eb39e2c96f0759d61f8d42b8 920 0.36/1.00 vMB 16
537,706 537,706 0000000000000000000baa9da086dab15db9307966623f71e38e156d9df27d82 282 0.08/1.00 vMB 32
537,705 537,705 0000000000000000002a191957bc7ad2a2c3c02f2882db02bfbf29eaae8dfc84 118 1.00/1.00 vMB 1
537,704 537,704 000000000000000000253d1dd2a8afe1d4fb19877681d8a92ddb5477aaff1cbc 2,748 1.00/1.00 vMB 23
537,703 537,703 0000000000000000001a285e638ad8f3d4daa033f127bbadd330942d0572d970 596 0.21/1.00 vMB 31
537,702 537,702 0000000000000000002110cdd7a3320ad477c2503ba6c03f15a1cef4424abe6b 1,941 1.00/1.00 vMB 20
537,701 537,701 0000000000000000002998ca859d1500ae99fe5cf314195f956e63d4d631299b 1,512 1.00/1.00 vMB 13
537,700 537,700 00000000000000000013b7f5823e2cbaae7f06e057bd751fef3d56c2b082939b 1,806 1.00/1.00 vMB 2
537,699 537,699 0000000000000000001c89c66fa37620f1c2ebb574ba583f2f04fa8f8b81b86d 1,947 1.00/1.00 vMB 25
537,698 537,698 0000000000000000000b0661977587cecc4d1e09ffb554d75d59fa442d75b484 1,008 1.00/1.00 vMB 3
537,697 537,697 00000000000000000009927651da78d0dd9efe911164a98c3ac2d2a221e7c67e 694 0.56/1.00 vMB 7
537,696 537,696 0000000000000000002aeb37d7a072579c5a2c5efba826e20b68af351c94dfa2 2,755 1.00/1.00 vMB 30
537,695 537,695 00000000000000000020ed35e0e25d7f5dbaab9346c5815e304bfa4b918efac5 1,677 1.00/1.00 vMB 17
537,694 537,694 0000000000000000001aca6d8cce0496fdd9397f4dae70ec562ae84b4ab3a762 1,956 1.00/1.00 vMB 18
537,693 537,693 00000000000000000021cb65a65af9c37232c2019d1e72bc204f029d23143588 2,512 1.00/1.00 vMB 47
537,692 537,692 000000000000000000021f8d1f03b6c2fb1dd73c7fe692f47c5f5674dddf363d 1,971 1.00/1.00 vMB 59
537,691 537,691 00000000000000000014da6b6257ee5cda7892b16d531be7752b35dac3dac271 2,330 1.00/1.00 vMB 37
537,690 537,690 00000000000000000010af8585e30b93b65aaf4a6869b5b8dca51a2b8b47fffa 2,341 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.62 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: 672.03 GB
    • Received: 16.11 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.