Loading Tool

Explorer IconExplorer

Memory Pool

81,890 transactions
30.42 vMB
0.12102815 BTC
Random Selection Loading Transactions
Max Size: 183.52/200 MB

Candidate Block

Mining Attempt 67c0c0cb8b7cb9f98a7fa7407eb1bf42bf045e5dcbece46198adfbf99673bd3f
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 807d7cba90662143e103ee8636778038703c137667afb8aaabd2cddcd0a6171d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,416
Size: 1.00 vMB
Total Fees: 0.04392137 BTC
Feerates: 502.62 > 4.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (471,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,738 443,738 0000000000000000034aa1d956c32d069d86ae2369fcfac6a8297cd09bb9e1cd 2,576 1.00/1.00 vMB 88
443,737 443,737 00000000000000000320f304968c5d154a539bc5d72df32480dc702f38437000 2,189 1.00/1.00 vMB 69
443,736 443,736 000000000000000002470587df4777b6614566c574981b03d87a34f8e6bd9c47 2,480 1.00/1.00 vMB 96
443,735 443,735 00000000000000000155a7de63972ae8998ab2784e4bb620083b97d98ef4acb8 3,094 1.00/1.00 vMB 69
443,734 443,734 000000000000000000213594e543e15751e88e27222f61bbfa0365ccf342f417 2,091 1.00/1.00 vMB 82
443,733 443,733 000000000000000002669e0f886b6f6cb6654a2e3ee328284986f68b3e1c4e26 2,825 1.00/1.00 vMB 116
443,732 443,732 000000000000000001644b47e772a21557401184e9a71721fd75e751c6a286e9 2,516 1.00/1.00 vMB 77
443,731 443,731 0000000000000000010d69d7e3b05897b6d6b1524ab590aa4dc6ef33bcd7895e 3,133 1.00/1.00 vMB 109
443,730 443,730 000000000000000003263447a5f063bc54f20bf570ed960ee80cbf71e555562d 2,295 1.00/1.00 vMB 83
443,729 443,729 00000000000000000175fcc33aac031474067c080bcb28d949d4338ca05f390b 2,234 1.00/1.00 vMB 96
443,728 443,728 000000000000000002114ea25061a6124c69ca4863bb98fa66e36a1a42376cb3 2,844 1.00/1.00 vMB 101
443,727 443,727 000000000000000002f59520e7fc8677475c7afc65bee717963f4c57d9fb7b96 3,169 1.00/1.00 vMB 110
443,726 443,726 0000000000000000008bdd287d401f04157b5c384487b3f90bf733edf0b9dada 2,657 1.00/1.00 vMB 71
443,725 443,725 000000000000000002896953bf9985a98d84e648b120b585d36ffc74ccfa90c3 2,611 1.00/1.00 vMB 102
443,724 443,724 0000000000000000010bf4193d610f5a427c8d638de5cb7c25c9d249d8bc8b16 561 0.29/1.00 vMB 62
443,723 443,723 0000000000000000009b84f1ad9a9efba99b466ee8922a1a81294a89ebd43464 2,220 1.00/1.00 vMB 102
443,722 443,722 0000000000000000036c50f4b628dde743d4bbe87e1ae1439b1d68af24f5774e 2,079 1.00/1.00 vMB 57
443,721 443,721 0000000000000000029a06acab9aa20f923b3b24ab0d8b05b8706657ce53fa50 2,367 1.00/1.00 vMB 52
443,720 443,720 00000000000000000188a82d8478e6c4453b63176d14ce65b89e4d433c10f44a 2,435 1.00/1.00 vMB 79
443,719 443,719 00000000000000000056b1eabf4a979210b7ed9f5998e941f54772d1a5e7f87e 2,437 1.00/1.00 vMB 103
443,718 443,718 0000000000000000034bb1f6cd4f5513dcfa1dcd6cbdbc44467f31be362e7355 2,447 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.