Loading Tool

Explorer IconExplorer

Memory Pool

28,391 transactions
17.84 vMB
0.04065567 BTC
Random Selection Loading Transactions
Max Size: 93.88/200 MB

Candidate Block

Mining Attempt ed91eea64ec17a0672ea6205d1450ca17504980df577296ffe9a93f7c2e7130b
Version 20000000
Previous Block 000000000000000000005b8e0d83987284c949fe1b5a37249d508460e17cb30e
Merkle Root 7ec6e7e7e9f4c91c1014ca40f9d14aff817a2d6aecfe68982ef109f8ecc1fa85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00751638 BTC
Feerates: 52.19 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,143 (740,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,925 173,925 00000000000004e3e7f66274c7a93580c6dbf70b47b763a79fe8fefd09d327e2 22 0.01/1.00 vMB 94
173,924 173,924 00000000000004b8782f2487b1cd136d55f4a3a20afe5e0be183252fbc479341 57 0.02/1.00 vMB 146
173,923 173,923 0000000000000422f513bab0ff84198bd010b5dddef518d283563987ed3f548c 84 0.03/1.00 vMB 125
173,922 173,922 00000000000003a29a7003a57883cb1d6f751220242e1868002370f5a406b65f 45 0.02/1.00 vMB 246
173,921 173,921 00000000000002a08a1a63a1417508df663b614d534123b476b6eaf39152d186 40 0.01/1.00 vMB 99
173,920 173,920 00000000000008f517804617162d9a3ce4aff2120e02623155f125404bbc7784 68 0.04/1.00 vMB 301
173,919 173,919 00000000000000de6b7e7dca3b9221a09e3851c32357d367a433eac717726f3d 22 0.01/1.00 vMB 16
173,918 173,918 000000000000092079b66cc6ae3a3e58c90314c450db860b626e7bb7654e5340 6 0.00/1.00 vMB 83
173,917 173,917 00000000000009e81c6b62e0c2974c8a53a886082931011e9413cfbdbbf1018f 50 0.01/1.00 vMB 14
173,916 173,916 000000000000015edbc82d3f7ab76d75157eed6d8f68d6c72e0b1e0291c6acd0 14 0.01/1.00 vMB 68
173,915 173,915 00000000000005b156f865ad71056a026839978c6e7e8d6deff4445a9dae180b 26 0.01/1.00 vMB 29
173,914 173,914 00000000000001d6648b85bd9288cd2a2b57fd2a67d74c3034a05302400b5aeb 37 0.02/1.00 vMB 156
173,913 173,913 0000000000000a38aa51c2f331fca467904e49516c49d99f8e4410b8cf476fe6 1 0.00/1.00 vMB 0
173,912 173,912 00000000000004a1f1f90114a715da005d5d37b20cf11183918722daa863c0e6 14 0.01/1.00 vMB 196
173,911 173,911 0000000000000a382bbd214a2f2e38d07a4c898963025590c8c89077cc82d58c 71 0.02/1.00 vMB 10
173,910 173,910 000000000000063ea402e28ab243434ad186d78b407af67d060b8a23b7574b7a 110 0.05/1.00 vMB 179
173,909 173,909 0000000000000964fddc2acbb08433d7e514b5103ea12ad6560d120617a07481 34 0.01/1.00 vMB 312
173,908 173,908 00000000000009c56e339e96d14db7692aab1b45124e18f2d0a8da070690dab5 1 0.00/1.00 vMB 0
173,907 173,907 00000000000003ffa16b2ff726fab68e4c9ca0a84af7b836149c33da45b35a38 100 0.03/1.00 vMB 1
173,906 173,906 00000000000006a9e2f9c86b93c37d1951f09b620d56d8f01c3c3d246a2f3f35 77 0.05/1.00 vMB 133
173,905 173,905 000000000000035106d4b3ec5e9bbca35062f9dacb34c4af8d79ebad6f767fc0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.85 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: 562.95 GB
    • Received: 7.50 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.