Loading Tool

Explorer IconExplorer

Memory Pool

4,714 transactions
2.73 vMB
0.00508064 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 14.46/200 MB

Candidate Block

Mining Attempt 94ec0521f69bd2eab0573772074081292bf7f64036efac28afd6a8886ccbbde7
Version 20000000
Previous Block 00000000000000000001a109e4333f7b259933cbadbf16b45500b7c32c757bf6
Merkle Root 034c25e781661aa7a9b017e1cd3110c8335f26e2e0e258f5f8527b9abf01c624
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,330
Size: 1.00 vMB
Total Fees: 0.00327153 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,493 (769,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,554 143,554 00000000000003176b726ea62ff9dda16ece782a5edc184a59159f4b826cf92e 137 0.05 vMB 28
143,553 143,553 00000000000008677f5ad65272bd515b0d440f70fb0c6efdd4bb19626e4b5e7d 15 0.00 vMB 52
143,552 143,552 00000000000008209287a936d10c94e6544fbe66b726af26dd13552a897cecd9 25 0.02 vMB 218
143,551 143,551 00000000000000d97692e117ef59889ec6896b1ce6b3ec12ede179ecdb712995 58 0.02 vMB 205
143,550 143,550 00000000000000d0d51892f9d718c87eb003630faa652e0ebde30f22ba4a6e06 65 0.03 vMB 312
143,549 143,549 00000000000008a5ce0d50e0f9a8a0e99dae24876d4ca22c9b07611a8f22e7dc 1 0.00 vMB 0
143,548 143,548 00000000000008881e23a84bd1173fdfe300c3c04aeabb98b4c68b21066851a6 16 0.00 vMB 13
143,547 143,547 00000000000008b89dc7f79746dfe2fdcd931e5fd3dc6b6cdeadaff1c80097d1 18 0.01 vMB 773
143,546 143,546 0000000000000441cca502ead4090baa9d8bfabc6ee6e7b55971044c34653515 19 0.01 vMB 99
143,545 143,545 0000000000000365f11632d93cf0990a0e25c0081b77d10cc935a53f56c65494 42 0.02 vMB 163
143,544 143,544 0000000000000511675c3845472195db43ec11ac49b01fb5d8439eae9f50a416 14 0.00 vMB 0
143,543 143,543 000000000000001a67c48cb260e4cb831b031774b11ed36d45b5ca8cad4fdb8a 49 0.02 vMB 100
143,542 143,542 0000000000000502a683490f9e505a1a35700549b9f1f6cdcb2d17b5c185060b 12 0.00 vMB 28
143,541 143,541 000000000000080fd9ad2ba759bba1f3bcbc26e97954f8be3828d2fc0634c0d8 71 0.04 vMB 61
143,540 143,540 000000000000047230f92d1b3c654357dc765762ea694e2e0ec2738bed207473 13 0.00 vMB 67
143,539 143,539 0000000000000883035f074813ff244fb1873d7cd6563a86843f0a7184caf18b 24 0.01 vMB 634
143,538 143,538 0000000000000500d5bce2d63fe084e4ac44b40e7887ef317719e7a1d22d9911 59 0.02 vMB 167
143,537 143,537 0000000000000850f7e58ba0e4f941a7e56ed90205af0ad397e5972ff0415c4d 16 0.00 vMB 318
143,536 143,536 00000000000006a757e59e5e92bb6409dbde1345b40d5a8180cdb263f94fbeaa 97 0.03 vMB 78
143,535 143,535 000000000000058f71938647227cc254004831b0f18e7c9d78f9c0ad7927de74 111 0.04 vMB 154
143,534 143,534 0000000000000322168cfbfa140b9301205c53bc6b41899d39947a5bea0e4556 9 0.01 vMB 3,432
Previous 10 blocks ↓
Total Size: 779.72 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: 364.33 GB
    • Received: 1.75 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.