Loading Tool

Explorer IconExplorer

Memory Pool

41,735 transactions
27.58 vMB
0.06989206 BTC
Random Selection Loading Transactions
Max Size: 142.66/200 MB

Candidate Block

Mining Attempt 52bef4178ff1577872b51c95017f3eb1f3e1e1a95f41895146fd5a0c78c02c06
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 6832d34ad0f332c813e8076b5c617e1996c9d9d0cf3f319877156739e594af05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01554498 BTC
Feerates: 100.53 > 1.56 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (280,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,847 633,847 0000000000000000000efff1028a4df82a4e76c0847725f03049fef727064c9a 1,883 1.00/1.00 vMB 12
633,846 633,846 0000000000000000000e49f145b99be15c6ecc78ff64d7f6a4606c06b262ca45 2,528 1.00/1.00 vMB 37
633,845 633,845 0000000000000000000c8842a0371557b857e9d8b9ddb17e913dc3d32a0acdbe 2,448 1.00/1.00 vMB 4
633,844 633,844 000000000000000000071d3a1f63cf47159e185ac566918a05e0c58cdff0dc40 1,861 1.00/1.00 vMB 21
633,843 633,843 0000000000000000000e1ac030306ac612a0e10325e6980b8189bade269d69fb 2,281 1.00/1.00 vMB 27
633,842 633,842 000000000000000000049ad5e6d9aa3f72bb2e1c81bc8b34d73709b3f31e60a7 1,793 1.00/1.00 vMB 25
633,841 633,841 0000000000000000000571e324e93551d28ecf2b8b1c3b3082a5bed30fdbb6ef 209 0.18/1.00 vMB 11
633,840 633,840 0000000000000000001296c455eafcfc29055f17c4b189b7cecad5b5ee6e41ec 1,292 0.68/1.00 vMB 21
633,839 633,839 000000000000000000006c0537e48824cd5552ef2ac316ee54a6c263dcc62f75 1,239 0.68/1.00 vMB 17
633,838 633,838 0000000000000000000cc9f3e2929cf53e94313422b7b512e595f48f4a784055 688 0.33/1.00 vMB 17
633,837 633,837 00000000000000000005b12c7a2c5616f771be27068d56c486f9a08d9da57e8d 1,053 0.66/1.00 vMB 17
633,836 633,836 0000000000000000000035b2501cac7249fbbbe75f02f389b0e8e72f32372ce2 759 0.41/1.00 vMB 14
633,835 633,835 000000000000000000125a96724a27e68a010ca9b8b170c1012da9e332e9369f 1,758 1.00/1.00 vMB 13
633,834 633,834 0000000000000000000be6d45aeaa62bd6315db0bc8f4cf3ae541be9c53512e2 2,146 1.00/1.00 vMB 20
633,833 633,833 000000000000000000049fc3687469c4f7b15db58181405b2e0b9447bfce2b21 2,022 1.00/1.00 vMB 12
633,832 633,832 0000000000000000000a89e0768e1f88801fa7b56c0a783126584a1765d295c3 2,740 1.00/1.00 vMB 34
633,831 633,831 00000000000000000002ada4956ab604a154df805e7fce79ce1082c30d947141 298 0.11/1.00 vMB 24
633,830 633,830 0000000000000000000eac56e67d31e0cc4ca61b5edfdb45c2fa430be7376797 263 0.11/1.00 vMB 18
633,829 633,829 0000000000000000000497d73b858589d74c5acb4f76e348fc89e3496a9b17a7 1,268 0.67/1.00 vMB 18
633,828 633,828 00000000000000000006f55df8dada8f365a417fa998187127655093a466a0f7 241 0.19/1.00 vMB 21
633,827 633,827 000000000000000000111491754ce10370c732b558d256b800d81d0338ddebf8 1,765 0.98/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.