Loading Tool

Explorer IconExplorer

Memory Pool

82,669 transactions
30.46 vMB
0.09876909 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt 8dc016968651c8cedd96acc5cc01d928f04b2074992e3196b85ffa3fa885b426
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 414f4af42d3e62fcaa93bf11b8f267ab67fe0a7516ec17c2e63a1feb8c1a5b03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.03509005 BTC
Feerates: 454.44 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (466,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,452 448,452 0000000000000000025243464b63b82a82b0e55728d02e5b6803c06fc31e68b5 861 0.40/1.00 vMB 72
448,451 448,451 000000000000000001d5a5bdb2f5e71ea50606a764d8af438dc8b3c0e3332ee3 367 0.20/1.00 vMB 66
448,450 448,450 000000000000000001af7673ebff96aaf47fdf6bbedaf7e1a21ecdf09d4d4101 1,467 0.63/1.00 vMB 77
448,449 448,449 00000000000000000062b272bac0e0d2c8e18bb8b1ba30851e8a8184539a6d92 1,405 0.74/1.00 vMB 71
448,448 448,448 0000000000000000008bc51b55f89d4ceed484333d457934dd8a7b9cd3301bf0 85 0.03/1.00 vMB 83
448,447 448,447 0000000000000000023d2b79579a922cfe8288c8f9e250e903cb5e6b2da089f7 1,717 0.99/1.00 vMB 59
448,446 448,446 0000000000000000006739ead04ce12c159d31cb74c82345ac9693fb0a707147 2,332 1.00/1.00 vMB 83
448,445 448,445 000000000000000000388c5ec928c819d3a381a471c527743074ca5f95beee2a 193 0.08/1.00 vMB 77
448,444 448,444 000000000000000000ab634207fbd983c08d0d65bd12368252bff497f7e6950c 143 0.17/1.00 vMB 11
448,443 448,443 0000000000000000007f48499ca2ef6da438b6ff13eb30a9bec9e8abe67a5b52 1,450 0.82/1.00 vMB 75
448,442 448,442 00000000000000000204ba447d2df2859e35db9efcb475ced2d54a3f36f6fb94 1,368 0.85/1.00 vMB 50
448,441 448,441 0000000000000000020b1125b3012a28610463f6422de5cea74387f1423baed9 2,367 1.00/1.00 vMB 80
448,440 448,440 000000000000000000cd884223dbf4b0035935243efd60f1d318866d10beb690 2,469 1.00/1.00 vMB 100
448,439 448,439 0000000000000000012a35dce97852a839abbe0ce92da24cb4cf35ef6bf4b728 2,338 1.00/1.00 vMB 89
448,438 448,438 0000000000000000021e1f920350d00ae0e575964062328886f15a8c6bf12cc7 1,260 0.67/1.00 vMB 56
448,437 448,437 00000000000000000142c85aa6b9f58958a7734925569e68afe2d3b6ad8cd158 2,386 1.00/1.00 vMB 88
448,436 448,436 000000000000000002c0fd4aaa8b157a277361bc4032ae0757a84380e4bc4f81 877 0.95/1.00 vMB 23
448,435 448,435 0000000000000000008ae774acb39d7618f9ed6cae6c557566fdf2afaee58829 1,952 1.00/1.00 vMB 91
448,434 448,434 0000000000000000006884c32336396a44e6213068e7f05b03932913a15b7db3 1,732 1.00/1.00 vMB 101
448,433 448,433 000000000000000001c8d1651a44c3390fb27770bb5a0c38d4f947307d153da9 903 1.00/1.00 vMB 59
448,432 448,432 0000000000000000005c69fd0eb74ed1aff0237af787d9e78ffac8d5fa0eac70 1,466 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.37 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: 663.36 GB
    • Received: 14.90 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.