Loading Tool

Explorer IconExplorer

Memory Pool

90,764 transactions
24.88 vMB
0.07803735 BTC
Random Selection Loading Transactions
Max Size: 164.77/200 MB

Candidate Block

Mining Attempt 1e7572971f07c50bf3ee4fb8547b9116450fd322825198e733abd1e9a7aa1126
Version 20000000
Previous Block 000000000000000000019691797b4459c1b0aafbf2263bb9970db305618f2a07
Merkle Root 54055afc0eef07b2f64c029341a19c981dbfc8f8a6d387a710b45ca8ab7ba2cc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 446
Size: 1.00 vMB
Total Fees: 0.01747266 BTC
Feerates: 50.84 > 1.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,853 (904,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,919 10,919 000000005ffebfa6466f383dbb23249322491fdf2e81ad6718ef31bc13ec3c6a 1 0.00/1.00 vMB 0
10,918 10,918 00000000d38e6ae4738e8667689afcc0df22b7911f439e21859f7f61877be2dc 1 0.00/1.00 vMB 0
10,917 10,917 0000000095063c7c84c8001700e766edda484f03f9034ce81d4a2f45e3bf0d34 1 0.00/1.00 vMB 0
10,916 10,916 0000000001aeb36b8753d6cadd24d210de4ad157f645e66f835d6a864b78d9b5 1 0.00/1.00 vMB 0
10,915 10,915 00000000acccc75aea44d675f46767fc78ad113b2504d0be9b2d611e6833c715 1 0.00/1.00 vMB 0
10,914 10,914 000000006a7d066189c5382697f86436d8d637eaab5794e25b28086495d3bb5f 1 0.00/1.00 vMB 0
10,913 10,913 00000000714a5dbebe0ce881cad148435931942f88ca065f1aadb75a7916753e 1 0.00/1.00 vMB 0
10,912 10,912 000000008d344c6be5bc08d44cbdbf48ab46b3c4f66b40ff2885646ea4393bf3 1 0.00/1.00 vMB 0
10,911 10,911 0000000074102e16dadcd6bad50d91f630782369836bdad198f39b9046404b17 1 0.00/1.00 vMB 0
10,910 10,910 00000000ce5880e5f40ed1012455772ff5aa7e2c86eb743dc538dc6f08abea9f 1 0.00/1.00 vMB 0
10,909 10,909 000000008b165bc5e5f0eef1c1f13a061971459e0c7f060b08435f4c4bd42bfa 1 0.00/1.00 vMB 0
10,908 10,908 000000005a852ad36e6191bf5b9215485813e4313e42aabcab394bfeb5357ba3 1 0.00/1.00 vMB 0
10,907 10,907 00000000ef57895dd51fe86d14e1ea667bc6de452c1465f2cb4bc1e42b1a1ba6 1 0.00/1.00 vMB 0
10,906 10,906 000000005e39deec556bb8515360be684af0c39ab74669d2d24c67627feadfd7 1 0.00/1.00 vMB 0
10,905 10,905 000000001eee9a6892db18364b1e1e1d5fe111b68ede08b9c92ebde36b2ba94a 1 0.00/1.00 vMB 0
10,904 10,904 000000003daaaa908c770b0ae9e6d62c23c3f905694e5b682d2bb4918ac7529d 1 0.00/1.00 vMB 0
10,903 10,903 00000000e134e7ac8f13c4d776c807649ee3bb5edb9de835776ff188ad9940bd 1 0.00/1.00 vMB 0
10,902 10,902 00000000d81ddcd83984e8967c00c9a8f7dec76796a35d922ea6e434bf7f8380 1 0.00/1.00 vMB 0
10,901 10,901 0000000090f705a252b37b8a6c6102062dda3b13e4ff50c6cc1e8515e4dc2365 1 0.00/1.00 vMB 0
10,900 10,900 000000004e501a8a9e3793343b83e86de60c785744ee9dc3b741bc9cf92d728c 1 0.00/1.00 vMB 0
10,899 10,899 0000000048cd467ffff6c6387744547b42ef85a639b222a9bc6ffcdfcccd2293 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.85 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: 793.75 GB
    • Received: 21.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.