Loading Tool

Explorer IconExplorer

Memory Pool

38,205 transactions
19.69 vMB
0.04379607 BTC
Random Selection Loading Transactions
Max Size: 108.47/200 MB

Candidate Block

Mining Attempt fcb678d4b9544e1d4e2a72c3786bff5d4270ba8b2ad4ba4f913342653aba3d3a
Version 20000000
Previous Block 00000000000000000000a936506d8a16281f73ac842fbb3615a6cbd5c10383e4
Merkle Root 8a87044a20570788a67faffabb475850326a216257e46a674492eb2fe6538caa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,405
Size: 1.00 vMB
Total Fees: 0.00530206 BTC
Feerates: 100.29 > 0.53 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,015 (785,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,742 128,742 00000000000009d1495757f781fb75e0a16fd6f14bcaa7a5aff0a9beb748a53a 3 0.00/1.00 vMB 0
128,741 128,741 000000000000017abe6aa55e95d0758b8d40d8de57417a5331c30989b76ea9a0 11 0.01/1.00 vMB 171
128,740 128,740 00000000000007b170f897cd069c1df41791de88486c3d23986e6cdaba6e82ff 49 0.01/1.00 vMB 121
128,739 128,739 0000000000000ec28ce84ebde8574c54cbea1d9eea1a945e0b103e292828f8f9 16 0.00/1.00 vMB 486
128,738 128,738 0000000000000426d1371e64a849768d10e4c2f25e30d9060967917cde636bab 30 0.02/1.00 vMB 888
128,737 128,737 0000000000000a26d3a035eaf0b5c749a9b146cd9951467e0856c60f48c5cded 8 0.00/1.00 vMB 667
128,736 128,736 0000000000000b74a726a6931f524273802f4e79aafd6f1f98c9acf228bd1adf 28 0.02/1.00 vMB 708
128,735 128,735 00000000000005108c7e5dd69172efc6d4191f8ee108e8b360c6f08aa51fac5a 10 0.00/1.00 vMB 791
128,734 128,734 0000000000001a5f17978e84fbfd88d25e2ac7be1451505949381871523345ee 87 0.04/1.00 vMB 494
128,733 128,733 0000000000001590b5824e925872f55eab125031bf0ceec54610f0d21dff7460 19 0.01/1.00 vMB 1,352
128,732 128,732 0000000000001fad644bd0d87694535273037a7685439cf055e24bbc3b3335d1 184 0.07/1.00 vMB 526
128,731 128,731 0000000000001ad127a3f22da221e17b9994e33aa01518696cdc415966dd0be4 20 0.01/1.00 vMB 1,732
128,730 128,730 000000000000257fe047fa64b3aaab42df45ec2c061a6744adf6006fd88b453e 5 0.00/1.00 vMB 36
128,729 128,729 00000000000002174453d2d4d6d7ed92e184ae9bc8fe61eec44d20f59da02944 153 0.04/1.00 vMB 223
128,728 128,728 0000000000000d8d47d1b38cd5381a5e366a1804c891c23b4c95af832f0ee107 43 0.02/1.00 vMB 1,163
128,727 128,727 00000000000020c2526b026055cb266ed9b8542f37755a058538a0979785d68d 47 0.02/1.00 vMB 1,104
128,726 128,726 0000000000002210240418898db0e94bff78f442f0dc36c6d49d669bf57f9b48 17 0.01/1.00 vMB 1,378
128,725 128,725 000000000000221000874bb1572e1942dc840d9064d9fb0ffbc3413a2a51c561 41 0.01/1.00 vMB 849
128,724 128,724 00000000000011ef0c91046c2bbb0f7340e56410bed81dbe31fcf761e6462d89 9 0.00/1.00 vMB 1,337
128,723 128,723 0000000000001edfce25ef8ce25e207beea57366dce44d2dca896980502df819 3 0.00/1.00 vMB 4,140
128,722 128,722 0000000000000aee10abf7c239183f6c1721003740f6565601772dba5f4ee5c4 17 0.01/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 780.63 GB

Node Details:

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