Loading Tool

Explorer IconExplorer

Memory Pool

33,259 transactions
13.98 vMB
0.05414239 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 80.85/200 MB

Candidate Block

Mining Attempt a5300e046c858967b4be9edc23c4ea27bf654256d8b72753edb802782da819e4
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root e928d07e4af6463eda19847071a96977ea30981185e116e89606bf949eaae136
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,038
Size: 1.00 vMB
Total Fees: 0.01576859 BTC
Median Feerate: 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (713,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,306 200,306 00000000000003fee6c2c572686a9ea4d788922797fc960a2853707fbcd38345 72 0.05 vMB 55
200,305 200,305 00000000000002edb2bdcdda7ccc36a150616e61cd9d42fc7d6fe848d53b473a 7 0.00 vMB 28
200,304 200,304 000000000000035de6d3e51bc000e37a1a208855cc145b68317939e0ef258daa 54 0.02 vMB 466
200,303 200,303 000000000000030b8b84efdca1ec3a3d12a2d7b0ed2bf2c60ff76ecac1c51e40 654 0.25 vMB 158
200,302 200,302 00000000000002beabae66b2038d902e64c01d56cb6cdc701a312907d57b1ce5 216 0.07 vMB 84
200,301 200,301 00000000000004d08921e3b4002091a24fc47b19323925483693bc87d51a52bd 6 0.00 vMB 165
200,300 200,300 000000000000008f6d9c93f92bc3bcd605708c5d0002f50514fb89a5b72e2a97 141 0.05 vMB 423
200,299 200,299 00000000000003713d08d856a1058170acd9c23c99632629708c2bc0ea248ed7 8 0.00 vMB 15
200,298 200,298 000000000000043e8439c424317f2489844e4d4e49b61457fa562f89584b2aec 9 0.00 vMB 66
200,297 200,297 000000000000046ec71be42ea14f33c1b18ab4bca19dfc456855e2ebcb3e282c 39 0.03 vMB 60
200,296 200,296 000000000000006780703d45b9bc40b8b003f6016e648bb98c6f7db3a7959eab 403 0.17 vMB 148
200,295 200,295 0000000000000002911f04af16eac8356f93a739fa537b9d698751d902c05050 122 0.04 vMB 88
200,294 200,294 00000000000005b4650fec700523578af72b670913ff49b7057ee0e351902979 142 0.05 vMB 118
200,293 200,293 0000000000000571e5eb37aaa182b06b14cfcc43fae555ca30bcf6fd5b1a1ace 153 0.05 vMB 23
200,292 200,292 00000000000001d9d65d68ef1f74394b2a964cc0976ca5aca7a6b417ad3a0999 412 0.18 vMB 146
200,291 200,291 000000000000055e0f6bfbc9674e01e0245c628d2ae48ab787700b63462eb052 409 0.18 vMB 146
200,290 200,290 00000000000002033ae25f35650572af450ef7b8a13500f638783de7c03be8b6 66 0.03 vMB 113
200,289 200,289 00000000000001c93783f45f6f767d4a55ee457224bbeb1b4d1c38010db05113 41 0.02 vMB 117
200,288 200,288 0000000000000267cb3d54fef2aa14a2b9ffc8b9d127f1c7f40f42c6ecfab189 223 0.06 vMB 101
200,287 200,287 000000000000038ef3987be12df9d8e9da6ff547c92e14dcde800b8a19a88319 35 0.01 vMB 122
200,286 200,286 00000000000003033f8f178f9b5fe2916d3939eda65afaf603de02cb313139d9 93 0.04 vMB 123
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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