Loading Tool

Explorer IconExplorer

Memory Pool

74,871 transactions
27.72 vMB
0.07051645 BTC
Random Selection Loading Transactions
Max Size: 168.81/200 MB

Candidate Block

Mining Attempt ade43ae9c0d18db3fc48195ba5d7d6a11352fd3c4f2a14d1eb04dd25c5370e6f
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 4249e81f621f4d9b0c643ed4da872ac7d499f1064c442c792431e18f86031b2c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,909
Size: 1.00 vMB
Total Fees: 0.01118744 BTC
Feerates: 180.82 > 1.12 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (266,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,238 649,238 0000000000000000000b70cc36627b3248a2334a3c7c015ca33a211e6f3d90bd 1,107 1.00/1.00 vMB 8
649,237 649,237 000000000000000000009a0251648e744ac135c21a785110e922f1c745d316ca 2,851 1.00/1.00 vMB 11
649,236 649,236 000000000000000000002fe18547cb03a293d83c1a1fbeb939ff103d191c970c 2,752 1.00/1.00 vMB 54
649,235 649,235 00000000000000000008703fd7d7880e77ad70f0c9374e3d3273b2d56364efea 1,980 1.00/1.00 vMB 13
649,234 649,234 00000000000000000006a4a9732796a2425edb12558444949362042b97ad3573 2,167 1.00/1.00 vMB 19
649,233 649,233 0000000000000000000c877b7f378a2691b26e9c3679278373180b941e6e1c28 1,766 1.00/1.00 vMB 28
649,232 649,232 00000000000000000000517c4a1a7587508db50948c61eb3d9985c023947920a 214 1.00/1.00 vMB 7
649,231 649,231 0000000000000000000938b35f2979e6a915ea79e21012fc44e8c41d4e52f6d2 852 1.00/1.00 vMB 10
649,230 649,230 00000000000000000009fac6a4db9ee7c57536c61c6ef46cfbb995acbb900344 2,608 1.00/1.00 vMB 15
649,229 649,229 000000000000000000036cb1d5552edcca58301274f0150ad17b486d0bf89db4 2,412 1.00/1.00 vMB 24
649,228 649,228 00000000000000000000ce522c81efd53b4238f5410e7aab86aa291ec1eaeb5e 2,946 1.00/1.00 vMB 19
649,227 649,227 000000000000000000059aa14d6222c3ddbc19e6ad23555da028a468e7d16f7b 2,465 1.00/1.00 vMB 36
649,226 649,226 0000000000000000000ca68fb4cd7230b853bcf865d8b937448b5dec07195129 1,973 1.00/1.00 vMB 42
649,225 649,225 000000000000000000059678395f8c6d32eca954d1ca3f35bb4453478c9aaf7a 2,319 1.00/1.00 vMB 54
649,224 649,224 00000000000000000005f3197810665a6d9089c72e9b50fd5f34a95cc6a7fa0c 2,642 1.00/1.00 vMB 55
649,223 649,223 0000000000000000000b5ce9d72151d03a72b39624fcc82a48283547997e27b3 2,814 1.00/1.00 vMB 41
649,222 649,222 0000000000000000000986834fab2e61de668e9125f2f66003ae1d4ac6c06014 2,690 1.00/1.00 vMB 36
649,221 649,221 00000000000000000006dc4b963b6fefad63e86124e25871cdf04ebd2a5581d8 2,626 1.00/1.00 vMB 52
649,220 649,220 0000000000000000000607004ac93fe0d31a754aad770d199c036846a3021449 2,666 1.00/1.00 vMB 50
649,219 649,219 0000000000000000000969a3ada7f87790bbf1b7566b03bd37d5c8a5bd1a0d19 1,143 1.00/1.00 vMB 31
649,218 649,218 000000000000000000013fd5f1829f3f69569b6175ecf9aae991321c9c2c73dc 1,687 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.86 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: 712.86 GB
    • Received: 17.24 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.