Loading Tool

Explorer IconExplorer

Memory Pool

79,763 transactions
29.38 vMB
0.12054669 BTC
Random Selection Loading Transactions
Max Size: 177.90/200 MB

Candidate Block

Mining Attempt 6f2875c9709b6c8930d517280c80642a6581ce13c4e7b9f1e6e779fd8b46f8a0
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root c146da17f597ba517f3e5331532b7967f71d2286de460ecc5ecfc980fafe02c3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.04226176 BTC
Feerates: 477.45 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (318,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,532 596,532 0000000000000000000f43fb5317cc219af945df7a4bb2c6a197146a0dc0e966 2,794 1.00/1.00 vMB 60
596,531 596,531 0000000000000000000384b789c39e99f6a93e28169f8a665e3be4511ea0d9f3 2,375 1.00/1.00 vMB 48
596,530 596,530 00000000000000000006d9ee7b1fb2f4be7954d445f9b773b29e11c36288a365 2,334 1.00/1.00 vMB 53
596,529 596,529 0000000000000000000e78d4f0e95057443c913a9d19f85c17df63a9923c9d56 1,966 1.00/1.00 vMB 65
596,528 596,528 00000000000000000009e3200006a369bb42f2b4a1e51b2b278f1bbd0a7d1b0f 3,123 1.00/1.00 vMB 49
596,527 596,527 0000000000000000000a908de31b33392bf81359b33f5e2c2ddeed859adcaac8 2,266 1.00/1.00 vMB 23
596,526 596,526 00000000000000000012a635f1ff5701686b64c1878ccca00d488f3f8ff01bf8 2,325 1.00/1.00 vMB 30
596,525 596,525 00000000000000000002f412082e6d5d87c67320e6d93137bee2f90554224097 1 0.00/1.00 vMB 0
596,524 596,524 000000000000000000123527578420892ccfd1b6fdac30915dc58b3f62503879 3,029 1.00/1.00 vMB 44
596,523 596,523 00000000000000000005fe0184a0f370bb8f3c0262ec2cfd0201a2605663e46a 2,238 1.00/1.00 vMB 33
596,522 596,522 00000000000000000008c5acfbf773564effc258b204850aa3503c55b1241a12 1,696 1.00/1.00 vMB 27
596,521 596,521 0000000000000000000beaa2b863f62f1e6ecb71a2b1e4bd342861c3f41995f2 2,184 1.00/1.00 vMB 30
596,520 596,520 00000000000000000009942dd6f333c7a17390429bd072d6fb38162cea9feb3a 2,761 1.00/1.00 vMB 43
596,519 596,519 00000000000000000002cac17dff405d5397bd628739f60f7900259cb16a0420 1,932 1.00/1.00 vMB 63
596,518 596,518 0000000000000000000f8e9e660d6679190a504d15f687fcdf1c4bc88100b44b 2,047 1.00/1.00 vMB 30
596,517 596,517 00000000000000000010341eb7e7be5329bd7ce06e29db2daaba232e4fa7eaaa 1,231 1.00/1.00 vMB 46
596,516 596,516 00000000000000000016ce237c2737a22d87ecda2ea728c50d12a936bb39a118 1,653 1.00/1.00 vMB 57
596,515 596,515 0000000000000000000ead63bf6334ed5058c3362b98ace87865e7094f83235e 996 1.00/1.00 vMB 63
596,514 596,514 00000000000000000013815a48aaa6eba82fb268a03d46e3d206228d4efbc0dd 1,070 1.00/1.00 vMB 82
596,513 596,513 000000000000000000065e92e83ff573126cffede9139582e2e05e0c5a072cf9 3,065 1.00/1.00 vMB 34
596,512 596,512 000000000000000000008e3650ed1a84416469a5878145786a38922165b2baa8 1,620 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.91 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.81 GB
    • Received: 17.48 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.