Loading Tool

Explorer IconExplorer

Memory Pool

70,680 transactions
26.79 vMB
0.07451738 BTC
Random Selection Loading Transactions
Max Size: 161.11/200 MB

Candidate Block

Mining Attempt d1d17daf721e0d152fd889a8c66a32d7f122de39fd4c761d49451bd7be976bac
Version 20000000
Previous Block 000000000000000000002d34d52a3addf89bc45d6d78c163bf39016440e5bdf7
Merkle Root f04b1e75c396e4438b1ad3c29b84ca64e3bd37ab95278674f58b2d2c2f4da3b3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,578
Size: 1.00 vMB
Total Fees: 0.01722864 BTC
Feerates: 136.43 > 1.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,467 (464,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,429 451,429 00000000000000000256ca1ead4b46300d68ad049a6d6623df3d304bf13706c7 1,911 1.00/1.00 vMB 99
451,428 451,428 000000000000000001e15ad02ce09a00e7bade6e5b4316dd81c21b9f43e7b3e7 2,623 1.00/1.00 vMB 139
451,427 451,427 000000000000000001651e4977084ea6926731e2fdd52c7f9d4315180b2455b6 2,465 1.00/1.00 vMB 121
451,426 451,426 000000000000000001a449c4660d20ed6fdc74a12b7e7c04561e0409b3250e3f 2,874 1.00/1.00 vMB 164
451,425 451,425 0000000000000000026d641e15782ff1cb9f3b5a932be91c3fe1e26e99833530 2,172 1.00/1.00 vMB 116
451,424 451,424 000000000000000000f864ee9a3b046b161fed91b28fe8cd1b09fafa936559e5 3,456 0.99/1.00 vMB 67
451,423 451,423 000000000000000002a893fc5f106279180217c6a04647b74e5b4f5f5f208c57 3,379 1.00/1.00 vMB 83
451,422 451,422 0000000000000000004fed2a3f345c1509d4368ba4849d0fae6d8b176467ee28 2,160 1.00/1.00 vMB 87
451,421 451,421 00000000000000000055abac605034e66e5307f88afb5dd930bdde6cdd668240 3,121 1.00/1.00 vMB 77
451,420 451,420 00000000000000000106a56aafbb33c93f5c94c979bce54df4c8281c88383b6e 2,004 1.00/1.00 vMB 111
451,419 451,419 0000000000000000014e6f7c4ef6908485fb59508b5ae636bf51c8e6430bfdfa 3,356 1.00/1.00 vMB 88
451,418 451,418 00000000000000000179e6c0e6bf4608540cd4d3de050fdd3ff1657eb61a043e 2,511 1.00/1.00 vMB 117
451,417 451,417 000000000000000001fce08a0233b2317c32e35a754868997737da6f5364cd4a 2,984 1.00/1.00 vMB 87
451,416 451,416 000000000000000000074c4e4a00cb5513fc7b52747f662eaa1e11038bf71247 2,608 1.00/1.00 vMB 97
451,415 451,415 00000000000000000211f9239bd7df9476d478b5f261e4bdfa97a9b8fc3cd58c 2,466 1.00/1.00 vMB 86
451,414 451,414 0000000000000000023578abef0a29c1bb634916cf1ad98eeac347b6453081d3 2,977 1.00/1.00 vMB 92
451,413 451,413 000000000000000001d60b0d05a47cff399ab97017a3e624eff9a57e02bd32ff 2,714 1.00/1.00 vMB 85
451,412 451,412 0000000000000000020dbc0f89ec30a688eada96c8b6314f7a217bd5baf85efa 1,003 0.37/1.00 vMB 97
451,411 451,411 0000000000000000004e7a48f42860d424befb35f3541d7c8108824421fdce43 2,472 1.00/1.00 vMB 107
451,410 451,410 000000000000000002a6c3823505ec646d223ea64b576f12cf5a0de90bf73b53 2,044 1.00/1.00 vMB 126
451,409 451,409 000000000000000001bdd91cd062eb7e6d31c22c63006949101ac913e23cdfdf 1,487 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 783.20 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: 754.95 GB
    • Received: 18.94 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.