Loading Tool

Explorer IconExplorer

Memory Pool

30,949 transactions
26.42 vMB
0.10020241 BTC
Random Selection Loading Transactions
Max Size: 131.61/200 MB

Candidate Block

Mining Attempt 139651e6c100fe9c1116d3e88e0ab1e498f276ba15dab74da4dcc7b63c3ec9b2
Version 20000000
Previous Block 000000000000000000009a39193b4e27b39ec6b59372bf74bf29441b09503400
Merkle Root 7a4dd68c7e6f6fe83cfbbcbd2e21b4a6bd246363906e2addb2d47a514061a6d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,558
Size: 1.00 vMB
Total Fees: 0.05037848 BTC
Feerates: 101.66 > 5.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,248 (903,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,302 10,302 0000000084ddb51e62f9bb48c6bb3a924e6332a820d551e0dde99463668314ba 1 0.00/1.00 vMB 0
10,301 10,301 00000000517960a7a42852c9bca0b371a5376895f9d8bbd7d6739535692f751a 1 0.00/1.00 vMB 0
10,300 10,300 000000001a02dd5ed3e0d6259139cf3ef6a981a1a723f431314039da8e7c6fc4 1 0.00/1.00 vMB 0
10,299 10,299 0000000093e7686ae17b5690a7ef88977e5b97e44e19c4ca733cbdd310599e37 1 0.00/1.00 vMB 0
10,298 10,298 000000009c0486752bc2d21e62ea864a72559d91217d3a8d216200c25f447826 1 0.00/1.00 vMB 0
10,297 10,297 000000009df130c315270c6fe1daab793b08b1d151a3bbfb7aacb17583a96afb 1 0.00/1.00 vMB 0
10,296 10,296 00000000b2388fd50f0bb223e36d65ad4026880fd948397d5d653a4845405cf8 1 0.00/1.00 vMB 0
10,295 10,295 00000000b4adc0e96fbc425b0eeb1328c0ff41bb996de269beda5f24c75b634f 1 0.00/1.00 vMB 0
10,294 10,294 000000008b9cd37e1adff23e5885ccbe56736cfcce53a665b438433ffaf35366 1 0.00/1.00 vMB 0
10,293 10,293 0000000094f8f482edd0e2323034eae9f584c176a754a14a14d1fe6532beb0e7 1 0.00/1.00 vMB 0
10,292 10,292 00000000f9799073c5f54873048d2c105950d255dd7bf9c55348569be28170e3 1 0.00/1.00 vMB 0
10,291 10,291 00000000172c8a55901021759b393c1aa97fd1624b36fce3210de2b33774e1b2 1 0.00/1.00 vMB 0
10,290 10,290 00000000d0df4e13884ece3be89728887419216c60aa187c086fce7007d825b8 1 0.00/1.00 vMB 0
10,289 10,289 00000000312836a59477afed7c9bf3f0d2b713c7b13f144db7a9549b3f2e7503 1 0.00/1.00 vMB 0
10,288 10,288 00000000b84b32b25a19fb0cf9343d34e37bf6700e6eeac9e33d21f6b25c7bba 1 0.00/1.00 vMB 0
10,287 10,287 000000008ddc2bf1fee6650fad08e6acc8c96a130a742f33f87ebf31dccdd038 1 0.00/1.00 vMB 0
10,286 10,286 00000000014cd7d5c8df16e589fa1b1ee549f6fc6a43c244fa36ca386ad54cf1 1 0.00/1.00 vMB 0
10,285 10,285 00000000cbb93957def7d9e9c8127f8698bcd048301e716995ea83b279b0d5b4 1 0.00/1.00 vMB 0
10,284 10,284 00000000f37693724cc75a69ee0b4c6165419c5ea4b8683632928e8767c9355c 1 0.00/1.00 vMB 0
10,283 10,283 000000008d4548943d7fd77645a80deb229507c2fd67867c41e1025327281110 1 0.00/1.00 vMB 0
10,282 10,282 00000000732490012c804b5fc564b85a51d19c3118a192f173612df351ec011a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.67 GB
    • Received: 8.50 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.