Loading Tool

Explorer IconExplorer

Memory Pool

50,399 transactions
30.25 vMB
0.14113142 BTC
Random Selection Loading Transactions
Max Size: 161.41/200 MB

Candidate Block

Mining Attempt 4c31a536a352b7d8924112f51c31e20b0db4e6db9c7a696b671940e630b0e24d
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 643bb44d7c1e835cc4893eb5271841c8ec9baf97ce13fffdbaa23293f569f2e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,281
Size: 1.00 vMB
Total Fees: 0.07105527 BTC
Feerates: 529.61 > 7.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (414,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,954 499,954 0000000000000000005c7de5b9228dd2db952c54e00fbb75bf55530f06138f23 3,147 1.00/1.00 vMB 247
499,953 499,953 0000000000000000000cef38af56232d04739ad3517eb50bb9a94cd7f44ee6be 2,728 1.00/1.00 vMB 290
499,952 499,952 00000000000000000006d219e00f0f62d6a609dccf36120079bed3aa83320765 2,577 1.00/1.00 vMB 360
499,951 499,951 0000000000000000002b2b38717f9b91e658daabd38cffbb9c439abed7c37147 2,982 1.00/1.00 vMB 403
499,950 499,950 000000000000000000a735bdf9f26b377c794603dfd7df333cba33dc063f6e3f 2,270 1.00/1.00 vMB 418
499,949 499,949 0000000000000000001792babfeda532613c19651ff1538c86802415d1fa0fd9 2,542 1.00/1.00 vMB 364
499,948 499,948 000000000000000000ad6c1d80cd3278697546620f842f077654da9b58f2b7b4 2,460 1.00/1.00 vMB 385
499,947 499,947 0000000000000000007cb5a998962539f4648be662b6ce0aa42b12f58d425f89 2,296 1.00/1.00 vMB 412
499,946 499,946 000000000000000000584d240df244f8847bfb2dc49a85b4b90d2391e3fc7f92 2,576 1.00/1.00 vMB 416
499,945 499,945 0000000000000000008e0af06c55124708c12b23a703f822195bf51e4f357dc6 2,298 1.00/1.00 vMB 255
499,944 499,944 000000000000000000854c9fad9fff97ac88a714812d1c52e3b45d2a1230c7ed 1,423 1.00/1.00 vMB 258
499,943 499,943 00000000000000000058483adf137fab5528a7bda90ab0452556b234f1f38169 2,521 1.00/1.00 vMB 310
499,942 499,942 0000000000000000005ac1dd9c8c38221c9752e4e4747fe5a3b88ed141f564e2 2,243 1.00/1.00 vMB 414
499,941 499,941 0000000000000000004fe532b0b6a992443dcbf532bec0b7620d7a457f0b0320 729 1.00/1.00 vMB 141
499,940 499,940 000000000000000000849e9ff81ad6a208ebee10a3ef4c81b6c334a8b9325111 1,325 1.00/1.00 vMB 245
499,939 499,939 0000000000000000002e837f5d42f47a44a06ec92d1120dddf9b8f0641c05287 563 1.00/1.00 vMB 124
499,938 499,938 00000000000000000062be7d6fb8c1abc08f6ef5b21893bd8053760a4ac2d1bb 1,969 1.00/1.00 vMB 298
499,937 499,937 0000000000000000001800f6a67816bb2ca740b422c0fb84c9b1d477628be0ee 545 1.00/1.00 vMB 167
499,936 499,936 00000000000000000074230fb1e0922aa406589d3d5187ea3239e93e21ebe8cd 1,397 1.00/1.00 vMB 207
499,935 499,935 0000000000000000004aa3ab3fd34224b6ca7c7d34a4849c5417cf6a008ba41e 1,891 1.00/1.00 vMB 166
499,934 499,934 0000000000000000000e2ce461555aae0e7570df3c3ddd4286c328b2a7188c78 2,014 1.00/1.00 vMB 334
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.