Loading Tool

Explorer IconExplorer

Memory Pool

79,601 transactions
29.91 vMB
0.09927044 BTC
Random Selection Loading Transactions
Max Size: 180.60/200 MB

Candidate Block

Mining Attempt aee4cc236812d1b93627a45c6b8d5c35c0b440893bfc33f9074fcaac2cd71544
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root bd52ef0e15f0b203ecd4328863dd176eb98725df431d5cd3b5affb6565ab0665
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,772
Size: 1.00 vMB
Total Fees: 0.03117287 BTC
Feerates: 120.36 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (543,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
371,416 371,416 00000000000000001003d830be695e44c9232a144d33cf68b63b9251aaad7a7a 400 0.45/1.00 vMB 18
371,415 371,415 00000000000000001264e5ab27e4a7b8da11582b9e3ffcd8c0f93504f60d4208 1,614 0.93/1.00 vMB 36
371,414 371,414 00000000000000000b25b0f6924b77848abde9e0862257b9ee234bc4d395ee98 958 0.54/1.00 vMB 37
371,413 371,413 0000000000000000073eb0b5dda0f48ecc184fac688cdcabfbaafa0d324aa9bd 63 0.03/1.00 vMB 38
371,412 371,412 00000000000000000b7e87e01eafc70a0c254437d0c9165df3200c2775e977e2 298 0.19/1.00 vMB 35
371,411 371,411 000000000000000007cfe4d5fe3375f5dfe95de2acab8d4ded0ace6f772c1455 431 0.30/1.00 vMB 32
371,410 371,410 0000000000000000091d9a8d4858c52f20b5d213007bffd4251988c63db27fbb 1,167 0.69/1.00 vMB 32
371,409 371,409 00000000000000000c7b2a1c2253f5a8ae37f764bad85432a304c43dd9aeb9d3 2 0.00/1.00 vMB 0
371,408 371,408 000000000000000013eef8a9a658cb7ab7d3b0758c22319e81b401fc8e2db530 113 0.08/1.00 vMB 35
371,407 371,407 000000000000000002e7eb4c8b8815c7eb48a1d09bf9035074375bd0a5ab8bc9 1,395 0.81/1.00 vMB 40
371,406 371,406 00000000000000000823150e46201efa0e71411c4cb003f00918f47b3872fc19 355 0.16/1.00 vMB 35
371,405 371,405 0000000000000000014591cb0ea9f7f3a2ae5e76eabcecb03eb2ead51765c5f7 585 0.42/1.00 vMB 46
371,404 371,404 0000000000000000141b8b0d2e85fe9884023bff46a906bc207b1119428a04e8 761 0.41/1.00 vMB 46
371,403 371,403 00000000000000000361fe1d2e61706158b5c1524c5827e24c2f6146676843c9 397 0.18/1.00 vMB 38
371,402 371,402 0000000000000000019c6744bedd969df00ac889787f24ce0ef3d7615ddc1e95 841 0.38/1.00 vMB 28
371,401 371,401 0000000000000000085312e0b8e85d58d92b747457b8db8a8e9763e318a9037f 79 0.07/1.00 vMB 8
371,400 371,400 000000000000000002c6b1e80a6aeaaf64761fef3b77225818acd01033bf8e68 408 0.23/1.00 vMB 35
371,399 371,399 0000000000000000068ebd65ce29196d2ad858d0f38b366f011902d0778c31b1 1,653 1.00/1.00 vMB 35
371,398 371,398 000000000000000009950e43c2819d3041fdc1b04fec4d80a6acf710a6c6f8af 149 0.11/1.00 vMB 25
371,397 371,397 00000000000000000efdef0bbf4de46161914ecee40d809cc343c617539fb3c4 132 0.09/1.00 vMB 22
371,396 371,396 000000000000000005c1b51ee629d909faed847b122f09c55e2a4a1c3e15acc8 576 0.35/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.