Loading Tool

Explorer IconExplorer

Memory Pool

73,464 transactions
28.47 vMB
0.06992122 BTC
Random Selection Loading Transactions
Max Size: 168.29/200 MB

Candidate Block

Mining Attempt 0e0c4c0524efdcc553da57a2593c6b09cbf270149436cf5e073748d7136a5282
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root d0f34986df6bcbaae6022ec7ea6991e6b4863e0e262d44dec61fbe977f25698a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 1.00 vMB
Total Fees: 0.01273786 BTC
Feerates: 100.36 > 1.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (516,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,251 398,251 000000000000000004c2dc2804c96d82c0a2d66dabe84dc255fb4700feba2179 679 0.31/1.00 vMB 38
398,250 398,250 000000000000000002d740b7ef2de515d711ac17050da893078742439c942b94 1,486 0.95/1.00 vMB 31
398,249 398,249 000000000000000001efd139f72bfe0a4f134012be7428c8b82d87f5affa98cb 2,060 0.99/1.00 vMB 35
398,248 398,248 00000000000000000250eb51ed6c41707aa12ab6ede222629a05a37aabc9938a 1,290 0.93/1.00 vMB 22
398,247 398,247 0000000000000000042c5c0aed85653d76d4b6054636a52e106cfd194395da35 2,886 1.00/1.00 vMB 52
398,246 398,246 0000000000000000040b090488cafcde03dfcaf732a1125e21dd6e2cce35a4a8 2,146 0.88/1.00 vMB 45
398,245 398,245 00000000000000000151341f601f84b3c7c9d08ba9edbc0119318988ccfbe33f 1,503 0.95/1.00 vMB 27
398,244 398,244 00000000000000000669ab8ba1ee6f07689c0b4a7069564771bc5dc9075ca446 1,980 1.00/1.00 vMB 30
398,243 398,243 0000000000000000030c385e39b72ab5b1316e803e354bb8bc72c0bf5f0a7531 2,467 0.75/1.00 vMB 63
398,242 398,242 000000000000000001abd71e62f6384eaf2a699a5f15fce66f408a0db6c39f00 1,896 0.92/1.00 vMB 42
398,241 398,241 00000000000000000408c897215b70126bcb9972e06b1782c290b470c3c8af48 1,212 0.60/1.00 vMB 35
398,240 398,240 000000000000000002cb4768aadc01095b300616d27c3fdc293fcb2fbd7866b8 1,101 0.54/1.00 vMB 36
398,239 398,239 0000000000000000051e9c97842df37f55e6d306a048c789e4dbb3e36b9c959e 1,904 0.99/1.00 vMB 37
398,238 398,238 000000000000000003ad73c34de3496a09dd8c1d6f7426056a42e23e6be1e495 624 0.38/1.00 vMB 30
398,237 398,237 00000000000000000041aeb3f4188272c6f946dd9d8233f0bd3feac6d695e5a3 262 0.15/1.00 vMB 24
398,236 398,236 0000000000000000057415232606b5d704e58a10c6f9343ac3281013ef614b6e 373 0.26/1.00 vMB 18
398,235 398,235 00000000000000000378ac7182017618ff1562e5ada863fbc4668ca59e7b9c9b 1,025 0.69/1.00 vMB 25
398,234 398,234 0000000000000000043d8d6564ddf8d0f4489d56dad2141cdd5a839a324afed2 2,054 0.93/1.00 vMB 43
398,233 398,233 000000000000000003ea1e856265c9b3be60b3806e42d6afce442739ee490390 1,008 0.49/1.00 vMB 33
398,232 398,232 00000000000000000094abb1d724bf7e4fb72b4f0e028d4b53bd35a3f4321009 963 0.70/1.00 vMB 23
398,231 398,231 000000000000000005e44168923bb93a3c7e3960b355eb68d29d29e45110e3c0 2,146 0.93/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.