Loading Tool

Explorer IconExplorer

Memory Pool

75,443 transactions
27.80 vMB
0.07998741 BTC
Random Selection Loading Transactions
Max Size: 169.07/200 MB

Candidate Block

Mining Attempt 244a18f1cfc47f73f4eb64f3750e53ab30a71c10e899a5b2c8f33e04eb5cd4a7
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root a3e0efe0a17c883c37f81caea65d699e2d0f6ae385133f140f1b3889803343dc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.02043044 BTC
Feerates: 151.01 > 2.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (318,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,534 596,534 00000000000000000010bf3b9e37421775234af30db3dc6939f9a4d01ac7b7bd 1,965 1.00/1.00 vMB 21
596,533 596,533 0000000000000000000d0fa666f370f8a9777e4e24ed225bcf3d6e8083b44fb5 2,910 1.00/1.00 vMB 37
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
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.