Loading Tool

Explorer IconExplorer

Memory Pool

31,740 transactions
18.65 vMB
0.05358669 BTC
Random Selection Loading Transactions
Max Size: 99.51/200 MB

Candidate Block

Mining Attempt 8bbc87b68cdd21d41ce9fc6f47b30193bfd433f26dcfc10c275f59e8f590fb0f
Version 20000000
Previous Block 00000000000000000000bf4cc40b24bf638cc4b6f86989de579174eb3afe6bef
Merkle Root 01c90ec6691be7a607d9dc72842e254b15565e3fa85f87702dc4f7995dc323e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,768
Size: 1.00 vMB
Total Fees: 0.01802374 BTC
Feerates: 252.47 > 1.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,131 (802,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,353 111,353 00000000000050de084d22a09c3396986d837da566517291b1c53df904703e7f 9 0.00/1.00 vMB 10
111,352 111,352 0000000000005ee2d73a3d9d249eca7dd06c9489be70824bf0bc5c8cce3dc5b4 12 0.00/1.00 vMB 378
111,351 111,351 0000000000010fc21ffecbf14bbf2d76a50acf38ab117cf2ec04a8f7e011da98 12 0.00/1.00 vMB 17
111,350 111,350 000000000000ae8ce53fe2a1c5346e9f0b18316aa635c8c4c2e6d989a7def9a1 13 0.00/1.00 vMB 16
111,349 111,349 000000000000a69b0bc13c171a8eecc2b90b913bc0ef55737a88b3a664de1b45 13 0.00/1.00 vMB 13
111,348 111,348 0000000000008a8ac6e3c4c5af903e5804dae6ef5d53a251817b77e88f8f72a4 19 0.01/1.00 vMB 0
111,347 111,347 000000000000f8cae031211c1af78c1bf1a71a50eeeb4e75b2abcbb0fbff622f 1 0.00/1.00 vMB 0
111,346 111,346 00000000000057915fad1ae2b0ded9a302a76baeae87692b5e3b3354848574f6 4 0.00/1.00 vMB 25
111,345 111,345 000000000000ac2025701a16789eeed814e12d467c99a348932e41b0377cf114 2 0.00/1.00 vMB 38
111,344 111,344 000000000000576de2ac0cc5a9212c705546e9115da12971a42cf79cfda5fa24 8 0.00/1.00 vMB 533
111,343 111,343 0000000000000c14ecec1f48af63ed4365ae2c1e38b6f0cceb2b524d218ff211 12 0.00/1.00 vMB 24
111,342 111,342 000000000000bd49e5e7d7312c80e78dac154d4bfea874c6e1aecd36a4eff866 12 0.00/1.00 vMB 21
111,341 111,341 0000000000009dfba9cf30f482a7ee652397675cf577305055eddd2d41868ebf 11 0.00/1.00 vMB 18
111,340 111,340 000000000000c82940225ff46177dfdff6b9b7d3e137a73db084808534b4d7bb 11 0.00/1.00 vMB 13
111,339 111,339 00000000000047119ab82ad53452fd777ca63a31aeaf0b5701b4e5c800b79d0c 11 0.00/1.00 vMB 318
111,338 111,338 000000000000488841c43a238dd1b1de2ce41f3e4b21552b60e9142b844b6d55 10 0.00/1.00 vMB 7
111,337 111,337 00000000000081c8868ba838fc3799756a909fb6a3c0e27f43b024f28f353fdb 15 0.00/1.00 vMB 0
111,336 111,336 0000000000000750960b09f2303750ba0d85a5808c1966eb379547ce2ca5e847 8 0.00/1.00 vMB 30
111,335 111,335 00000000000014b7ea4f9623c87221ba02b7ef97e30848a418ea94202259a353 8 0.00/1.00 vMB 418
111,334 111,334 000000000000ba23649986a7d8e44b486155b333d53d03f52360b0cb24270d7f 7 0.00/1.00 vMB 9
111,333 111,333 0000000000008b6c30def4f86e933ae95e4908b262f28e2ca6f06d360bc577cd 4 0.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 780.83 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: 561.81 GB
    • Received: 7.43 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.