Loading Tool

Explorer IconExplorer

Memory Pool

80,864 transactions
30.08 vMB
0.12685664 BTC
Random Selection Loading Transactions
Max Size: 180.95/200 MB

Candidate Block

Mining Attempt d7e99f27a690696f2c87a79bc91e82352b374fe99c30942ece3c53567311dfa6
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 853acaf7a494d6e231a909432c9b96236531ce813b6f6929998f9c254caa71cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,782
Size: 1.00 vMB
Total Fees: 0.05247440 BTC
Feerates: 242.90 > 5.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (339,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,595 575,595 00000000000000000011964bb265e2d545e4f0894b4decc154854a9a63a3dd27 2,579 1.00/1.00 vMB 25
575,594 575,594 000000000000000000128e477c50467af7a20ef1ac40340ff4cd0a3dc321bb29 1,754 1.00/1.00 vMB 87
575,593 575,593 00000000000000000002f1d9a60423fb40ed9c25ac583d83aa20ba07d2a8493f 2,656 1.00/1.00 vMB 139
575,592 575,592 00000000000000000026064f46bb4e434e600f3103634b5fad2f0282be2a5056 2,547 1.00/1.00 vMB 30
575,591 575,591 00000000000000000009c795b3d805e73d110a60581a5ea44989e83635e3a8e3 2,695 1.00/1.00 vMB 40
575,590 575,590 000000000000000000040b0ae73caf57efaa9d778860007d419533f1284ed234 1,519 1.00/1.00 vMB 85
575,589 575,589 0000000000000000000a3cea9d1548909ffac904503e141c84d6e4737dbb3ebe 2,772 1.00/1.00 vMB 112
575,588 575,588 0000000000000000001518267e80b51bae31b17bba389a74c45aa78e81ba36df 3,257 1.00/1.00 vMB 120
575,587 575,587 00000000000000000026510ec9395fccb6f5f639403ab7cecf872d22cc835118 3,484 1.00/1.00 vMB 130
575,586 575,586 0000000000000000001d1da8f7daea0f2207430639869885c1b486ed7b2fc50c 2,911 1.00/1.00 vMB 46
575,585 575,585 00000000000000000028b9067cd5c615dc9c8a76cd802547254884ca56b4c603 3,040 1.00/1.00 vMB 87
575,584 575,584 000000000000000000271bb96112f682a2f5fcad9820b14a6f2cdbdb9924ce73 3,281 1.00/1.00 vMB 95
575,583 575,583 000000000000000000060cfafb462f6616908605c6d5834507a29221dec3fdab 3,463 1.00/1.00 vMB 114
575,582 575,582 000000000000000000177ab2e0566c74b2351462ddff7a19a48c3519b3b66297 3,148 1.00/1.00 vMB 112
575,581 575,581 00000000000000000019378c5b656464426cb2f9b0c08d2c77274bd3da8ed1a0 1,992 1.00/1.00 vMB 125
575,580 575,580 0000000000000000000e429f8c00c8a1e396ddaf58cc9bfcf933f5f2a37d8b91 3,107 1.00/1.00 vMB 117
575,579 575,579 0000000000000000000d626fc17e0ab5a0d9c37bcaaa2a97ed09c575381d2111 2,336 1.00/1.00 vMB 130
575,578 575,578 00000000000000000021355662ef4924d40dd7912ee4cbc73012a94bda404aa0 2,204 1.00/1.00 vMB 123
575,577 575,577 0000000000000000000958ac7395485914d48f11cc178dd23161e8ab54cfa0a2 3,265 1.00/1.00 vMB 148
575,576 575,576 0000000000000000001c3d0ee63d296d39acc86c17f9ecb2f0c778be94ac7963 2,879 1.00/1.00 vMB 95
575,575 575,575 00000000000000000007e82d30537a9169418b42c3776bb6f04c2cbddf1fa599 2,774 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.67 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: 673.25 GB
    • Received: 16.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.