Loading Tool

Explorer IconExplorer

Memory Pool

36,228 transactions
26.14 vMB
0.06976799 BTC
Random Selection Loading Transactions
Max Size: 133.23/200 MB

Candidate Block

Mining Attempt 6ee3433d0269aedf854b252e9309daf4cf80ff4127ded3eeb36616afaa515b41
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root f672123158d260a12fc3395126b1edd2c951b525f0ac953329164e3a1d23f828
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,365
Size: 1.00 vMB
Total Fees: 0.02132425 BTC
Feerates: 120.00 > 2.14 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (325,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,982 588,982 0000000000000000000734a84b24cf4e55fad3ebfb0cd6575baf7391867298ad 2,252 1.00/1.00 vMB 33
588,981 588,981 0000000000000000001072234f55ed064d7affead50bc8e553bac8ac26019e41 1,820 1.00/1.00 vMB 15
588,980 588,980 0000000000000000000d2fe17a2831ce3cdf97a65155276d8cd0ac0bc0cf4033 2,471 1.00/1.00 vMB 27
588,979 588,979 0000000000000000001b3fa1499c34c144600ab927ff382f7e20883e0c649011 2,692 1.00/1.00 vMB 41
588,978 588,978 00000000000000000013232bbe7c84238325e4c9d1d04c66ae5703f9c230dc1b 2,551 1.00/1.00 vMB 20
588,977 588,977 00000000000000000002b1bafabef0e1f5c2315411ce180c792cf599b38eaaa9 3,401 1.00/1.00 vMB 50
588,976 588,976 0000000000000000000bcb42504335b886b944c8c7409bc32df87a7453835f20 1,636 0.36/1.00 vMB 28
588,975 588,975 0000000000000000000b1c561db446a47c94642ea446fee22ed4ce8a14a20600 2,863 1.00/1.00 vMB 8
588,974 588,974 000000000000000000082a70289fadd46fc2602f5bc8ab88a740383cd4992e0c 1,708 1.00/1.00 vMB 19
588,973 588,973 0000000000000000000c3da51be91e43dfc21cede6f4941898a24fcf94429a6d 3,276 1.00/1.00 vMB 55
588,972 588,972 00000000000000000001b25c3b4f1191c72aec34d4d488ea63f71622efd5d9a5 2,902 1.00/1.00 vMB 50
588,971 588,971 00000000000000000006ad3cf518cb53105534071c635d77312c61110eadbf98 2,345 1.00/1.00 vMB 28
588,970 588,970 00000000000000000008b359f72dba27dc3943e0533d0e21fbda90049c79a64e 2,188 1.00/1.00 vMB 32
588,969 588,969 0000000000000000000e0ba30f8b9ec730c6398236f2d3266a1ea9451e51bd65 321 0.11/1.00 vMB 29
588,968 588,968 0000000000000000001914d89e5c551801b4f0a69aa83bb059fa7c795091ccf4 1,307 0.41/1.00 vMB 26
588,967 588,967 00000000000000000002b7a93cfb48fd1886c589670b39dd90ed930e2697d299 1,574 0.50/1.00 vMB 24
588,966 588,966 000000000000000000164c7c5c0e05ebd3a17d50ea10dca82723bfc4d59bc8fc 818 0.30/1.00 vMB 17
588,965 588,965 0000000000000000000a06b34960b7150f3ccfbf2cc0bc1ac18c483992ed9b29 2,721 1.00/1.00 vMB 24
588,964 588,964 00000000000000000000edf513302ff67e7e97d72768c64ae4c1168a2aa9d823 2,994 1.00/1.00 vMB 22
588,963 588,963 0000000000000000000d300e3510bade3a079bd5b1ccfb5d36900a376b4c9e09 2,593 1.00/1.00 vMB 21
588,962 588,962 000000000000000000041acfbd181f3600b109be0f54dfd11ad400c8d30b36d1 3,116 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.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: 638.04 GB
    • Received: 12.46 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.