Loading Tool

Explorer IconExplorer

Memory Pool

33,329 transactions
25.24 vMB
0.05208998 BTC
Random Selection Loading Transactions
Max Size: 127.84/200 MB

Candidate Block

Mining Attempt d381722874f911410810ad9fde34ae2893c9e679de54cfde3f0aea0fe43ec46b
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root f703fd8520e1e91e0824cfb92562a4e9e58238702f373c9d34b20e10b2ac4d54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,320
Size: 1.00 vMB
Total Fees: 0.00659159 BTC
Feerates: 713.01 > 0.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (464,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,582 450,582 000000000000000002185ae10b42e97346d07caf38bb470ca159f7b77d81be06 1,017 0.48/1.00 vMB 96
450,581 450,581 000000000000000001dff9632d69883b116ce5cc502019cb22f65465a02833ea 53 0.02/1.00 vMB 83
450,580 450,580 0000000000000000010ee54fafb7d2a8692c885b94f1f2abedb1a0bcc034bbf2 1,002 0.52/1.00 vMB 72
450,579 450,579 0000000000000000004eca183c8a666f1bead96ff738292711b15567667e479b 1,794 0.77/1.00 vMB 88
450,578 450,578 000000000000000000bfb2b20dc284009b65d52ee6533dc89b198058d935e4cd 1,189 0.54/1.00 vMB 87
450,577 450,577 0000000000000000008ca0ad19edd9388c41ea1f3ef4ac99d93b06bc9e1264d0 187 0.07/1.00 vMB 73
450,576 450,576 0000000000000000024abac6a54c24812e8e4d0fbc383ae1e763b42e64880839 1,752 1.00/1.00 vMB 64
450,575 450,575 000000000000000001e765baa24c46815c40b4ba4fb005614675b70f34a3112c 969 0.49/1.00 vMB 85
450,574 450,574 000000000000000001207866dff10c24895e1f226149f5a54eb8fc7422d02646 714 0.42/1.00 vMB 70
450,573 450,573 0000000000000000015fa9d2199744e63893804f33a0b5c4d7de187ce71743bb 363 0.15/1.00 vMB 90
450,572 450,572 000000000000000002443831d1b5d1a8a4eb478d076748fa863871f4b48f0e12 328 0.27/1.00 vMB 43
450,571 450,571 000000000000000000c302fae6575b10d0eed794ad0170dbfd8540ec3d2b0d4e 1,729 1.00/1.00 vMB 68
450,570 450,570 00000000000000000268e0e1937b5513875962c9d06955f2acac2348b54f87f2 1,488 0.93/1.00 vMB 87
450,569 450,569 00000000000000000083a608b3290ad0723988bb12af6ee5e0a157afe6b13b01 1,920 1.00/1.00 vMB 82
450,568 450,568 00000000000000000076891ade79625f78a55680549d52e20313f0d17dd31f24 1,550 1.00/1.00 vMB 107
450,567 450,567 0000000000000000025aff03acdfb47c32f679a94b96bf82b75a7260b3c919ce 1,455 1.00/1.00 vMB 67
450,566 450,566 0000000000000000006831b8f59c3704733c7a276ec04f18ec90196f5159e0c2 1,810 1.00/1.00 vMB 102
450,565 450,565 0000000000000000002c89cf1b0d0c8315d47a03f5fb5cf4a6bfcc0474018906 2,023 1.00/1.00 vMB 100
450,564 450,564 0000000000000000020ab0185bf42c09d6a1d50cab35e09ea038f23333731576 2,309 1.00/1.00 vMB 86
450,563 450,563 00000000000000000051f41f2f07ebaa85c2df75d57aa64572a23df726ed9f5e 1,503 0.63/1.00 vMB 87
450,562 450,562 00000000000000000044d70cf9007bca5e9f969a3be28ed68a30c7fb53eab227 1,172 0.52/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.82 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: 635.95 GB
    • Received: 12.34 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.