Loading Tool

Explorer IconExplorer

Memory Pool

75,865 transactions
28.69 vMB
0.06854374 BTC
Random Selection Loading Transactions
Max Size: 175.50/200 MB

Candidate Block

Mining Attempt 737debed100fe7aeb88395eebba3fa380bb88b1f53b8d056b92ca0ab04e5f6c4
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 1f3efb9cbd5ced8eeb29a9c26e55ec6b01d522c862f0ba6f46235869d1c5d717
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,921
Size: 1.00 vMB
Total Fees: 0.00628174 BTC
Feerates: 77.76 > 0.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (519,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,338 395,338 000000000000000000367b04ffd5d1b917ee5beb9f97182f10e5daac908ab8ab 2,703 0.95/1.00 vMB 62
395,337 395,337 00000000000000000827a2f746d0591d6a8df160e79abaa4fe89be1ea2f4ac10 3,746 1.00/1.00 vMB 102
395,336 395,336 000000000000000004457a84d22698e55691dfeb8c2c374189c2d5519edd3520 1,776 0.93/1.00 vMB 38
395,335 395,335 0000000000000000068b6a5a396d8ef49a41f676503b0881d5b54f5ec85a7680 1 0.00/1.00 vMB 0
395,334 395,334 00000000000000000879ee71cd1e90bb11fd199c1ab8c24435f124fe4701e4f6 1,410 0.95/1.00 vMB 23
395,333 395,333 000000000000000002701fba12814a93b24b26d0e40c57bcbab5ed845f1f410b 1,186 0.93/1.00 vMB 36
395,332 395,332 00000000000000000369af395ee65d42ef4b04f12da4dc3b20f4d84cca98dbe8 999 1.00/1.00 vMB 25
395,331 395,331 000000000000000003b3c2d5187fc3d58e74275505c10cc5be600a29a774dbb5 1,717 0.75/1.00 vMB 45
395,330 395,330 00000000000000000436e64dab670b16edd0e1c848f16fba502bf01c47e24a51 2,641 0.93/1.00 vMB 54
395,329 395,329 0000000000000000036eae703565a69d92cb8e47cd22dfe1a9844d0bdbf0e080 2,284 1.00/1.00 vMB 43
395,328 395,328 000000000000000008692cc3d56034238e8a1d770e590ef299888cf0d8f5b00b 3,547 1.00/1.00 vMB 66
395,327 395,327 000000000000000000048f23fb643daa90e2fb801c809edac26647f50c2c0284 52 0.07/1.00 vMB 28
395,326 395,326 0000000000000000029cbd4c4d69a7ed408ec196316e2a8fc777c6479ef4e8e0 1 0.00/1.00 vMB 0
395,325 395,325 000000000000000002e906ae6cd52e7043429fe17a324b839539d1ca650517e9 872 0.95/1.00 vMB 68
395,324 395,324 000000000000000003b1e1b67aba8bb442c59506ef7e24fee5f3168a27119732 226 0.11/1.00 vMB 98
395,323 395,323 000000000000000001f49c731831039e84467e562262c76c4e154dd281537c1e 678 0.99/1.00 vMB 17
395,322 395,322 00000000000000000512645d47a200e1c34ae5ca8ee2184dfd7a09a584309de6 2,315 1.00/1.00 vMB 44
395,321 395,321 000000000000000006cec56c7a592397f9f18f8ea4f33cb2a732c1a83acbe10a 2,340 0.99/1.00 vMB 47
395,320 395,320 000000000000000001167fc9343aa1dd4face348ccc154cd6ae9718b1ce23371 1,527 1.00/1.00 vMB 24
395,319 395,319 000000000000000001e113cc50cc36831631072621502fa6c4f434eacfe20c1c 2,110 1.00/1.00 vMB 34
395,318 395,318 000000000000000003431875a3550c20e98ab9f668f0482dadc7325b66caa058 2,492 0.95/1.00 vMB 34
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.69 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.