Loading Tool

Explorer IconExplorer

Memory Pool

77,338 transactions
28.98 vMB
0.08417847 BTC
Random Selection Loading Transactions
Max Size: 174.87/200 MB

Candidate Block

Mining Attempt 1af54d05fcac6684d198a0da191aab7e6a1b62a45a3e5a7b84174865e7435b50
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root b77f97c2c5dfaf49babace650b1b3558d44c2effbb54c9919f097ba3b65c92b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.02374105 BTC
Feerates: 103.00 > 2.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (433,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,435 481,435 000000000000000000ba66993d2bb63a29ede2b937fa111b4aa6509d45c09762 1,862 1.00/1.00 vMB 253
481,434 481,434 0000000000000000000fbe03b94c53e1aad7ed6f51457ff72d6ffda0e0f548ca 2,403 1.00/1.00 vMB 295
481,433 481,433 0000000000000000011d9846c01baa6ddb00fd9daa228a26745bde4a402b6f90 2,230 1.00/1.00 vMB 323
481,432 481,432 0000000000000000006402b39cefdc0849342fb8c308fa9222fbfe16f44a58d9 2,763 1.00/1.00 vMB 306
481,431 481,431 0000000000000000001ffd66c37454b5e7477f8d61c0de7392ea766e263f211a 2,434 1.00/1.00 vMB 387
481,430 481,430 000000000000000000495a6fc6c2ad97a32769111ba99e2a6efa75e058685fa0 2,296 0.99/1.00 vMB 191
481,429 481,429 000000000000000000ee59d58e0699e3436200264180aab34f36a3d08cb74bc6 2,164 1.00/1.00 vMB 314
481,428 481,428 0000000000000000003022af8c0e7bc42e989185d6cb9ac166cb1ced10711af1 2,178 1.00/1.00 vMB 214
481,427 481,427 000000000000000000363a102c424f8b877cbe32d6ab17ba1857b212ee4ff04a 2,583 1.00/1.00 vMB 214
481,426 481,426 0000000000000000002d1584cd447c85034e0891341c0eac4998186b6ad51fb0 2,022 1.00/1.00 vMB 241
481,425 481,425 000000000000000001136207510427527e8bf5e934c3de0e4ad76a41d663d4a0 2,648 1.00/1.00 vMB 303
481,424 481,424 000000000000000000355c459c4f059221309da260fdaec5673d98e4f0e3cea1 2,431 0.99/1.00 vMB 292
481,423 481,423 0000000000000000000efc717091c8e4db74724053eaa294c01b7a9d1e7657f2 2,537 1.00/1.00 vMB 303
481,422 481,422 00000000000000000072c952f1b919e0adcce79bacb77d51cd89ec4719eb8ff6 2,460 0.99/1.00 vMB 298
481,421 481,421 00000000000000000109643f980e2244c2f9fcb7b1ce2b8825cc073a480bfb25 2,453 1.00/1.00 vMB 322
481,420 481,420 000000000000000000dde7db8ac1799e907810a89c870d6c681228210b6aeb9c 22 0.01/1.00 vMB 738
481,419 481,419 00000000000000000096acdacca74182949ca44ac29fb034e39682db1cde524c 2,431 1.00/1.00 vMB 275
481,418 481,418 000000000000000000df8bad62b10f8ae7091fb731f45527a924601f8799f7e7 1,684 1.00/1.00 vMB 342
481,417 481,417 000000000000000000165fbcc884978ebace830269f21ef3846b8bc310c62d17 516 1.00/1.00 vMB 14
481,416 481,416 00000000000000000127c411e4b4521bf41676f0f129a5657dcf3e7a2566976a 1,676 1.00/1.00 vMB 124
481,415 481,415 000000000000000000e04ec9fd2cd6edfe8f5fd1a5d86513dc8ad696ab945db0 909 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.35 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.