Loading Tool

Explorer IconExplorer

Memory Pool

51,160 transactions
30.88 vMB
0.15731445 BTC
Random Selection Loading Transactions
Max Size: 165.50/200 MB

Candidate Block

Mining Attempt 26afd0400ac4f190ccdd1a37972aa84d4b1b3a938356bfbd4e8f4797792182bc
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 6bdd3943a74141c1ae4a95ebd5e1a3345959cd6fab5f9334c43f18e36019ae3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,809
Size: 1.00 vMB
Total Fees: 0.08185867 BTC
Feerates: 200.91 > 8.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (253,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,914 660,914 00000000000000000003bf04f61be40396ee297faa1b4c35ace92b0de016057a 2,528 1.00/1.00 vMB 64
660,913 660,913 00000000000000000007a1a67917e0a9f9f62dbedab8f8b24b60872b95100da6 2,794 1.00/1.00 vMB 77
660,912 660,912 0000000000000000000a3a67fbbe1df350bc15d74c59129450331d0a943cdfb2 2,584 1.00/1.00 vMB 27
660,911 660,911 0000000000000000000d73ef66349a852ed0c93ffb8d063544ebe15c8a507226 2,289 1.00/1.00 vMB 31
660,910 660,910 0000000000000000000d44dea723dfee2793a00a55f3239578ed464304fde990 2,571 1.00/1.00 vMB 77
660,909 660,909 00000000000000000006211d5298d710e34c18ad1059ce133b1aa037e99bab44 2,545 1.00/1.00 vMB 39
660,908 660,908 0000000000000000000b0f973d75872c7b2d9fde11ed55afcbb62b4638ea501d 1,853 1.00/1.00 vMB 72
660,907 660,907 0000000000000000000b5c18e36985db68c84fadecd051c30711de2b42cb21a1 2,206 1.00/1.00 vMB 57
660,906 660,906 00000000000000000004e1427c772a513e3781d5295878c8c8e9565eaa862ed3 2,403 1.00/1.00 vMB 90
660,905 660,905 00000000000000000002ad49de10fa1b7827a4def0cc67ab566d6eeb930e7707 2,423 1.00/1.00 vMB 29
660,904 660,904 0000000000000000000dec743a515d113e0381fb40dfb5213a96db3e6296e2ed 2,771 1.00/1.00 vMB 37
660,903 660,903 0000000000000000000884343bd7f82828ea5c7b66453326933e49bc9144820b 2,726 1.00/1.00 vMB 59
660,902 660,902 0000000000000000000301e6089cfdf69431a782736cd2e4538a27342a376cbe 2,685 1.00/1.00 vMB 57
660,901 660,901 000000000000000000050f3103cabb73020fe1d6545ec2ee67ef9313a4edfdab 2,259 1.00/1.00 vMB 80
660,900 660,900 00000000000000000002e041719c52b623d9eeb15d5e74d1900545a61bf90134 2,996 1.00/1.00 vMB 74
660,899 660,899 0000000000000000000da638aeb3a349b24a8f52b6ffc0f14b0c8027bc80ac15 2,029 1.00/1.00 vMB 77
660,898 660,898 0000000000000000000d1b3c589ee1b25c8d78044eac6868bb682f81db0f0c2f 1,756 1.00/1.00 vMB 62
660,897 660,897 000000000000000000084e37de84d0532180ae68cf737b78f027d3fde88a26e7 2,929 1.00/1.00 vMB 95
660,896 660,896 0000000000000000000736ce5bbdb6daad7028701082e8bf22c4f1672c0d71ad 2,309 1.00/1.00 vMB 29
660,895 660,895 0000000000000000000c4631a62bd544c5409974dd41fdcf60b221375f3c88f0 1,227 1.00/1.00 vMB 25
660,894 660,894 0000000000000000000b1d0aa3f5fc0c14371a8125aa98b704afeba33c96b00d 1,892 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.53 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.