Loading Tool

Explorer IconExplorer

Memory Pool

76,558 transactions
28.95 vMB
0.07634652 BTC
Random Selection Loading Transactions
Max Size: 176.88/200 MB

Candidate Block

Mining Attempt 4efaea13da4add17ca9b133e0467989dff3f46f92febc7047042b30c85297de2
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 461a620d3822497dc4c1711f6fe934adc54a0f5514dae42a8e03080fa86543b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.01328593 BTC
Feerates: 77.76 > 1.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (499,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,711 415,711 000000000000000003a9c559667a6728af272c8ee4d1616eb0d070a8c575e186 574 0.46/1.00 vMB 27
415,710 415,710 000000000000000001c48eb33981cf177bdcf12bd0e5d3c248b10fcb9d926823 1,954 0.96/1.00 vMB 41
415,709 415,709 000000000000000004a54e5e0254574b68a7c19f42837b742e34e493a15e58d2 432 0.23/1.00 vMB 23
415,708 415,708 000000000000000005479f852b9060040635c2c03cb6784b990340fad2eee8f0 2,578 1.00/1.00 vMB 56
415,707 415,707 000000000000000000500de005bdac1a088fc7a557a93480efde716fb98bf4ed 474 0.18/1.00 vMB 44
415,706 415,706 0000000000000000050b17902a088975c944d6a412421c0eb6e1a7d1fec8597b 2,258 0.96/1.00 vMB 42
415,705 415,705 000000000000000000ec74da6d27119f5d1b4795f9fee591b6cacb7e7e83d2e0 1,305 0.86/1.00 vMB 29
415,704 415,704 000000000000000002b1857912e20ddbd1941607292809d227c5dbe76f21382c 1,787 0.86/1.00 vMB 37
415,703 415,703 0000000000000000035f55d40838bf060c1fc89f8ab4bab98aa0f6c3a3f76f49 1,533 1.00/1.00 vMB 28
415,702 415,702 000000000000000002ba5b64667cf3ddded62a8dccf9b99eaf086db0e55b4eb0 2,795 1.00/1.00 vMB 48
415,701 415,701 0000000000000000012689b939268fd256b71781b9cfd5e1b9a588de8f5ec8d2 487 1.00/1.00 vMB 143
415,700 415,700 0000000000000000049ea8ebd42b46a20301e09c9104174054ecbd727cc3aeee 1,335 0.79/1.00 vMB 38
415,699 415,699 00000000000000000329070955a6c93aa45ecc29d47bffdefbb81f0ad9b9c9d1 1,268 0.81/1.00 vMB 31
415,698 415,698 0000000000000000003925004e24daa9a5bff18fe937c402c75d216eca8ef8ea 739 1.00/1.00 vMB 17
415,697 415,697 0000000000000000028f759810bb87eb107c6c3e86041388056805b4781b0ed7 2,592 1.00/1.00 vMB 52
415,696 415,696 00000000000000000473cc1eba7e969f3f3053ee4d59c9efe30e992bd46aad70 2,355 1.00/1.00 vMB 44
415,695 415,695 000000000000000003210d55e071a6365ff42d51f1083c1419af9148a3375ac3 1,249 0.96/1.00 vMB 28
415,694 415,694 0000000000000000059880262738c5350f1305c984aebbfce34018c434035488 1,472 0.99/1.00 vMB 25
415,693 415,693 00000000000000000519051f6dba80f8146595b715d5b82d45bcfdbf654bf417 2,444 1.00/1.00 vMB 58
415,692 415,692 00000000000000000495c1b48e4a6ef09e466792f6ea73d382c92748c81777a6 1,463 1.00/1.00 vMB 23
415,691 415,691 00000000000000000519b1f6d92e69c07676b1f526ae76966c7ab19f89418526 2,143 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.