Loading Tool

Explorer IconExplorer

Memory Pool

45,821 transactions
29.09 vMB
0.14077400 BTC
Random Selection Loading Transactions
Max Size: 151.59/200 MB

Candidate Block

Mining Attempt 5aa55874960e9b2ff49e55b85db080f366a8e4612c215679badb868e10d5f343
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 88020f77a0e5e0029c9f7282398d2ce64f0e5d4ac2ea8bc1f5e3c8b7716e6981
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.04276030 BTC
Feerates: 150.75 > 4.28 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (533,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,551 381,551 00000000000000000219b3edbcebc3a1cfee55e1c326ba4e3c7a7ea37c34026d 2,560 0.93/1.00 vMB 50
381,550 381,550 0000000000000000077c31865b61b1a73c9664e3e961ae7c317e3317a8799fdc 1,871 0.95/1.00 vMB 38
381,549 381,549 000000000000000005192a117db526f0d8dfebe2029224b9596457ee5979f5d3 201 0.13/1.00 vMB 13
381,548 381,548 00000000000000000afe7230d95795d8e0e11abd58cf9e25025fb487dce26f17 696 0.32/1.00 vMB 36
381,547 381,547 00000000000000000431035811b3645f36c665611857ccb426efa2e87e216a59 827 0.27/1.00 vMB 42
381,546 381,546 0000000000000000109b014d7b0de557a6577dcfaab2b33e6856ab486b59e0ad 570 0.26/1.00 vMB 36
381,545 381,545 00000000000000000e36da12f797d077be2aaa6904d6c06a13268d47dcdf69ed 685 0.33/1.00 vMB 36
381,544 381,544 00000000000000000d48779b0d788ec40dac18c7bee683ab985811adc499962f 434 0.24/1.00 vMB 29
381,543 381,543 00000000000000000a52c9eeb785f2535c43e6b422520d553427279c2e5d5cd4 1,528 1.00/1.00 vMB 20
381,542 381,542 0000000000000000034937720fc6e0fbf3e551904fa9c013e0a5f4587e416da5 671 0.30/1.00 vMB 35
381,541 381,541 00000000000000000365cbf8cc05850c8fac5ebc6714b4f523d30efecd7f50a0 1,614 0.86/1.00 vMB 35
381,540 381,540 00000000000000000ea8b2a57d521da8aad7cc148a5f588f229bf90df6cec221 1,376 0.68/1.00 vMB 29
381,539 381,539 0000000000000000042a8f1b0a96d66295556355fb52eb1519e7c31a1704cdc9 945 0.41/1.00 vMB 41
381,538 381,538 00000000000000000ada30ea63f05eb035fb43cbc2f0ca9a1b24fc365a00a11f 1,178 0.68/1.00 vMB 27
381,537 381,537 00000000000000000cfa165c20fc91a8c0981badb9343277941a2135e3024d6a 1,286 0.55/1.00 vMB 35
381,536 381,536 00000000000000000c8efb03b8ca46363d5a725b0ee79b593457859eaf327c7b 1,389 0.62/1.00 vMB 33
381,535 381,535 00000000000000000f959a6b16f9904e7765020f535e5b0e126161a2d0deef64 315 0.15/1.00 vMB 24
381,534 381,534 00000000000000000ba6b09b22f47ba738228f869f6973cee89974ee5cb7b375 369 0.21/1.00 vMB 34
381,533 381,533 00000000000000000ccbe3c0a44eb6d88da590e425147d9ad9952096e253e81d 982 0.41/1.00 vMB 35
381,532 381,532 000000000000000010ebf6b20272cebb1139c7df9f466b172c23eecee3dff1f0 1,231 0.62/1.00 vMB 24
381,531 381,531 00000000000000000ea08413f0b183a7002c4fc9bc3dc1494c1baa908be22036 2,352 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.