Loading Tool

Explorer IconExplorer

Memory Pool

41,543 transactions
26.41 vMB
0.07743551 BTC
Random Selection Loading Transactions
Max Size: 137.62/200 MB

Candidate Block

Mining Attempt bc8801d579d27bf717ab3736271e60d07c3dc9da89e954f166d61c8445d0f970
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root e9c612384b12accf3b64f253b71d06521a1791113cfe6445844a6733616ad591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.02895206 BTC
Feerates: 150.98 > 2.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (301,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,601 613,601 0000000000000000000deba8e6b193cdcba4435e65abb725a108852f2109f0c5 878 0.24/1.00 vMB 14
613,600 613,600 0000000000000000000b4d165b80913d9d84307726af6e97322a9dc57206a046 1,252 0.33/1.00 vMB 12
613,599 613,599 000000000000000000106f5d48843e48cbd48af8c14d8c3bf8c50cc5f66e26ed 865 0.25/1.00 vMB 12
613,598 613,598 0000000000000000000bdc0945be7f51ffb41696982dac028e90f3abc2341b93 1,813 0.54/1.00 vMB 11
613,597 613,597 00000000000000000010dd9b2eb9e2e65bd14738370d59eaf5a312ac4dede529 56 0.02/1.00 vMB 9
613,596 613,596 00000000000000000005b18998f03a0b9e4733ebcff81421dc39160b956ae82f 2,037 0.76/1.00 vMB 13
613,595 613,595 00000000000000000006a67bc61f0c887a0be6e66ce3c862d5e08b5ec31db5b3 1,300 0.35/1.00 vMB 14
613,594 613,594 00000000000000000003c24a21b747182582bdb05b7505eb699b7ade717bbf80 2,084 0.96/1.00 vMB 6
613,593 613,593 000000000000000000109043fc2097836198db9d80510667520196f7849e8bee 2,954 1.00/1.00 vMB 7
613,592 613,592 0000000000000000000dec23e7e5dc70d5b1e4e5f7620c5fe82fad79723d6f13 2,136 1.00/1.00 vMB 4
613,591 613,591 0000000000000000000fe17cd3d38cf11f6c6b26f0846d242e6b8212242aa717 2,419 1.00/1.00 vMB 10
613,590 613,590 00000000000000000007e7f205ce2f747936e5d0f26b98c8d6ded1aa1a06dde4 3,327 1.00/1.00 vMB 10
613,589 613,589 0000000000000000000b1dff9095de49333b6e2f1eb33476753c81b42b06ee08 2,547 1.00/1.00 vMB 12
613,588 613,588 0000000000000000000ccf70f26a62ecbda7ad98148cd93ae88800276084aeb2 3,414 1.00/1.00 vMB 21
613,587 613,587 00000000000000000002b718e84230f07be2e9c20c25200cb233c5bdc59579e1 2,669 1.00/1.00 vMB 4
613,586 613,586 0000000000000000000b661fd71dc9e9fa9f23187cc7a48e92a7ac0f3c7dea28 3,003 1.00/1.00 vMB 12
613,585 613,585 000000000000000000020350f0ceb4acae2acef9eb2d9601a55297f663010a9a 3,396 1.00/1.00 vMB 25
613,584 613,584 00000000000000000002197853a8881cb090aabc8126b9d73fae66722bc5d0bf 2,302 1.00/1.00 vMB 13
613,583 613,583 00000000000000000012f7cbb699ace2912c994917757e7ec7e0438d693afe26 3,114 1.00/1.00 vMB 19
613,582 613,582 0000000000000000000a3d627ee22b7945587d0e07684dd31fdefc7ed2e173d9 3,093 1.00/1.00 vMB 13
613,581 613,581 00000000000000000000d1cb4786e5ad76a457d485219365ef786e20a359f53e 2,908 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.