Loading Tool

Explorer IconExplorer

Memory Pool

79,826 transactions
31.30 vMB
0.07478867 BTC
Random Selection Loading Transactions
Max Size: 188.74/200 MB

Candidate Block

Mining Attempt b63bb1b7ec01f13c518e28910dd78e9a2d11824ceeb4bf49e9d6507c7309b47b
Version 20000000
Previous Block 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1
Merkle Root 5e7781a9f239375c622364d7984da3bc6ca7c113e24cfbefb8a5b16d51686c15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 923
Size: 1.00 vMB
Total Fees: 0.00699857 BTC
Feerates: 40.21 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,177 (433,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,933 481,933 000000000000000000279d7c1fbab8216425d720c139dab3bffaa73e7c1f3120 2,574 1.00/1.00 vMB 467
481,932 481,932 0000000000000000011145715648eb58059e2e78f64f49f46653867693aca594 2,372 1.00/1.00 vMB 444
481,931 481,931 000000000000000000d0ee9b3af2aeb431732245f10eaa494ffa64d67d613d15 2,515 1.00/1.00 vMB 499
481,930 481,930 000000000000000000bed6fb210af2f19d3d7c4c4051e91e39abf474f7bd21fd 1 0.00/1.00 vMB 0
481,929 481,929 0000000000000000010ba28b8638a3ed9429767947fad4d02b5512326407bf24 2,240 1.00/1.00 vMB 402
481,928 481,928 00000000000000000039154a8d40381f7d7f76f561ac99be2fd2888516e6fe65 2,076 1.00/1.00 vMB 498
481,927 481,927 0000000000000000001f5c11082d7f579e8a07d500bf515fade97ce2e67ffa10 2,431 1.00/1.00 vMB 348
481,926 481,926 00000000000000000134c679fa3c24609c304602eec7125c02941cf16f7f1e83 2,534 0.99/1.00 vMB 383
481,925 481,925 0000000000000000011d7a835e8c534e57039d3bda182abb668dac030d2edcbf 1,388 0.68/1.00 vMB 438
481,924 481,924 0000000000000000005c993244455e5cd29513fcf1f5e77a885ef6e4487aea18 1,752 1.00/1.00 vMB 417
481,923 481,923 0000000000000000002034ee51f26689697c7c9c1a7833780d7f8b824cc995d5 2,121 1.00/1.00 vMB 453
481,922 481,922 000000000000000000118ef65e56b7658ba219d3356481a95056d60f4c6d6530 1,554 1.00/1.00 vMB 426
481,921 481,921 000000000000000000a6aeeb7923ad6c88a4b7b8b8b445d07afadb62f9dcc296 1,182 1.00/1.00 vMB 400
481,920 481,920 0000000000000000005bb57e94b48dc725bfc92d05915d3892b01874738eaf1d 2,100 1.00/1.00 vMB 427
481,919 481,919 000000000000000000c3a0457533235d504f13750e334addd858dd7b7ce5cb17 1,847 1.00/1.00 vMB 440
481,918 481,918 000000000000000000aba1678aa72909d1290bba10c57077af775cf77969a78e 2,302 1.00/1.00 vMB 514
481,917 481,917 0000000000000000004e1a1a93782cbafc0a25458b63e4cad7299ae7c6c2a858 1 0.00/1.00 vMB 0
481,916 481,916 0000000000000000005426e373f6942a8a728b3df0b412a0562dc6e1dda1b105 1,878 0.71/1.00 vMB 476
481,915 481,915 0000000000000000012e615427e05955a38606a06e3bc36a52491089333448a2 1,700 0.70/1.00 vMB 505
481,914 481,914 0000000000000000005889eb737a90ab46aa872743c7b669dfa9b54dfa139f84 2,154 1.00/1.00 vMB 455
481,913 481,913 000000000000000000e7df0e45ca23aa387fb2380976025d839dc89d439f03f7 2,580 1.00/1.00 vMB 475
Previous 10 blocks ↓
Total Size: 782.70 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: 697.39 GB
    • Received: 16.58 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.