Loading Tool

Explorer IconExplorer

Memory Pool

78,409 transactions
29.77 vMB
0.11438129 BTC
Random Selection Loading Transactions
Max Size: 178.87/200 MB

Candidate Block

Mining Attempt 17b0e5d41c53458cbe2e38ba5dd3b4ff2c165bb7aeda66dbdf43444fd037cca8
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root d158c45d1db9ff2eff511a8528263565dc20b1b810b68cdac0becf0e99ba9cbc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,092
Size: 1.00 vMB
Total Fees: 0.03391844 BTC
Feerates: 660.76 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (96,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,112 819,112 000000000000000000001be3e5929be506d4e2c8cd1b7ba4fa9422032434368f 3,646 1.00/1.00 vMB 30
819,111 819,111 0000000000000000000010abb46359a70c3252d4f3c7833650360185fbcc3259 3,657 1.00/1.00 vMB 59
819,110 819,110 00000000000000000001563d0043b3c0def61b37e018a21f102ef5dfcad86713 2,959 1.00/1.00 vMB 27
819,109 819,109 0000000000000000000289b95244597e3feb5c2be0f2b0d68b191ccf041c9cdf 3,224 1.00/1.00 vMB 49
819,108 819,108 00000000000000000002669997459cc9517dd5a748f97f42b865022f1b08b378 3,208 1.00/1.00 vMB 43
819,107 819,107 0000000000000000000087a5c61351989587ce1f2c584887cbf42af2051628fd 2,929 1.00/1.00 vMB 53
819,106 819,106 00000000000000000001fd67bc99a2ee2eb65b6aad37656744b0cae928de026f 3,604 1.00/1.00 vMB 73
819,105 819,105 000000000000000000018c7061e7e34bb69716a3bd608d23d0fb1dafe4cbb475 190 1.00/1.00 vMB 25
819,104 819,104 0000000000000000000010846ec4454a3e90dc9a45b34cd1baaa99dc67e3f535 2,632 1.00/1.00 vMB 33
819,103 819,103 00000000000000000001f30ac01ab4db42a4684515e1a39c3d7e6a0eb9aecd0e 2,065 1.00/1.00 vMB 28
819,102 819,102 00000000000000000001c84f2aa7080680347a32eee442fb17b2287f3b53008b 2,990 1.00/1.00 vMB 37
819,101 819,101 00000000000000000002ba258753950fb3fe0fdd528d181408d115e99f1f62ac 3,464 1.00/1.00 vMB 46
819,100 819,100 000000000000000000038ee5f797984643c416adf7b63d41d43a0e92ba085fb4 3,420 1.00/1.00 vMB 61
819,099 819,099 00000000000000000000f1fc520cf000c66e768f38b3d3a8450dea76e70b88fe 3,871 1.00/1.00 vMB 47
819,098 819,098 00000000000000000004106a86ae60ffa5b0b3e3d3d87e29a3e8965420d5ae81 3,755 1.00/1.00 vMB 34
819,097 819,097 000000000000000000002945114e004044ed661c1a2bb3e39bc8e094c2daf703 1,867 1.00/1.00 vMB 37
819,096 819,096 00000000000000000003dc44c74311cb35738a12f00bc124e62a5a9d058b00cb 3,493 1.00/1.00 vMB 47
819,095 819,095 000000000000000000019ccfb4522b286eaa8fe7f7ba4cec4eecd743f4a149b1 3,295 1.00/1.00 vMB 45
819,094 819,094 00000000000000000001b063b0a318cf6d81f9cb430c2ac421ebce53e06e0e83 3,493 1.00/1.00 vMB 61
819,093 819,093 00000000000000000000cd2428a4e6dc0a71bee4d995beda8d67e4c78e243366 3,375 1.00/1.00 vMB 53
819,092 819,092 00000000000000000001d01f0bc1cba56a7ff2dfc032a5fb45c16e41ab5c8fc9 3,310 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.