Loading Tool

Explorer IconExplorer

Memory Pool

88,432 transactions
32.21 vMB
0.13887816 BTC
Random Selection Loading Transactions
Max Size: 195.16/200 MB

Candidate Block

Mining Attempt 0deb7b72c2e7f3649d5bdd3cf4889d833fc99e9362f71c47bcd5d5e6118c0a2e
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root bd2f9d5cc57f4e55d53fc82952f80e4f96e7a9c6a045293b8c14d42ca9484f57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.05192837 BTC
Feerates: 101.65 > 5.20 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (241,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,119 673,119 000000000000000000098b71aea2f9036d75b6124a62151fafcd477c99c7a3fe 2,909 1.00/1.00 vMB 75
673,118 673,118 00000000000000000002ce2cef5985da21e844e268e5dce21a0a0c2958dc9cac 3,555 1.00/1.00 vMB 94
673,117 673,117 0000000000000000000b5d3dcee117848a0975beb085b45d3b31f738cc7eee44 3,239 1.00/1.00 vMB 96
673,116 673,116 000000000000000000000d55f48d17c9ef7ea152ed9415cfab10af14302751cf 2,903 1.00/1.00 vMB 89
673,115 673,115 000000000000000000007391ee330a59f33ead2f122973b41fd66241e308f741 2,520 1.00/1.00 vMB 107
673,114 673,114 0000000000000000000256f1ace605ded7edab137c529ad0b8f4d1cc39c60a3a 2,072 1.00/1.00 vMB 108
673,113 673,113 00000000000000000009feb60efb33a8a7e79e55e71756e86f3ddab45feab861 2,903 1.00/1.00 vMB 140
673,112 673,112 000000000000000000043b34c801fe2fa545814ca38693d561367e5c97dc31a7 1,721 1.00/1.00 vMB 111
673,111 673,111 00000000000000000000ab519a8c519fd05b14415c9b8d95be9a46c88bcd9a70 2,101 1.00/1.00 vMB 104
673,110 673,110 0000000000000000000b988ce303a837082d1222fde625d713514931ba1a036b 2,257 1.00/1.00 vMB 109
673,109 673,109 00000000000000000005979657b291d9110ea12ab8317955e3f6293595de4f88 992 1.00/1.00 vMB 105
673,108 673,108 0000000000000000000cc64f6153ee40bb41918dd84da4abf749912a5cc5018e 2,432 1.00/1.00 vMB 114
673,107 673,107 0000000000000000000a1608e958ffd76b1454a19f4f6d38aea33af82c0a86dd 2,840 1.00/1.00 vMB 126
673,106 673,106 0000000000000000000b928fb6ad4377798a9e142e6d8f10a0791a297bc4ff57 2,631 1.00/1.00 vMB 155
673,105 673,105 0000000000000000000b94157cc297b39ef9de7dae8cbb47c863c75f956e6e12 2,398 1.00/1.00 vMB 104
673,104 673,104 000000000000000000016482dea0aeef4624cd112fd33aef3c10457d3fa5189c 2,546 1.00/1.00 vMB 74
673,103 673,103 00000000000000000005fb9e489358602c302580bf1440c75ed48de7ea5410ea 939 1.00/1.00 vMB 17
673,102 673,102 0000000000000000000ad5e1fe0342bac0da39a1c16327b4dcd42e5093405662 1,502 1.00/1.00 vMB 21
673,101 673,101 00000000000000000006f69c0690866c6848556b2b2f1a0c3ea47ac1a40f56c0 2,407 1.00/1.00 vMB 43
673,100 673,100 0000000000000000000c4f5696d9d6a91590d3c9c43d6d10c03eb54d7f5e61fa 1,500 1.00/1.00 vMB 34
673,099 673,099 000000000000000000083795d686f1296f61dab2b7a84f623338087ce00ef31e 2,814 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.