Loading Tool

Explorer IconExplorer

Memory Pool

80,179 transactions
29.57 vMB
0.08932185 BTC
Random Selection Loading Transactions
Max Size: 179.22/200 MB

Candidate Block

Mining Attempt 717344bd7cc1de722cc7d59f2f707eec6737fadc65206ac9c8eee51548243fa4
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 16e548586eaa1ba3f559629c4c980ee500166aee22f49ad7aa5282b23393f8c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,329
Size: 1.00 vMB
Total Fees: 0.02689227 BTC
Feerates: 278.95 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (836,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,124 78,124 00000000003429d4b01799fc5e2253ca750f40321fd7bfcff97e0cedb45772a8 1 0.00/1.00 vMB 0
78,123 78,123 00000000005bf8a51eafc6bf12f3293f948ba644666b69a34fc48d522389ab4c 1 0.00/1.00 vMB 0
78,122 78,122 0000000000347f6702b5bb31b61a6982c0f5e5e867cac42de0a06eeb22c6e575 2 0.00/1.00 vMB 0
78,121 78,121 000000000052887920861bfe5f602d9fbd575982443a7dc1e720781b46e885e2 1 0.00/1.00 vMB 0
78,120 78,120 00000000001b16ac8f37e3dbdd1004eaf74ba940af479a3c07e0897d9d3a79be 2 0.00/1.00 vMB 0
78,119 78,119 000000000035c6a5ad8624f95a4a6d35ec0bd432c1f28404a155c9ad7848c30c 2 0.00/1.00 vMB 0
78,118 78,118 00000000001406abc8c91c6518889fa8461acab629bd535f1d7d37bd92b3e077 1 0.00/1.00 vMB 0
78,117 78,117 00000000006823c5ff1dd3824665e61264a3f7873a0121d141ed2fb194a168a7 1 0.00/1.00 vMB 0
78,116 78,116 0000000000182625b55f885fe5b445daa1d2b520bf4340992c993421673804d3 1 0.00/1.00 vMB 0
78,115 78,115 00000000003e74c604a5e15984b836ab5312b2affdd928373ffac3ee0ec3932a 1 0.00/1.00 vMB 0
78,114 78,114 00000000004252311eaf300dceab49f51bbc0c78b215b1eaf6cb7609ae672a16 1 0.00/1.00 vMB 0
78,113 78,113 00000000000f84cd3ea0eb3897cfbcb1603f782e474787c21869cc0e2319e959 1 0.00/1.00 vMB 0
78,112 78,112 000000000009e6565a9064403319b02d138df564846bbc5dca3b1038e1b99ccf 2 0.00/1.00 vMB 0
78,111 78,111 00000000002d053be0f0f0a051244cadb07c046d6b5ddd0298debbc0e27a1e78 4 0.00/1.00 vMB 0
78,110 78,110 000000000001e971cd7922c7e1dca15f446799e8eae467e51c74d0f8b8a821fc 1 0.00/1.00 vMB 0
78,109 78,109 00000000001c316def90b4ff2e7c3068181490acb11fe10dff2d67a72c533a51 1 0.00/1.00 vMB 0
78,108 78,108 000000000059ccdd49d65c48d243a7c9d13c93e7fb116a8eeaecc2509435077a 1 0.00/1.00 vMB 0
78,107 78,107 000000000026c026bcc4f1907c72d562eca82d732744ebf9f23558b7f8b977e7 1 0.00/1.00 vMB 0
78,106 78,106 000000000042ad31003f40d1783929bd2107491459e69e299314ec83cbf127f6 6 0.00/1.00 vMB 0
78,105 78,105 00000000004d8cc97334c0e4b5861f30cd56b45705c5609c14a6ba3b0203659c 1 0.00/1.00 vMB 0
78,104 78,104 00000000001317120bc2514b17a33a3dee5092183fe99cebee05415c4aa765c0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.