Loading Tool

Explorer IconExplorer

Memory Pool

82,771 transactions
31.21 vMB
0.09102265 BTC
Random Selection Loading Transactions
Max Size: 191.16/200 MB

Candidate Block

Mining Attempt f1a07c8f8d69e54a97d600714a99925d68d18578ada3ba6799d0eca0ec640231
Version 20000000
Previous Block 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6
Merkle Root c15fc6e077f298dfcfb592ca7f74685312f909ca632c82b792e8fe70ae9ea361
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.02057981 BTC
Feerates: 50.62 > 2.06 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,222 (443,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,545 471,545 0000000000000000011adc6243e27662f60b8d987dd2a82153caf3f964581fef 2,037 1.00/1.00 vMB 270
471,544 471,544 00000000000000000048bb0ce92a35767f80d739716256e149ea8877f6b04733 2,354 1.00/1.00 vMB 327
471,543 471,543 0000000000000000009f241ffaa200cddc2caf04116bc7517ccf3036d8d5788c 2,068 1.00/1.00 vMB 137
471,542 471,542 000000000000000001295d4d706b81418b67a9265e08712bacfa97b2283fbca3 2,069 0.99/1.00 vMB 329
471,541 471,541 000000000000000000f7e460ae46f412bfe4f921baac8dcb694d33bc4d9582fc 2,234 0.99/1.00 vMB 344
471,540 471,540 0000000000000000010135df1a821d2e1f8e3b41454f466055ab9f5ccdf66406 2,115 1.00/1.00 vMB 151
471,539 471,539 00000000000000000058f87d9e73c407fa84c6e4fe3fa750173fdb42e5fd49fb 1,916 0.99/1.00 vMB 323
471,538 471,538 0000000000000000015dbb9e6f36a2f68de46d92b4fee0e4513d5b4584af0f46 2,424 1.00/1.00 vMB 350
471,537 471,537 0000000000000000011c2bd85db113ec6ff9a93603670531fe2aed394b100dc0 1,508 1.00/1.00 vMB 78
471,536 471,536 0000000000000000012f358ad23ddfe6eec939e9edfd796a80294813ab02e299 1,779 1.00/1.00 vMB 223
471,535 471,535 0000000000000000013b12724fe2a10b899d0edaa679934ed9a9232ddc9d5b93 2,212 1.00/1.00 vMB 338
471,534 471,534 000000000000000000c48fdb4282f35d03ab69c4b5d328526ff255858d723f72 1,868 1.00/1.00 vMB 230
471,533 471,533 00000000000000000010b97ba37ae66e352f9739be689dcf0d3f412949987d42 669 1.00/1.00 vMB 51
471,532 471,532 000000000000000000e4c3a158e20093e35f327066aeb80af18832913b875ebe 1,417 1.00/1.00 vMB 54
471,531 471,531 000000000000000001440b06bb41df98d4e6ce4992110d3215d7d953b148f989 1,806 1.00/1.00 vMB 228
471,530 471,530 000000000000000000e2c81dfe3646b1f7166e90dcfcb24c885c9df3eabc6dd1 1,830 1.00/1.00 vMB 326
471,529 471,529 0000000000000000019898171b28738628fda4d386333b6777f910f2d6b9b361 2,563 0.99/1.00 vMB 473
471,528 471,528 0000000000000000019c9b3ba01f4d8ec2f6b8cb1e150a7a4292f3cab10eed82 1,046 1.00/1.00 vMB 82
471,527 471,527 000000000000000000dbc55f91a1164d45d49a8c946910af52b4e5a9e450a300 1,262 1.00/1.00 vMB 92
471,526 471,526 00000000000000000194457637ecfb6533caeea9c80409637a9a064d40687264 2,135 1.00/1.00 vMB 251
471,525 471,525 00000000000000000095daab2878afbd34c28591da009accc287e2f2ca93cf95 2,063 1.00/1.00 vMB 385
Previous 10 blocks ↓
Total Size: 782.77 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: 709.38 GB
    • Received: 16.89 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.