Loading Tool

Explorer IconExplorer

Memory Pool

31,712 transactions
24.96 vMB
0.04840965 BTC
Random Selection Loading Transactions
Max Size: 125.25/200 MB

Candidate Block

Mining Attempt 3f55dfe8e4e54571728912efa21166d8e29217c3607e82960e55680ed7745f5f
Version 20000000
Previous Block 000000000000000000019dd1c564ae94c30db263064959627df766509c104535
Merkle Root 72bdd93866e4320351b47e8f00ac917a19458d0891df066036c23db6d009fd9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,630
Size: 1.00 vMB
Total Fees: 0.00372355 BTC
Feerates: 30.02 > 0.37 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,698 (861,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,842 52,842 0000000008680acf19ff7b6b2c19640211fae6446d8dadfeda25268c02de3169 5 0.00/1.00 vMB 0
52,841 52,841 00000000092cabc3cbc59634bbb90f1b7bf90553671be5fa97abd041aad871e2 2 0.00/1.00 vMB 0
52,840 52,840 0000000014fc69996a2bbcb59382a41d2507c168744e99cdda3b5f3734d51efb 2 0.00/1.00 vMB 0
52,839 52,839 0000000008c9c0e0483dee5fcee4079f6eb955c2c6c95eeb29b55168a9e27424 1 0.00/1.00 vMB 0
52,838 52,838 0000000007e93ea93db102299fa4d333b0ec2bbf0e2fcf2ef71f6297563a92f7 1 0.00/1.00 vMB 0
52,837 52,837 00000000100bfd125c32e1883c3d902b571d8d51ec1c6a9bea036dac76534c78 1 0.00/1.00 vMB 0
52,836 52,836 00000000013be66e522b8ce8dc368fbb58f25582e848328614e405b27efd0fdf 1 0.00/1.00 vMB 0
52,835 52,835 000000000a137c2e930263a4faf71fa11b8b23a006873decc4d74b9e4ff10fb4 1 0.00/1.00 vMB 0
52,834 52,834 000000000daf52dc721a91c0b54ee439304c6dd2cca9169eb1651c133f69b740 1 0.00/1.00 vMB 0
52,833 52,833 000000000c11a2fb423ad567e592376f4d0cdcf0c37a4be7341c64035a7d215e 1 0.00/1.00 vMB 0
52,832 52,832 000000001587d26c9bb933ff89282ad9f235c2496c87824725de053ffb1ea90b 1 0.00/1.00 vMB 0
52,831 52,831 00000000064b27d3d6a74ea6cd22a740a140d2abae70ab9c7bae3a27f5d0656f 1 0.00/1.00 vMB 0
52,830 52,830 0000000013f1261c5c794b7ca0cbe02324d673ad20c9408f351e7eca14b547f6 1 0.00/1.00 vMB 0
52,829 52,829 0000000002881762ac89ba32d5639d92581cb9bb962becf7a0065d21f3f813be 1 0.00/1.00 vMB 0
52,828 52,828 000000000c7700a03b4715a647ee7f21e529616163ee11628ed35301424db4c6 2 0.00/1.00 vMB 0
52,827 52,827 00000000008ff9f5026c373015c6c2259b6db804209dbb22fc5da0059d2b092f 1 0.00/1.00 vMB 0
52,826 52,826 000000001183981834981763734b7e6e09fe0a5f345012ff82a19c66076efee9 2 0.00/1.00 vMB 0
52,825 52,825 000000000b0bed3c18911823a29ca5d5ae319ad91f1a9e2478b38e2a58266fa4 1 0.00/1.00 vMB 0
52,824 52,824 00000000021388e3f9eb86bdfb9529339c5d8511f9a82fe36f9e05c72b5378dd 1 0.00/1.00 vMB 0
52,823 52,823 000000000217681d31656f09ea27098c9e4b38d87a9c466f0434db67f775ed59 1 0.00/1.00 vMB 0
52,822 52,822 00000000000c706c62cdb6d5a559f3b4fc4b5f1fa731f69ef5e62b3d4243eff1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.85 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.87 GB
    • Received: 12.50 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.