Loading Tool

Explorer IconExplorer

Memory Pool

38,602 transactions
25.61 vMB
0.05090218 BTC
Random Selection Loading Transactions
Max Size: 132.61/200 MB

Candidate Block

Mining Attempt 169ad30bfbb7dcbce0eb03559af65ac3b1d0a159d7847fb6ad9aa91967c574c1
Version 20000000
Previous Block 000000000000000000011a6914704f140ce3a45c25f2b5b11fc35dbb8b96386c
Merkle Root ffc022ef92f2b2c93b6d9c1752e7e881bd19507f4c3608add8150ca6fe8b19c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,865
Size: 1.00 vMB
Total Fees: 0.00441137 BTC
Feerates: 100.00 > 0.44 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,892 (130,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,329 784,329 0000000000000000000184a79377d63adbc2d1d0b7112effd26dba1cd501830f 3,261 1.00/1.00 vMB 27
784,328 784,328 000000000000000000009ca15d45226460bfad4ada9f9df955bde1198e28ce4a 3,447 1.00/1.00 vMB 23
784,327 784,327 00000000000000000005c3fc7ebc31a7db0f9d003633f2724173a4a3d8789980 2,339 1.00/1.00 vMB 15
784,326 784,326 000000000000000000039b618c9a00f6d5d5b5a6aca1f325b478e3ae4283014b 2,117 1.00/1.00 vMB 11
784,325 784,325 000000000000000000012112a89b01af0b08d17d67f6feecb203000ae2b8f65b 1,869 1.00/1.00 vMB 11
784,324 784,324 0000000000000000000008d82d374817d12e8b152e2414d27e7cc16b43fb70ad 1,690 1.00/1.00 vMB 15
784,323 784,323 00000000000000000002b268143138e46860966b2462951faeeda04a85acf5d8 3,609 1.00/1.00 vMB 27
784,322 784,322 00000000000000000001b0bdf8f6cc8ae472f71da15800877e6daed1be12d78f 2,578 1.00/1.00 vMB 23
784,321 784,321 000000000000000000016aaa1f4f756a26255d8eb429b2ae59f4b615d3f005c8 3,332 1.00/1.00 vMB 22
784,320 784,320 00000000000000000002aa3f89c7fc16179d8586e0a2ff77a03c6a62778be37f 2,529 1.00/1.00 vMB 33
784,319 784,319 00000000000000000002af57d0eb8831ab64bd38f5b67aa68efad184607d012a 1,585 1.00/1.00 vMB 23
784,318 784,318 000000000000000000024101abd522f7c4d48625cccb38b8b0f9c6ddbbee40e9 1,231 1.00/1.00 vMB 14
784,317 784,317 000000000000000000024e50447e091b0b780366318859d494cca1500f585498 2,399 1.00/1.00 vMB 18
784,316 784,316 000000000000000000004df3f68b4e01a4146565a58a8e201cadcfd154f7d170 1,391 1.00/1.00 vMB 20
784,315 784,315 00000000000000000005187bec8a0c69c67eacab80f339207032b1a60c5e62b5 2,317 1.00/1.00 vMB 23
784,314 784,314 000000000000000000007427a9ff69e4a819b0d6fa2f294c10f92e7392080410 1,742 1.00/1.00 vMB 16
784,313 784,313 00000000000000000001eae7a81cbf4e681dad5046201a1164c621b3fd59b8b1 1,739 1.00/1.00 vMB 17
784,312 784,312 000000000000000000053593c6d4763e838e8f0b9df400a2d418068788862ce3 2,674 1.00/1.00 vMB 23
784,311 784,311 000000000000000000000f61673ebf8bbad82cc805961f4018c5472a20eb9618 3,193 1.00/1.00 vMB 34
784,310 784,310 0000000000000000000501cb24b4ef1451160cef392fe2f6c169846e2dff0315 3,181 1.00/1.00 vMB 23
784,309 784,309 00000000000000000003148e18adf7ce9aee3912fccd5554cfe7f2d9324c582c 2,122 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.20 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: 653.87 GB
    • Received: 14.05 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.