Loading Tool

Explorer IconExplorer

Memory Pool

82,888 transactions
31.50 vMB
0.11419009 BTC
Random Selection Loading Transactions
Max Size: 190.70/200 MB

Candidate Block

Mining Attempt 77c7215a6c34f14a5b8360135a65ec35298c9ac92b8393a1343a25ca33eeaaaf
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root ad64306956ecf823af9a48f4eb5942e8b1e897d15a6c4db7588f22c8fecbd252
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,600
Size: 1.00 vMB
Total Fees: 0.03529854 BTC
Feerates: 318.30 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (485,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,474 429,474 000000000000000002c38e8ed29285d27d5b9a92b5d30b8b2728dd56cf3df618 458 0.19/1.00 vMB 51
429,473 429,473 000000000000000002a843d080aa3c712c95ee966314369612c8f293d65e80a1 778 0.36/1.00 vMB 52
429,472 429,472 00000000000000000494bfcee09061572b7c8db2ca7944e84409396116dcef03 1,666 0.71/1.00 vMB 53
429,471 429,471 000000000000000003bdeb5c0eab50c61e688a38030e4c0a4f62110f5139c9e3 800 0.31/1.00 vMB 59
429,470 429,470 00000000000000000069790d9b40636002d62398c3260beff0eaf462b8e8e0bf 581 0.33/1.00 vMB 47
429,469 429,469 0000000000000000029900c994a17542f338460fdb253379d078a10d5ed9fc71 395 0.15/1.00 vMB 61
429,468 429,468 0000000000000000001be0840d6d4c8a77fdfbba4937028c6e7d4661ca1a411c 1,771 0.86/1.00 vMB 49
429,467 429,467 000000000000000002657412d1faa6caee6b3093dc1718c2b5c2fcf24a2abc7d 448 0.54/1.00 vMB 19
429,466 429,466 000000000000000002c68e09a1b5e27248f22dd3e915b361598e321bcaa7f3c7 2,432 1.00/1.00 vMB 61
429,465 429,465 0000000000000000035ec9989e6ebc9d831bd317dd01bc9977e88fb3539f2c4b 1,214 0.99/1.00 vMB 27
429,464 429,464 000000000000000001941571003cf33247b9c2ce95d77747fa15759bfb4a4744 1,858 0.93/1.00 vMB 52
429,463 429,463 0000000000000000005ec5a53af47eb1ced143cf1a8605756d38fc8b67043bfa 2,737 1.00/1.00 vMB 74
429,462 429,462 0000000000000000024b542acd691fa8f24157b2861523659c2d5fb72f4d9e01 2,819 1.00/1.00 vMB 70
429,461 429,461 0000000000000000037ec1f1470362aa3320f0863adc391b760b82df79da5415 2,549 0.99/1.00 vMB 65
429,460 429,460 000000000000000001a982c6f24965cc58382250d47a2fd8c1ecb0cd3dd7dcac 2,273 1.00/1.00 vMB 63
429,459 429,459 00000000000000000174b5f05397c494c45a42c46d107fc5b5f043ff8c031639 586 0.99/1.00 vMB 20
429,458 429,458 00000000000000000168297df38ab9e7546b0fb6ac5ebefcda1772cc41a51d03 107 0.24/1.00 vMB 61
429,457 429,457 00000000000000000271d77e1ef2e859b92c2de7282ba32a1a2a302179369809 1,085 0.98/1.00 vMB 29
429,456 429,456 000000000000000004d05fdfe0788e32a9a2ee5335264bdbcfe859080a6d3ae8 814 1.00/1.00 vMB 19
429,455 429,455 00000000000000000187a5928d3d596e62bffc9598ece00f86e5a04af7d1a02a 239 1.00/1.00 vMB 5
429,454 429,454 0000000000000000047c229c1203559f0fa97dee8b7c06308dc8d34f3de10cb1 1,113 0.64/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 783.00 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: 718.47 GB
    • Received: 17.90 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.