Loading Tool

Explorer IconExplorer

Memory Pool

30,896 transactions
18.35 vMB
0.04536114 BTC
Random Selection Loading Transactions
Max Size: 97.75/200 MB

Candidate Block

Mining Attempt 3e111226577f01e02f6d5b4eefac28c120e6575cc18e536878db30c30bbd72b7
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 (843,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,438 70,438 0000000000ae89c1357e9189d242a3dfec49f49604c4a4dce652d1b71608b101 3 0.00/1.00 vMB 0
70,437 70,437 00000000006d683f5539c85ac86d958704854944fbf1c50d6659e50f56d1ebd9 1 0.00/1.00 vMB 0
70,436 70,436 0000000000ed81583dc05985ed24a35a550302d9ab0ba06487871b9e6e632bf1 1 0.00/1.00 vMB 0
70,435 70,435 000000000098277bff369162827e76039292564b13d04b9c3315cd4d57ebeabf 3 0.00/1.00 vMB 0
70,434 70,434 0000000000e767142afcc5a09865f093a4a98099dbe52828824d061186a98df1 2 0.00/1.00 vMB 0
70,433 70,433 00000000002d80e8bd03220e3f249aad366b2954bf15b497689a5b257dc96ee1 2 0.00/1.00 vMB 3,891
70,432 70,432 00000000009a2e05246c0ad4d985d1686823e83561c0fb4519ba7b33ca970d08 2 0.00/1.00 vMB 3,861
70,431 70,431 0000000000bc6efd9159032b79286b0f946dee51b15b06f77c1f557661586362 1 0.00/1.00 vMB 0
70,430 70,430 0000000000cf0ba87c813751d305c1597dd7146d38726c81e37381355a47bf18 1 0.00/1.00 vMB 0
70,429 70,429 0000000001515d1396a5ad658811aa136a9dc94e754bc50bd0e01b77baf10ace 2 0.00/1.00 vMB 0
70,428 70,428 000000000120ae610822d8835e44ff8d7eaff12e60993b8a689bd28219d9339f 1 0.00/1.00 vMB 0
70,427 70,427 000000000099da7da63126e57cdb0f7cd54ca8cc8a6254fc425b732a392d46c2 2 0.00/1.00 vMB 0
70,426 70,426 000000000138fd1a9f35094f76b467b16616478e2d7edaf0530878f2bc90d915 1 0.00/1.00 vMB 0
70,425 70,425 00000000001952ef6c0644788aa1fb31acf4049cb6a9a156f982ebf09f3de61b 1 0.00/1.00 vMB 0
70,424 70,424 0000000000f829c6880419b0042d816242a41f7f0c0aa435bc3802c9dc94c4a7 4 0.00/1.00 vMB 1,416
70,423 70,423 0000000000ab2955a5e936cfdfb365f8cd856e72a0fc78a13cc14401ba68c804 1 0.00/1.00 vMB 0
70,422 70,422 0000000000d961653fc8504c97a1bb085d0df7c8f64f75e290581effd1c00d38 3 0.00/1.00 vMB 0
70,421 70,421 0000000000a9f7f0cacbc24c866c5396a7b86b4b693d15b597b0b5d4b023d170 2 0.00/1.00 vMB 0
70,420 70,420 0000000000672b7eb3324b6d6d155ee95dbd2dabc4d694cab031178594472758 1 0.00/1.00 vMB 0
70,419 70,419 00000000003ca8f116f036554de8bc62157fc025a3c9951124e2ebad8c8314ab 1 0.00/1.00 vMB 0
70,418 70,418 00000000015beb1e5930955396d24d398f0e4aaed1f68e0110ed6ec5566eab81 1 0.00/1.00 vMB 0
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.