Loading Tool

Explorer IconExplorer

Memory Pool

87,656 transactions
23.02 vMB
0.06392473 BTC
Random Selection Loading Transactions
Max Size: 156.60/200 MB

Candidate Block

Mining Attempt 33fd06dff750574ed3364df8e454ce78bc26b1d32f0ca780e0724db66c61e5ff
Version 20000000
Previous Block 0000000000000000000092442f5ead3aff5dbf5879d2fe24ee4c29b666294cef
Merkle Root 8d25231b50ea1478d2a1392f1fa5682b1b77d42c1724cf81ba3e0c1d65519483
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.01244420 BTC
Feerates: 73.20 > 1.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,866 (904,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,923 10,923 0000000030f3ace2b76698111c39ce147cf0b556a6e6073e88eb6f9fa2ed722c 1 0.00/1.00 vMB 0
10,922 10,922 000000006bcecab001ee0eaf2eefbe9b49685f3645596fdd282127b3e2bf1281 1 0.00/1.00 vMB 0
10,921 10,921 0000000019a2f470d58ee9483f6842e42df1705ac2dc8d9d4eb43ecd07e0a7e6 1 0.00/1.00 vMB 0
10,920 10,920 0000000047381c3181d534a1367358c7c40821dd885e0f800ceb7d7400e8d4f8 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 783.87 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: 794.91 GB
    • Received: 22.07 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.