Loading Tool

Explorer IconExplorer

Memory Pool

29,688 transactions
13.77 vMB
0.06453305 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 78.90/200 MB

Candidate Block

Mining Attempt bad2f5fec89aaac6c70cf4713e9f4e9ff75229d765d2ca91738c1eaea3fcb8e7
Version 20000000
Previous Block 0000000000000000000046c62bd1bc07d40c683b8bc15f4ee407c6db5f468b81
Merkle Root 343a55542cd41c035958be9968cf684fcbdc2ca3b6288f330cffc389ee481995
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,253
Size: 0.99796425 1.00 vMB
Total Fees: 0.03214442 BTC
Feerates: 502.65 > 3.22 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,732 (710,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,903 202,903 00000000000004a06cf87c0e6f2c42522e0d389f9cc20df4ac67babffef66820 21 0.01/1.00 vMB 112
202,902 202,902 0000000000000527cf641e59e4b39d52e2f65e264675aba9b61cacd67bba9e0b 1 0.00/1.00 vMB 0
202,901 202,901 00000000000003b2319771fc80db8518473bdcc58c3b4f40a2df1c7e95962344 124 0.12/1.00 vMB 114
202,900 202,900 0000000000000169bce9b0805941397912b9c8095dacd59e8d06e1dcc4779a63 69 0.02/1.00 vMB 124
202,899 202,899 00000000000000deb6f249d67eba28ea759897158d8c2d11a8a22f20073cc969 53 0.06/1.00 vMB 164
202,898 202,898 000000000000029c7196cdb4dafae213de31c8126755cf26dee8a84bbaf81ae8 51 0.02/1.00 vMB 153
202,897 202,897 00000000000003c90007c8741e5411eaecf274e9a9e6b477b89af49939ba08bb 113 0.05/1.00 vMB 180
202,896 202,896 00000000000005304796d0f4af50745f68e74cd03885b2b7875f7023793a524c 79 0.02/1.00 vMB 125
202,895 202,895 0000000000000340ad5167216433c0646791d483db358760a048a8b0642fc7bf 94 0.06/1.00 vMB 129
202,894 202,894 000000000000021ea6482826e3bdecf2ff5b157aecc0d0387c7493edd597617c 22 0.01/1.00 vMB 124
202,893 202,893 00000000000001dac1361eb8f58e083efc880635d6db041a9fbac6ef9978fe54 168 0.08/1.00 vMB 257
202,892 202,892 000000000000045e2acdefe228211f707ed818d2842d0e909f5aef2bb399f8bd 520 0.32/1.00 vMB 125
202,891 202,891 00000000000003300d87803abdf82d096f3a881a1457ef99ac62b85891b21203 210 0.15/1.00 vMB 308
202,890 202,890 000000000000048a41af910f93902d365e252c8ee446cd8ced078af6bc364393 35 0.01/1.00 vMB 89
202,889 202,889 00000000000003705460554426bbabc62f1df339504a50cf038a824b9d6f2472 45 0.02/1.00 vMB 90
202,888 202,888 00000000000005777e9d54423040b1dd6642c894f2ea8e1bac3a7c45d52cc323 38 0.02/1.00 vMB 201
202,887 202,887 000000000000053741312ad1296e5f8c7760e24b81f6f57c86aee5c0cd322e21 190 0.10/1.00 vMB 122
202,886 202,886 00000000000002a1287d243ac6d2f86c20aca36e91ff99f668ceeac7ea07b26a 155 0.07/1.00 vMB 207
202,885 202,885 00000000000000474de9cbde2be7ef640e96309eeef1e5b5ed90eb2ad253d728 259 0.13/1.00 vMB 210
202,884 202,884 00000000000001eaa9e3b29c75c50bae368720c36af803bf09f972e50aa9adaa 71 0.04/1.00 vMB 239
202,883 202,883 00000000000002b008fbf20419d047760ffeaba5d1f96bb6bfb0fe1784674894 84 0.03/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 780.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 501.55 GB
    • Received: 3.79 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.