Loading Tool

Explorer IconExplorer

Memory Pool

81,271 transactions
30.68 vMB
0.08113738 BTC
Random Selection Loading Transactions
Max Size: 187.34/200 MB

Candidate Block

Mining Attempt 089cc3f58c8b6f312460174d31d8ad71c6675621ecea3f0f123aba2531842f6f
Version 20000000
Previous Block 00000000000000000000d1d2ad17fc19c6d3c0ce75e637dbcce014786420ab4b
Merkle Root 9e82a1095333edb2d30e2be6f3a449404bddbef12c73723e5999dcfcdc83e0c3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,009
Size: 1.00 vMB
Total Fees: 0.01180569 BTC
Feerates: 81.27 > 1.18 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,357 (489,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,303 426,303 00000000000000000485e273f04c4108e9fcaafbe733866234ae0dde613a530a 1,473 1.00/1.00 vMB 36
426,302 426,302 000000000000000004c0b8c29aaa204f681a7f476607aaa1c8d4ac7df2b216cb 1,380 1.00/1.00 vMB 39
426,301 426,301 00000000000000000348abcaffa2f1230428be9786796367d2dd6d278b5d6ddb 2,338 1.00/1.00 vMB 57
426,300 426,300 000000000000000002af7877a928b1a4b33010f0834d994ce2d6a39384c959d1 2,611 1.00/1.00 vMB 66
426,299 426,299 000000000000000003844c54c777c627fe8bbdd80135d983b94783672ff8ba72 2,843 1.00/1.00 vMB 76
426,298 426,298 0000000000000000029cdf9c7eeae4ddb28ee304a93510fc83d09c3e9c03a83f 1,946 0.75/1.00 vMB 81
426,297 426,297 000000000000000003c8d182cc569a1153106bd037903527717c402c6a0c8e3c 1,696 0.77/1.00 vMB 60
426,296 426,296 000000000000000004b0d9aeada5b5c23d1826f83d6e03eccd6421d23333d49d 518 0.30/1.00 vMB 50
426,295 426,295 0000000000000000037757f606094dfb794cdba0d2f653be5568af405a34f995 705 0.44/1.00 vMB 55
426,294 426,294 0000000000000000039ba09fbc8ddb071c15263ed433c3d72639fc8d50077f4b 1,227 0.61/1.00 vMB 60
426,293 426,293 000000000000000004a5a1f71c01dc32531c0a0c65371867241f818c963eb88d 179 0.99/1.00 vMB 3
426,292 426,292 000000000000000001a11480bf6d2b878843267934e4b8867fe7cce44f59d5c2 537 0.27/1.00 vMB 54
426,291 426,291 000000000000000000cfec1d41b7071d2060bcf064c91accc82c781a1223e92f 74 0.03/1.00 vMB 63
426,290 426,290 000000000000000000b8f557be6c4cca67e00d23f970cbc941745fcd8d5acd48 465 0.20/1.00 vMB 66
426,289 426,289 000000000000000004b6f0c4d0d52fd3f05afe12ab615cc6f13bc978c3ce16de 327 0.38/1.00 vMB 21
426,288 426,288 000000000000000001e8450afab9de02a4e43dfaaecd533cff7105d580e8de2e 650 0.83/1.00 vMB 32
426,287 426,287 000000000000000004869c7a732b487d2351302de4e13bb0f73b570f144a1d8a 2,049 1.00/1.00 vMB 66
426,286 426,286 000000000000000000b414c2a6097bb7af08a3d5bf2f1e993afa0a5a378084c6 611 0.48/1.00 vMB 35
426,285 426,285 00000000000000000396fb15c2cb0c35ca9644da09c57f642eda18f65c57d799 320 0.19/1.00 vMB 51
426,284 426,284 0000000000000000013a9fbcc1bb3f9b42df959897c65e35cc5b13b9e4ed6338 461 0.27/1.00 vMB 55
426,283 426,283 000000000000000004c0fc2c004c924c3efbe46f523d9948fa93aac78f53ddc2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.98 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.