Loading Tool

Explorer IconExplorer

Memory Pool

30,891 transactions
18.35 vMB
0.04532470 BTC
Random Selection Loading Transactions
Max Size: 97.74/200 MB

Candidate Block

Mining Attempt 392dc65464ab9a9890c56156e92f44b722069d17ea96ab907c1cf693617f765c
Version 20000000
Previous Block 00000000000000000000bf4cc40b24bf638cc4b6f86989de579174eb3afe6bef
Merkle Root e0030d5c7df48976dde2652ac79c0b36e558d8688e5372faa95054119a65ed9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,032
Size: 1.00 vMB
Total Fees: 0.01082709 BTC
Feerates: 252.47 > 1.09 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,131 (631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,500 913,500 00000000000000000001804e83d263f373a6bd0eab58e1fe578218bf678ffeee 5,390 1.00/1.00 vMB 1
913,499 913,499 0000000000000000000104bcc333f8b5e0d1182fb708f0108732bcce9a579747 1,559 0.49/1.00 vMB 2
913,498 913,498 00000000000000000001ee4cb97e17eb569e9cfdcc353ea081c23004aac63085 1,769 0.62/1.00 vMB 1
913,497 913,497 000000000000000000016f7fde1bd2fceaf41f3015c117cc3f2f9aeb4fba8aed 345 0.09/1.00 vMB 2
913,496 913,496 00000000000000000001b67798186fbd364bf763732500b2ef7a83846f967d23 5,375 1.00/1.00 vMB 1
913,495 913,495 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1 3,584 1.00/1.00 vMB 0
913,494 913,494 00000000000000000001b909e86339908e0ab363998559f237af05acef681dbe 5,010 1.00/1.00 vMB 0
913,493 913,493 00000000000000000001a109e4333f7b259933cbadbf16b45500b7c32c757bf6 5,457 1.00/1.00 vMB 1
913,492 913,492 0000000000000000000112ffd371287b3c84509c944a570407db8fd21ee1339f 5,365 1.00/1.00 vMB 0
913,491 913,491 000000000000000000004add86aaefc0da3ca3a002afd28e31edfdf90893d962 6,355 1.00/1.00 vMB 0
913,490 913,490 000000000000000000018856d9da35eda0329407767fcb9ebb3ccdc46ef1ec3d 1,445 0.42/1.00 vMB 2
913,489 913,489 00000000000000000001cce16ce699283f28a797a032e15b6e130cd37b59cd4f 5,716 1.00/1.00 vMB 1
913,488 913,488 000000000000000000005e48657bcfe345fc6b7394e4c436ca67b2ecba5b4fc1 2,411 0.69/1.00 vMB 2
913,487 913,487 00000000000000000001b147e1eea34998af284185b690f42f4d08ff8920dd12 5,173 1.00/1.00 vMB 1
913,486 913,486 00000000000000000000c495509044cda26948fb752986691223e9ae88dacb36 4,413 1.00/1.00 vMB 1
913,485 913,485 000000000000000000009a929be43b792df614d84143d9278cce62466a093c03 2,851 0.83/1.00 vMB 6
913,484 913,484 0000000000000000000066e597de55a15db8b78d84fc2ca94be16924a847b593 4,951 1.00/1.00 vMB 4
913,483 913,483 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b 1,352 0.42/1.00 vMB 1
913,482 913,482 0000000000000000000125e5b66b1eb1353e16483fe9188affd23a6f4883d659 2,518 0.73/1.00 vMB 2
913,481 913,481 000000000000000000013255fbe8a252f38498457ea258ce160338bd3cc21153 287 0.11/1.00 vMB 2
913,480 913,480 0000000000000000000073ffb9a83c89d46d6911af217d717248821ff1413f86 2,552 0.70/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 561.63 GB
    • Received: 7.42 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.