Loading Tool

Explorer IconExplorer

Memory Pool

80,428 transactions
29.77 vMB
0.14622105 BTC
Random Selection Loading Transactions
Max Size: 180.14/200 MB

Candidate Block

Mining Attempt 4e03e83f30c8f3ad0e35d5670cb639d5d94bb05fb5808e232019af9d74c6260b
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root e70efcbd4ea58854ce03e149bd147107f8a75df6f19760764755606f82930801
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.07921155 BTC
Feerates: 502.67 > 7.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (469,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,312 445,312 000000000000000001b52c865575a84c4d8ac3216450844c9bc015fc7d4044e7 1,880 1.00/1.00 vMB 55
445,311 445,311 000000000000000001ab8c555b441552c26c97ac7875436ff8552d7d3cdff0e6 2,359 1.00/1.00 vMB 73
445,310 445,310 0000000000000000024f48cb4a7b4c7a087ff93413c6faa97c65f6a7e03b13a2 720 1.00/1.00 vMB 63
445,309 445,309 0000000000000000011b4ca4410ef9db9e4b64b8364f1c3f99a9e5b2cddeca74 2,353 1.00/1.00 vMB 77
445,308 445,308 0000000000000000038721bad9bd6cc5bfb8bd08b50f65506f53784503018835 2,420 1.00/1.00 vMB 92
445,307 445,307 0000000000000000026d39e790207b20e8a17ef87bf415a47bdff8345b920044 2,574 1.00/1.00 vMB 67
445,306 445,306 0000000000000000001e3ede659b999860478de561975bc03408c39de1b34ff6 2,419 1.00/1.00 vMB 75
445,305 445,305 0000000000000000019a49c044988d708b5fd0910301f8f94214ce02b8b9ac62 2,412 1.00/1.00 vMB 93
445,304 445,304 000000000000000000c115ae1e0ed8fd50325039245627fd012964a9449edd08 1,937 1.00/1.00 vMB 68
445,303 445,303 000000000000000001c8c04166dbd187a3eb40ad85021a83f03d3fe72f2664e7 2,385 1.00/1.00 vMB 102
445,302 445,302 00000000000000000123a03ebe3cac73c4c9fb0ef41027127e38b4864d75881d 2,658 1.00/1.00 vMB 77
445,301 445,301 0000000000000000021fd5073fb21a0f4ad48f98a70d5b66c518f9c41066732e 1,778 1.00/1.00 vMB 78
445,300 445,300 0000000000000000033245c0bd104a80c2a7ed7e04330e034d4833f9928d18e7 3,035 1.00/1.00 vMB 105
445,299 445,299 0000000000000000000c7699243543f412103a9a8834270ec4fadf77b6fa843e 2,444 1.00/1.00 vMB 79
445,298 445,298 00000000000000000019aa3dcdceab24215651df241320d07eff962a44477411 2,835 1.00/1.00 vMB 102
445,297 445,297 0000000000000000007ea835c22cd615ae71dbf66f57916b5cd44f33f69e9aec 775 0.43/1.00 vMB 67
445,296 445,296 000000000000000001349f1a7883b0baea23c9d81707ab894289a9102d063b19 1,397 0.69/1.00 vMB 65
445,295 445,295 000000000000000001dd2fcbf68a9dcb81aee9d7842cec052228263edc51de3b 567 1.00/1.00 vMB 20
445,294 445,294 000000000000000002f36878360c1ff0f0847c924c696becb94e35a8b907c26f 1,359 0.60/1.00 vMB 71
445,293 445,293 00000000000000000229e9c7cc03ff4f27d0f91b3a6e237b8b54b341b89384eb 2,577 1.00/1.00 vMB 86
445,292 445,292 00000000000000000021b58b6ecbc48ae9a9999e7e502970d6dfc99624b7c596 766 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.60 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: 671.84 GB
    • Received: 16.03 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.