Loading Tool

Explorer IconExplorer

Memory Pool

23,558 transactions
11.69 vMB
0.03885215 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.79/200 MB

Candidate Block

Mining Attempt c0197ca148db6d49c7f9477fc4c5a51bb22f525177920dedb6438bd614533f87
Version 20000000
Previous Block 00000000000000000000e302f3878319182556fceedbb9bd50b83b87694db006
Merkle Root 5f0df0e4e1cd83ffb41670a5970466e0c8e05c5288e15fa59c0f4dec10ce19e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,737
Size: 0.9978765 1.00 vMB
Total Fees: 0.01959953 BTC
Feerates: 503.57 > 1.96 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,669 (508,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,226 405,226 000000000000000000d62a69260de4c929160b8a7b0aac68c6a306a61860bad7 430 0.20/1.00 vMB 42
405,225 405,225 0000000000000000046eecb9874307a1dcf5807bf8e74b32a69cbd574d374923 177 0.30/1.00 vMB 10
405,224 405,224 000000000000000000516b8fae5501c44efc1bf1b250f3a2660f715b25d0ee87 1,871 0.96/1.00 vMB 36
405,223 405,223 000000000000000003b28a8a01076624c1e7779f34db962f69aacdc75aed24dd 2,315 1.00/1.00 vMB 49
405,222 405,222 000000000000000005c6cabd7efdb7968025eb02a9d4640dc472118d132bba53 1 0.00/1.00 vMB 0
405,221 405,221 00000000000000000325f508fbd3ca82158dbda3621a63228259f6f1eb62946b 1,349 0.93/1.00 vMB 32
405,220 405,220 000000000000000004a788a07dc56398535e409859fc9fb520b06c32e792dec0 1,934 1.00/1.00 vMB 35
405,219 405,219 000000000000000003098abe2c933b71939efa91aead851348f97ba8339a87e0 2,680 0.93/1.00 vMB 56
405,218 405,218 00000000000000000653a6aedcebfb0b623ea7d108bd678269df5e12087ea06f 2,148 0.99/1.00 vMB 39
405,217 405,217 000000000000000000758d6ace26568ddb114be359b90ed76edc3f78dcfbdba4 2,758 0.93/1.00 vMB 70
405,216 405,216 000000000000000006969473ee3a2126d9a953ad00eee6443b4d2d2e0881fc07 1,640 0.99/1.00 vMB 36
405,215 405,215 0000000000000000034656c96781091b5fbc799c881ea85b41cba0b88128eff7 2,035 1.00/1.00 vMB 46
405,214 405,214 000000000000000000aa3ab0a56d9af8366c81a7c785fca6a4b80640a060555f 2,068 0.99/1.00 vMB 41
405,213 405,213 000000000000000006465446919bf8af8b1478166c373dd9f465fe2d971064ea 2,764 1.00/1.00 vMB 51
405,212 405,212 0000000000000000052840984e74f9d2faacaf965de72fc7e4e33e990b14cf08 2,093 1.00/1.00 vMB 49
405,211 405,211 000000000000000005dfe0ac09f2be1fbf567e40e1dfc5b64cb6f34186004fc6 1,323 0.75/1.00 vMB 33
405,210 405,210 000000000000000005afae0e19d7fe00f0b9a10b3aab0478adfc97232c87ec5b 302 0.18/1.00 vMB 31
405,209 405,209 000000000000000000c303c2257d00719206da30d9becb9ce296a7e3afed498e 94 0.06/1.00 vMB 38
405,208 405,208 0000000000000000005f533f373116e3356a0e5d95e958fbb68997227241135e 1,359 0.83/1.00 vMB 32
405,207 405,207 00000000000000000655b41599908bdd9a9c1811dd0a2ef38faa62c61c3095b0 176 0.11/1.00 vMB 34
405,206 405,206 00000000000000000504b369d2945d06519a23a3163654415412643866f933ab 620 0.29/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

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