Loading Tool

Explorer IconExplorer

Memory Pool

45,545 transactions
22.65 vMB
0.05779434 BTC
Random Selection Loading Transactions
Max Size: 125.35/200 MB

Candidate Block

Mining Attempt 0cd824c565387559b0d8487ca4110c26979282b2c65509f0f589f4d9420d3067
Version 20000000
Previous Block 00000000000000000001cce86d3af0bea82d40b986a321ab088161bd30cf9147
Merkle Root e732b29cc95d3c20c31a0f2d2b165fbffe1511adb2a3fc93e46861b8892aee9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,653
Size: 1.00 vMB
Total Fees: 0.01094133 BTC
Feerates: 265.25 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,011 (793,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,806 120,806 000000000000ab07384fbf97aef9e8d8ffa1339e522d9187d8141f959a071b60 9 0.00/1.00 vMB 377
120,805 120,805 000000000000964272ab46604b264f688d3de16ffce9cf93c3852e5daa8a24da 1 0.00/1.00 vMB 0
120,804 120,804 0000000000000808279c0dfa5af35a373ff2fd303417c5cc1e7a6825e9152ef2 8 0.00/1.00 vMB 802
120,803 120,803 000000000000ae15a084dd21b2335ddc54b1c7667aca5c77cdb2d66e78928fa2 135 0.04/1.00 vMB 53
120,802 120,802 000000000000b2372e01531ebb5111a4790e6bc2f229babe66c5d5ffb43e216e 1 0.00/1.00 vMB 0
120,801 120,801 00000000000087443fb1d09b0394d34e7cad961a585e9a0a0e08f5581e4c5988 7 0.00/1.00 vMB 717
120,800 120,800 0000000000008375e2021cfa4caf29f319ac4eea3a317d6291d1b54a481e7834 15 0.00/1.00 vMB 1,298
120,799 120,799 000000000000a699b8a3249564a58d95f896f089b9f51f4d1b8360e9344d2d7b 21 0.01/1.00 vMB 583
120,798 120,798 000000000000882c6cdec7e271b52994036d71b2b8a9bc69721cca3b9c397b14 2 0.00/1.00 vMB 0
120,797 120,797 0000000000003d3ccc8be9110eee1373b5f0d283abda8488d219fb410f1f6566 29 0.01/1.00 vMB 228
120,796 120,796 0000000000001b4cc3984bc681b744af42763ba835ebcdff05b4aa49262af7d0 3 0.00/1.00 vMB 1,434
120,795 120,795 0000000000003226b5acd57997797225fed71c17a88953cff06379c95dd736bb 14 0.00/1.00 vMB 234
120,794 120,794 000000000000acfc2e526fdc544169e0b9330c5c44732670585a35513af05a1e 19 0.01/1.00 vMB 0
120,793 120,793 000000000000186bfede5c3e9d599a1aec8a6fb37854f8d30aa1536e0c81557d 4 0.00/1.00 vMB 3,870
120,792 120,792 00000000000083091ffdba6f219714d772229720f08df1da59553877f0ff7baf 88 0.02/1.00 vMB 129
120,791 120,791 00000000000031d9aab0f4deac7659bee487d7506ff85a44d4e47055ec075668 13 0.01/1.00 vMB 562
120,790 120,790 000000000000784ca2bc7bcac2ccede990eb219a82aafc1ae00fa1b4c7bc6aea 10 0.00/1.00 vMB 0
120,789 120,789 00000000000062a1a88c5ad0661545975764f86a57357c7683363e14ef3cc147 9 0.00/1.00 vMB 344
120,788 120,788 0000000000009b78bffa8a0d5cd67248a919d825aa5dd07f74b07f0144dfcfc7 14 0.02/1.00 vMB 1,111
120,787 120,787 000000000000498e4d5a1e0b1669f61e3eb32bce4f930dba5a1dec691e7461d7 12 0.00/1.00 vMB 0
120,786 120,786 0000000000002fdcf717f97b46dd2835c5bf073d09b4c44beea5f78d9ca05297 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.62 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: 545.28 GB
    • Received: 6.37 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.