Loading Tool

Explorer IconExplorer

Memory Pool

74,896 transactions
27.79 vMB
0.07569341 BTC
Random Selection Loading Transactions
Max Size: 169.09/200 MB

Candidate Block

Mining Attempt 5ff34dc5d943b858d02f5fd7d799cc29897590ab97ebb8356c4f8f43f316546b
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 4afe8674dbc7f53b29d21709616212db70879f8b25725eadc8b0d7d541655de8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,111
Size: 1.00 vMB
Total Fees: 0.01620569 BTC
Feerates: 71.37 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (491,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,654 423,654 00000000000000000479b2d598e6096b3756083627d1a1ad6c2911c52f93a16c 657 0.99/1.00 vMB 31
423,653 423,653 0000000000000000020a6bcddbd237aecc767688f9fe1229d59290b2779d7960 38 0.01/1.00 vMB 60
423,652 423,652 00000000000000000255a17190a18436691c487c3b9829372d4e8e55ddb7402e 1,574 0.65/1.00 vMB 77
423,651 423,651 0000000000000000032164d17a39e3bbcd885953b7a60e5e4e42909bc92ec259 1,705 0.70/1.00 vMB 82
423,650 423,650 00000000000000000359a86bd217519fd7ef4cd3a8982eb8b64bde358a793f72 760 0.33/1.00 vMB 90
423,649 423,649 000000000000000000fc0fda6bf2b7b07e5759c88859cef9816c8bba9fa8d681 565 0.99/1.00 vMB 14
423,648 423,648 0000000000000000042875a3c8e617e0226109af2504f3fc9b1c1d23d51cedf4 1,421 0.79/1.00 vMB 56
423,647 423,647 000000000000000004b2819c5ccf7917281f944764a18de480a15fdf9851dd4f 2,932 1.00/1.00 vMB 91
423,646 423,646 00000000000000000015b8071bf78de03c875ec5a8ddd477d9b66e070d5ba2f9 2,777 1.00/1.00 vMB 77
423,645 423,645 0000000000000000044f3ee6b59a6e3784d1343bba3dee3be6f508e4700d7809 2,049 0.91/1.00 vMB 59
423,644 423,644 00000000000000000467759b1f91785cf44b9883fe5e906164c1fcfc801e70f7 150 0.13/1.00 vMB 31
423,643 423,643 000000000000000004b876069e371d718788e41bd9fb7d1a4ef1e245e742da8c 2,516 1.00/1.00 vMB 69
423,642 423,642 0000000000000000018b02964446a20bf418bc2004dc663281a5f5bb8410792e 1,166 0.54/1.00 vMB 64
423,641 423,641 000000000000000003f8f71c1f6e774ae71b5e6eea7ef3d474c149a263bf8ef9 2,303 1.00/1.00 vMB 73
423,640 423,640 0000000000000000004a61296db154d8c8f50e592ea29d1efb9404ad3d86f6ec 758 0.41/1.00 vMB 69
423,639 423,639 000000000000000001ade30a8606f17c6ee21fde228201a104ed938f4ca6cee3 1,017 0.50/1.00 vMB 60
423,638 423,638 000000000000000003afd1a8abac839c1bf95f1c3f06e3f352275818b2756390 1,205 0.60/1.00 vMB 57
423,637 423,637 000000000000000000ff7c938213b2154ef0b8b22f77f1a26b55db72a2fb8763 2,018 0.75/1.00 vMB 90
423,636 423,636 0000000000000000009773be0974f36b3b80e6557a6b5d2c023c43d3c7056dad 939 0.99/1.00 vMB 33
423,635 423,635 00000000000000000226b4155ed078b863b32c4f380aa5bc97dfb54b9495e508 1,676 1.00/1.00 vMB 53
423,634 423,634 00000000000000000277229043bd6b77a71172fc5fbdedfa616e975e70aa282a 2,558 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.