Loading Tool

Explorer IconExplorer

Memory Pool

42,472 transactions
26.92 vMB
0.06076126 BTC
Random Selection Loading Transactions
Max Size: 141.40/200 MB

Candidate Block

Mining Attempt a6c4e31bcf8e7b28f11bfce460e1412044a7301d3439ec6c494e620fcefd27c1
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 28e9838b8be895db77ec056b911f3270067f9b54387c4ae521133484f80e7b37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,960
Size: 1.00 vMB
Total Fees: 0.01077851 BTC
Feerates: 103.41 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (514,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,014 400,014 00000000000000000223f8b74b3bcbf63cd470aac72982f74f304055132b2560 2,652 1.00/1.00 vMB 50
400,013 400,013 00000000000000000410d8e13d127f29c2e6c0abddcb2244a5dee8103bd5a7a6 907 0.95/1.00 vMB 20
400,012 400,012 0000000000000000029708af11ebd1ff430bc2b618c5c1e09675e6ac9534d1c9 818 0.75/1.00 vMB 18
400,011 400,011 000000000000000005c0d486b6928d9519588b05d6f545d5125ef43cd2094211 2,466 1.00/1.00 vMB 48
400,010 400,010 000000000000000000164df419ffb4dfb9dcfedd607b6cf4ee72060de9e78872 1 0.00/1.00 vMB 0
400,009 400,009 000000000000000003cd640ce5d411896f930545eacafb34d217f6bdc3d59af0 991 0.95/1.00 vMB 18
400,008 400,008 000000000000000004ec7074838a37fb6ba7f7d267e66b0a2154e6d227632841 2,080 1.00/1.00 vMB 38
400,007 400,007 00000000000000000477be62b5522ca5384429312063384dadf01ae1bba40110 225 1.00/1.00 vMB 21
400,006 400,006 000000000000000002f720e90c8f3d9570c62c5b6ae18a6945ebe1768d92b008 2,091 0.93/1.00 vMB 39
400,005 400,005 00000000000000000312974d8176c5e5af80f8ec386d01d3d8b6dd638b68ef7b 3,081 1.00/1.00 vMB 62
400,004 400,004 000000000000000003b60bf0592247da3c75a38d1c4c44e7c62e51ca3a6db44e 1,706 1.00/1.00 vMB 43
400,003 400,003 0000000000000000053c5d6913444bcef2a5a2a6ec84cb0dbaef93e6ad3074ba 1,419 1.00/1.00 vMB 29
400,002 400,002 0000000000000000016578099aab6d26d41c8815e9ab5f204f505ba4ac3c084d 2,849 1.00/1.00 vMB 43
400,001 400,001 000000000000000005421b1b2ee6d06d037557d7f5ec96852542413cfed40c22 1,298 0.98/1.00 vMB 65
400,000 400,000 000000000000000004ec466ce4732fe6f1ed1cddc2ed4b328fff5224276e3f6f 1,660 0.95/1.00 vMB 35
399,999 399,999 0000000000000000030034b661aed920a9bdf6bbfa6d2e7a021f78481882fa39 1,395 1.00/1.00 vMB 20
399,998 399,998 0000000000000000042e53d6fb5b1f8361504f6e5962c90eae68df31e2f2f7ec 1,803 1.00/1.00 vMB 26
399,997 399,997 0000000000000000065020289f5928f227dc7e92c424824fbffaeb3597909c0c 2,159 1.00/1.00 vMB 45
399,996 399,996 00000000000000000389c017302436575e6480fa70ddd39f635267760540be0a 2,246 1.00/1.00 vMB 54
399,995 399,995 000000000000000002e02f8cf9d84f28caff7049a5e7bcaa93d836704d4b90a7 1,192 1.00/1.00 vMB 54
399,994 399,994 00000000000000000439a173b11a7181bec588a982dd3ed3e7f487f6217e8449 974 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.