Loading Tool

Explorer IconExplorer

Memory Pool

84,621 transactions
23.62 vMB
0.07164103 BTC
Random Selection Loading Transactions
Max Size: 158.42/200 MB

Candidate Block

Mining Attempt 7d7ab906389d23c4cac80b1804f068fcd58b1d0f933965e13ac99f6c520fce1c
Version 20000000
Previous Block 00000000000000000000d0052148471d18aa291e50ee39ce61edd86b9a3c55b0
Merkle Root 98f6ad8ea0208139dd7dfc1f0defb9c32d1fba918c384c30ce92ec60736e9ef3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,481
Size: 1.00 vMB
Total Fees: 0.01834602 BTC
Feerates: 206.19 > 1.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,878 (904,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,926 10,926 00000000624e58cee032ccefc961d955d27c3fef910ffd632cfb460445ab6995 1 0.00/1.00 vMB 0
10,925 10,925 00000000dc3e335f99fcbbe33390b1265525637b48aa5679967b4ae53a5be8cb 1 0.00/1.00 vMB 0
10,924 10,924 000000007f056eb60faaad3e3ab3fae50c68ab3c1711a2d8601ca21f478c89d5 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 783.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: 795.74 GB
    • Received: 22.15 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.