Loading Tool

Explorer IconExplorer

Memory Pool

82,819 transactions
30.58 vMB
0.13961602 BTC
Random Selection Loading Transactions
Max Size: 184.10/200 MB

Candidate Block

Mining Attempt b8aa53fe90e35f7e4c6a4ac7b7ea62b12d5d8af17fdea3bc9e404b10647ae5ff
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 56f933c684e15ced5c603c4c5ca278a1b1d118a26ba3e20a071f5012c016a815
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.07594733 BTC
Feerates: 150.77 > 7.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (78,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,355 836,355 000000000000000000033552616c83f415b94dd65d5d76e1b24b8e27dff94c21 3,505 1.00/1.00 vMB 43
836,354 836,354 00000000000000000002752274ba6a8be9be56e58dd17e048df46258ca4683fd 2,632 1.00/1.00 vMB 22
836,353 836,353 000000000000000000017118a89cf447497ec244af9ebee477c2853af700c2c4 2,312 1.00/1.00 vMB 18
836,352 836,352 000000000000000000026cab8e44045d8923c93d232118c776f4e16e943bea03 3,322 1.00/1.00 vMB 25
836,351 836,351 000000000000000000014ffca17b9ec566e98e28b655cc835a0f933564b526ba 3,001 1.00/1.00 vMB 38
836,350 836,350 000000000000000000011027137540a6d1233b417156a9380f4fc5fabc19fd46 1,306 1.00/1.00 vMB 10
836,349 836,349 00000000000000000000b695785bd9f13f5d7cee752257e3b6ec93d5645fd70b 2,192 1.00/1.00 vMB 18
836,348 836,348 0000000000000000000293d7a34020f591f6f958eef2ea02b7161b01dd686b89 1,080 1.00/1.00 vMB 9
836,347 836,347 00000000000000000002e0774d601e6dd885d811e54972d6ea7b3e84f4745311 2,859 1.00/1.00 vMB 16
836,346 836,346 0000000000000000000262463204cc72fdd96b21ec29f2eb40774f68544b6feb 2,177 1.00/1.00 vMB 15
836,345 836,345 00000000000000000001cdf2499ace722f4608c4bc7abc7d4410ae77e158b6c4 2,738 1.00/1.00 vMB 23
836,344 836,344 00000000000000000003383ff2916a25f45af0f9740638b99a5476d1288613c5 1,139 1.00/1.00 vMB 10
836,343 836,343 00000000000000000001cc6cdbf5d6d818f78e50c8b180945b902741ceaaeff8 1,686 1.00/1.00 vMB 15
836,342 836,342 000000000000000000017450fd673063e2558b36528c0382ae4059d0ab4f8ea5 3,214 1.00/1.00 vMB 20
836,341 836,341 00000000000000000001ee89fc13625b144d15a9202da27508e1e0e11b4928d3 2,790 1.00/1.00 vMB 20
836,340 836,340 00000000000000000001d555405d1d6abb172a2219a780a5d26755d1e18838f3 1,780 1.00/1.00 vMB 17
836,339 836,339 0000000000000000000155ebc7a256cd2732f53aeb8c507f8849ad2061dc854d 1,971 1.00/1.00 vMB 17
836,338 836,338 000000000000000000008ac2147487d1ca9624b72d81b367bdf1f572d836b17c 2,277 1.00/1.00 vMB 19
836,337 836,337 0000000000000000000264bb3b8b0acdbe756a6d96857f5ff0f4411975a07345 2,109 1.00/1.00 vMB 18
836,336 836,336 00000000000000000002f4d886727b2c0a88961c75d0562a646c2aa9e1c50fd4 1,860 1.00/1.00 vMB 14
836,335 836,335 0000000000000000000109edce240963cbb5a57f0a597c9b17f9aab199877c8a 3,176 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.33 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: 660.43 GB
    • Received: 14.74 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.