Loading Tool

Explorer IconExplorer

Memory Pool

46,388 transactions
20.48 vMB
0.04537006 BTC
Random Selection Loading Transactions
Max Size: 117.22/200 MB

Candidate Block

Mining Attempt 3e3ef2c081f2fc7dd17f3627201a96b5fcced834d2f556c2beacc3ab419781b2
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root d220c301e215d8f69d28bc2568cfe3cd87fc1f0e7ea4b69da443b8e385221c14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,852
Size: 1.00 vMB
Total Fees: 0.00471724 BTC
Feerates: 60.14 > 0.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (782,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,549 131,549 0000000000000e977b796a5f8791e8af118ccf00dcd365b0f70bcc9778bebe7c 79 0.03/1.00 vMB 309
131,548 131,548 0000000000000fba587d06db9182a7f20bdfa5f169774e17485fa5c8cb0c723c 28 0.01/1.00 vMB 1,036
131,547 131,547 0000000000000f7b8d840bebc9a6db1fe8f6cbde50a8110ad1dfebd4ad1720fc 30 0.01/1.00 vMB 1,029
131,546 131,546 0000000000000f443122d8bd1b076ebc90a52bcd85d96cbe8a3651f11c653426 120 0.04/1.00 vMB 337
131,545 131,545 00000000000010d628d79414ca468e6a61848700880e328c5ab4822a5b606df9 54 0.02/1.00 vMB 568
131,544 131,544 00000000000008f7e9726ff21c97eb1e8ca0bd71f33f92aa13acee23157461a1 24 0.01/1.00 vMB 957
131,543 131,543 000000000000023da6a2fb485eedbdebcc877fc7f975eebfe5cac15fcecc9f89 17 0.01/1.00 vMB 0
131,542 131,542 00000000000004b285a27035ca3e770b4f7f8c7ba6181e17411cd2f35f016734 10 0.00/1.00 vMB 1,855
131,541 131,541 00000000000006a4c9fc2995740e9f3cae77739c669ea43e89af786b0bbf2627 44 0.02/1.00 vMB 786
131,540 131,540 00000000000001603ea07cf95d2824264eb9023746aa83eb5f7689db38d8ce06 10 0.00/1.00 vMB 1,897
131,539 131,539 0000000000000725f31fc8b4a406debc4c66fcd0c9b38dbb6961226774d2b5b2 39 0.02/1.00 vMB 906
131,538 131,538 00000000000005cfa4f7ebac30c4f83361ce19821d716ba3a34a04451e34daf2 108 0.03/1.00 vMB 417
131,537 131,537 0000000000000c5220f6a6038394fd541fdbc02cd2717a9193e352fb198f0046 14 0.00/1.00 vMB 1,092
131,536 131,536 000000000000096602ac2f027a74779e02360c4e95463f1c182caf217bd8835d 76 0.04/1.00 vMB 651
131,535 131,535 00000000000008439df3be39566713d70370cfb26eb4c81255e4262e4292a156 158 0.05/1.00 vMB 62
131,534 131,534 0000000000000c8a9c0254b32668ad25516085af36ee0ad21c3b70db58c849c4 48 0.03/1.00 vMB 0
131,533 131,533 000000000000068e1620e20645b9982e0c6a5802a0494c58679d9ca78a4509ca 64 0.04/1.00 vMB 1,559
131,532 131,532 0000000000000422c18f925c7b5a8ef52a1e10c5aea023c99192504e4247b54d 9 0.01/1.00 vMB 870
131,531 131,531 000000000000110d92c160f98dfc55b090f984ec95db3f48496ad5757db7fb7b 19 0.01/1.00 vMB 902
131,530 131,530 000000000000095ddbca31e118430744800429631a89b9baaa04e409750388c7 15 0.01/1.00 vMB 1,374
131,529 131,529 00000000000007c3f3d7c56c5252ae3a1e1a6129b9c13dc088c335845be7541c 49 0.03/1.00 vMB 835
Previous 10 blocks ↓
Total Size: 780.64 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: 550.11 GB
    • Received: 6.41 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.