Loading Tool

Explorer IconExplorer

Memory Pool

30,164 transactions
27.48 vMB
0.06222138 BTC
Random Selection Loading Transactions
Max Size: 133.80/200 MB

Candidate Block

Mining Attempt bb80f7fcb6b573475b642901b319967e50a96f52046f85e02b0859c3d3266b24
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root eea3e332a2a58542961766b427e9e2f1c4986d744d4cd7cdecd3f9518d2ed2d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,748
Size: 1.00 vMB
Total Fees: 0.01010698 BTC
Feerates: 100.53 > 1.01 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (904,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,424 10,424 000000009e93ff54fac56f5512ca9a2e5b2b34612b74fd043fb020cfaa104657 1 0.00/1.00 vMB 0
10,423 10,423 000000000be7df40612d0a2d122dea95cb30f2bad3b57a7f6b9f149e2911a497 1 0.00/1.00 vMB 0
10,422 10,422 000000006983eb3a1da98c9a431c7100789794182a3548ada58401b48daf769b 1 0.00/1.00 vMB 0
10,421 10,421 00000000624259543f824fb9f3419c37e1133e875831ac70595bf7ba79545506 1 0.00/1.00 vMB 0
10,420 10,420 00000000512821f9d6c9fbda924a727431f6c589c220e39e48ae9f306e955e82 1 0.00/1.00 vMB 0
10,419 10,419 00000000591747dee98ae2814edaeb858e73426907135150b167634a20c74739 1 0.00/1.00 vMB 0
10,418 10,418 000000008147959ce1feca8c9dc40197c7d447d700689d7f66b31cf13a7eee26 1 0.00/1.00 vMB 0
10,417 10,417 000000003d20d9427770c98823de6421e364da61732e14fe53e8ad3b6d0b5cc3 1 0.00/1.00 vMB 0
10,416 10,416 0000000028d5f745fffe8371f1027bc42e7ecc7305f804da9706c2689ea7d93f 1 0.00/1.00 vMB 0
10,415 10,415 000000005df3f1e4c3973cbf4ae877caf83ef9f34295972d2b70e6179e36ea2e 1 0.00/1.00 vMB 0
10,414 10,414 000000007a27205094f3d67223737923dcfc78d370d38b6d8234778e1a77be78 1 0.00/1.00 vMB 0
10,413 10,413 000000006968605107530c3c916c78e47de8638df0db3d0a5d2de0c3882909aa 1 0.00/1.00 vMB 0
10,412 10,412 00000000f6df0bc03a946fa858d7b0ae50559ae974b9cc78d33866b5c5c8f9ad 1 0.00/1.00 vMB 0
10,411 10,411 000000000147dd18706e16f48c226d3513b15e0028c4091555e1694f63f8d978 1 0.00/1.00 vMB 0
10,410 10,410 00000000e78edc7ad10c2d4b3fa752b9554170de694643327ae4239a35f2d473 1 0.00/1.00 vMB 0
10,409 10,409 0000000038f9b5da8669afd5b34ea164b957d2110977d229da64928b5273261a 1 0.00/1.00 vMB 0
10,408 10,408 0000000051aca7ce6741c2b157c9c25061754346c7df16c1549e6f0bf5f68db3 1 0.00/1.00 vMB 0
10,407 10,407 00000000af39a667a4aea4bb0dc289d34db26b98e08705b0c988bb1d305c7d6c 1 0.00/1.00 vMB 0
10,406 10,406 00000000427447e6979b5af7765ea6726f2c951488e0da9c9d21ea3d29dbeab1 1 0.00/1.00 vMB 0
10,405 10,405 0000000029ef0b48f288f7c6800c4bbac05ab1260abd8ef796ddc3107d1a1d46 1 0.00/1.00 vMB 0
10,404 10,404 0000000027b60f082c4da5ba9b13da5d5e4bd5fedb5945c267af847028b8df50 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.51 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: 612.58 GB
    • Received: 11.01 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.