Loading Tool

Explorer IconExplorer

Memory Pool

52,830 transactions
29.52 vMB
0.09512813 BTC
Random Selection Loading Transactions
Max Size: 158.34/200 MB

Candidate Block

Mining Attempt 2fad2ee29cd1ff79262459d82973b1f171cbe7915bc54ab0e747b888684de2cb
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root a247e5873e8876f7da2a04d7c3b42d9216bba9e8400d6d525a3a241178e44666
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.02507578 BTC
Feerates: 100.53 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (72,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,438 842,438 00000000000000000000f89ba384138629337b34328a273e9376c27b8811b02b 4,634 1.00/1.00 vMB 42
842,437 842,437 000000000000000000003a0c8e14c4ef66ee96ae87a608e2b27193f959c262b1 4,933 1.00/1.00 vMB 82
842,436 842,436 000000000000000000007d8fb7814e4dd5e2dee0110c46f05ba77b2e9dbe33c8 2,983 1.00/1.00 vMB 20
842,435 842,435 00000000000000000002412c2e3b714a7e7da0c7862cad1617b176a4ce510aec 5,231 1.00/1.00 vMB 27
842,434 842,434 0000000000000000000084398e8db104c23ecc55a69d8f287f7197813d9ccf9c 5,191 1.00/1.00 vMB 31
842,433 842,433 00000000000000000002db91760c92ba68a3f6f9bd1f14ba4fbb5f2530e5cb59 6,000 1.00/1.00 vMB 39
842,432 842,432 00000000000000000001d845362d7a615ba6d176b248a767f7377244347c4b1e 5,714 1.00/1.00 vMB 34
842,431 842,431 000000000000000000029c117ff7999d3bbd7f0d3cb0064b7f6266af0a5e8746 4,923 1.00/1.00 vMB 42
842,430 842,430 0000000000000000000284235b580770330f441626aedfddebf157e60f0cb033 3,060 1.00/1.00 vMB 20
842,429 842,429 00000000000000000001cfd556e984ffa143f7c787fffbc24e7f6e0a776f4be4 3,443 1.00/1.00 vMB 23
842,428 842,428 000000000000000000013622e998eacb89cbab99c46864c558ca049bd28bbc83 3,175 1.00/1.00 vMB 27
842,427 842,427 000000000000000000012a23a5b94df07248f57ec50c798c86a95baa8afa9efa 3,134 1.00/1.00 vMB 27
842,426 842,426 00000000000000000000a568463642cb883349ec944daf94f8e6d19e084fd3e6 3,869 1.00/1.00 vMB 13
842,425 842,425 000000000000000000005fda989193c29681973e854de6f4d384b89f52609d53 1,202 1.00/1.00 vMB 17
842,424 842,424 000000000000000000022c0544837719d93b1d69a3d7a18eca08b8a9a88047bc 3,079 1.00/1.00 vMB 21
842,423 842,423 0000000000000000000251936191e22ad1ac18bebf733c7766806e9810ff53ee 3,285 1.00/1.00 vMB 23
842,422 842,422 00000000000000000002792936777eba4d23e707523d1be75463b4b1058aed7e 2,312 1.00/1.00 vMB 22
842,421 842,421 00000000000000000002b79085ed6da9e1e1591c046c18a129ec48807145f190 4,393 1.00/1.00 vMB 39
842,420 842,420 0000000000000000000272b1a6eced2cebf56056600ececab0210a4da0f49b69 3,375 1.00/1.00 vMB 20
842,419 842,419 000000000000000000031d009fb0fd71b71f156d49a38059e34598aa6642ea1f 2,395 1.00/1.00 vMB 18
842,418 842,418 00000000000000000003300cdf75ed6f8f089729265672da2ad9c3f9e9192a05 2,466 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.89 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: 645.15 GB
    • Received: 12.69 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.