Loading Tool

Explorer IconExplorer

Memory Pool

77,455 transactions
28.47 vMB
0.09434564 BTC
Random Selection Loading Transactions
Max Size: 173.18/200 MB

Candidate Block

Mining Attempt 7674c3ba37874e7c19da1c13347f74ce2cca5c0b5be67a9fb72b21e67f7c9700
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root b38ab1a177696bd2733a08fe47431c882eb2ae8faeb4181b6cb66f436394eb7d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.03024527 BTC
Feerates: 201.07 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (119,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,144 796,144 00000000000000000003fd43d07c069013d05805e7d692d8f5f6566834b0eb8b 3,827 1.00/1.00 vMB 40
796,143 796,143 00000000000000000000ed7d096270a8eb0b17e63a4de8680b8af96c4a3226d4 2,856 1.00/1.00 vMB 15
796,142 796,142 00000000000000000002429ef2b32f52970430e41bdf66e140898899cd220958 3,371 1.00/1.00 vMB 25
796,141 796,141 000000000000000000020bd1ea5a79bad1af93a6dacdc8520c78b610d5167730 3,467 1.00/1.00 vMB 40
796,140 796,140 00000000000000000005157b0a4c3e1530154aea1368b5fda9ac59726250f742 2,049 1.00/1.00 vMB 19
796,139 796,139 00000000000000000004624673a2e309dd89fb18d068fffc09f582c9029234a5 3,221 1.00/1.00 vMB 36
796,138 796,138 000000000000000000025184a62812db855b7dcdf61e312d4934a1419a0e6b6b 3,599 1.00/1.00 vMB 15
796,137 796,137 00000000000000000004e9338046414b42cf7c6537d740964956bf3b10edf6f8 3,575 1.00/1.00 vMB 31
796,136 796,136 000000000000000000005338b817a2306963918ab80626a62dd4678420fa5b4b 3,153 1.00/1.00 vMB 19
796,135 796,135 000000000000000000019b9994c5b4e12c4d2dcb85f4ab86c011aba4643234aa 1,742 1.00/1.00 vMB 16
796,134 796,134 0000000000000000000227a2a8137b4fb8f18d353a17a33a3d4e01ccae5b1196 2,052 1.00/1.00 vMB 25
796,133 796,133 00000000000000000000729b6523ee4f2a0e80a69d34720843aacf1b055cb70d 3,320 1.00/1.00 vMB 13
796,132 796,132 00000000000000000003171b84acebb2b270ea780ad518f68a749592ab28473f 2,375 1.00/1.00 vMB 25
796,131 796,131 00000000000000000003dae7687c37eeeff0f199f7ecca6a90d7c3d73939b03e 3,261 1.00/1.00 vMB 23
796,130 796,130 000000000000000000026b79b594804be439d35057044dc16063817392da243a 3,558 1.00/1.00 vMB 14
796,129 796,129 00000000000000000001dddb39421a1ae5ab845e801b1148d9b214bfa13cf045 1,723 1.00/1.00 vMB 20
796,128 796,128 00000000000000000001839d1d347539dfc6f0b844f0ebb5d914ec058e01abf1 3,239 1.00/1.00 vMB 37
796,127 796,127 00000000000000000000d75b0bbc7c01af54a8f1f9fe09a82a85820b6c3b0b5c 4,674 1.00/1.00 vMB 12
796,126 796,126 00000000000000000001364db8ebe64ddf49f7d7e2bb9d31bffdfdf2dc3060c0 4,605 1.00/1.00 vMB 17
796,125 796,125 00000000000000000000dadb533a67b6e85fab9633940f721fb3e764527d5e99 5,815 1.00/1.00 vMB 14
796,124 796,124 0000000000000000000492465d2fbaad8bcfabc539240b9a728c52e4859f3c3f 5,158 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.90 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.73 GB
    • Received: 17.45 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.