Loading Tool

Explorer IconExplorer

Memory Pool

85,061 transactions
31.89 vMB
0.16994847 BTC
Random Selection Loading Transactions
Max Size: 189.82/200 MB

Candidate Block

Mining Attempt 3feaacbaf42ce11fbefd6aba14437c1b519f15a0984f6658740858603d367c67
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root de71b1c73994b3f1d7d9c8f1bbafc4c67f928aca068728c6d3da396d3fae8135
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,895
Size: 1.00 vMB
Total Fees: 0.05367285 BTC
Feerates: 402.75 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (734,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,108 181,108 00000000000006e6d9351ead6574c6d578a5d61e9235ecd27569c4a15134b2e3 8 0.00/1.00 vMB 294
181,107 181,107 000000000000037b94e0540adbabc014e4f54301aa2e8fa4b59c83b926b74a23 256 0.11/1.00 vMB 99
181,106 181,106 00000000000005a69ff750e7d74e293db11463a23361a0978472fee485a73d25 242 0.15/1.00 vMB 113
181,105 181,105 00000000000006db052c0ffcedb653939e1419f40dbeb01c1d976bea47f2f78d 294 0.13/1.00 vMB 105
181,104 181,104 00000000000001c736f6856ef43b8861d40f71602e43cb07ad26c1ea12eea5dc 256 0.14/1.00 vMB 110
181,103 181,103 000000000000069c8dcdf16b47c6e503218b2f6a2051c871a33cb188c2f20219 124 0.05/1.00 vMB 34
181,102 181,102 00000000000003c14bf880a0160903c169aa19b210a69b390b1c0a662c185151 488 0.22/1.00 vMB 145
181,101 181,101 000000000000098d36b2b5e882feab7bb13021fe5a1709f4eb0936d032110571 7 0.00/1.00 vMB 0
181,100 181,100 0000000000000358e4948e5869ed35e1ea03951e4abf1237bf96cfa8f5875e05 12 0.01/1.00 vMB 29
181,099 181,099 00000000000003be5375eb2353a4620489dfd840edb65870e6b074ab9f0f5d5e 528 0.22/1.00 vMB 122
181,098 181,098 000000000000045c46c1cfb3e25fe079f812bc38784276616cf6c1925cb67e67 8 0.00/1.00 vMB 122
181,097 181,097 00000000000001f8b98ae29fa71609454d6746c1b08fd3fa85baa9ce8ae42919 27 0.01/1.00 vMB 239
181,096 181,096 0000000000000774ca94a1b73b84113e844ba81b2bab59bf34b6d425f5a5a10f 630 0.20/1.00 vMB 154
181,095 181,095 00000000000003d369de90d1611146c6bc2a3b69aa86e9eddbd02e6fa9f588a5 583 0.25/1.00 vMB 131
181,094 181,094 000000000000024bd7b0d0c27777f4dd366d4b22bc6e7383df5358a26c9ccb34 130 0.05/1.00 vMB 74
181,093 181,093 00000000000007885fd26b379b815b495a36a011517b0dd8fdc4d9d6ebab74df 6 0.00/1.00 vMB 624
181,092 181,092 0000000000000162e062b9b1d369f25b9b4fc5aba543f1a835bf8f625dcfa934 515 0.20/1.00 vMB 127
181,091 181,091 00000000000000e10a9bcd3c1b904d6f87518c575da1185b28ae29dbe45ee213 7 0.00/1.00 vMB 0
181,090 181,090 00000000000005f9e77b3cf82e1e0b4dce64f7a5e58aff75d34d05e9c55b91eb 512 0.25/1.00 vMB 105
181,089 181,089 00000000000006b47a141ce52de8a9d7df369081f21441a6038e30f12585fd33 485 0.22/1.00 vMB 250
181,088 181,088 00000000000007b2fb4fe2d59dff8786b797eaebe2d18579328670a0251d202a 77 0.03/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.