Loading Tool

Explorer IconExplorer

Memory Pool

52,386 transactions
29.41 vMB
0.09164719 BTC
Random Selection Loading Transactions
Max Size: 157.67/200 MB

Candidate Block

Mining Attempt c2c0f594061b13500d867fba373d000388c8a9197fbabf23a6becc67349e9efd
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 1a28fcd5cbe9366fa1a0b68f30d542dc3a59d7921e5dc8491b123e8c75c45d31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,152
Size: 1.00 vMB
Total Fees: 0.02264887 BTC
Feerates: 100.53 > 2.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (351,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,613 563,613 000000000000000000200479f2b06274d1609e2b63073d3385b630bd3478a6f3 2,573 1.00/1.00 vMB 21
563,612 563,612 00000000000000000005c4c34a98538abba9834ff2a3b67414d27ee51afa5e7a 2,768 1.00/1.00 vMB 29
563,611 563,611 00000000000000000010f1ef59f6d383503cd1f527dcca1b0c80cacc3a1a6dbb 2,613 1.00/1.00 vMB 30
563,610 563,610 000000000000000000216b5c2ae196cb9a08d217b73a99b6ddc825cf1ad32185 2,379 1.00/1.00 vMB 22
563,609 563,609 0000000000000000002445ef467b0a3b1112b583da2fefabacacb1def1d18a7d 1,520 1.00/1.00 vMB 26
563,608 563,608 0000000000000000000f244468059f937c96ce660b57429d8d02b667c3208568 2,721 1.00/1.00 vMB 49
563,607 563,607 0000000000000000000c32b20825b86451fbdd051d8d68c72f14f4805ddf841e 2,878 1.00/1.00 vMB 47
563,606 563,606 00000000000000000001de0e284addf58eb98f06aa21c4e34a7f286bcd342c63 3,047 1.00/1.00 vMB 42
563,605 563,605 0000000000000000000cc71ac58ecd36aac6d2bfe982bd618ecc81f9d429c446 2,789 1.00/1.00 vMB 42
563,604 563,604 0000000000000000000d5adb45df9e877925ccf891b5fa8d43336e95bc782fe1 3,267 1.00/1.00 vMB 64
563,603 563,603 0000000000000000001c79fb23701d02e4a21d4e6e8d5b8fb34e4fb5c7bf8258 1 0.00/1.00 vMB 0
563,602 563,602 0000000000000000001f24c13d10abd4c259a215b8d7330730891acc9365eb4c 2,187 1.00/1.00 vMB 30
563,601 563,601 000000000000000000156fb9df8ae4002559334e927b2e6d5e6c3d33084c2a27 1,185 1.00/1.00 vMB 63
563,600 563,600 00000000000000000011e81ad99b40db7075781cd4f2cfc51017fdfb95ed7b67 1,475 1.00/1.00 vMB 101
563,599 563,599 0000000000000000000dbf5eedfcae923ef2d4461751e0aa7b3fadc769d9ebec 141 0.08/1.00 vMB 30
563,598 563,598 00000000000000000007f78fd2da430c8d81bbdd7e15309acc151b1ac48d6c94 2,699 0.85/1.00 vMB 15
563,597 563,597 0000000000000000002cf79cf36760b15794bfc3ea0f6a509688a3b4685821e1 2,303 0.88/1.00 vMB 17
563,596 563,596 00000000000000000021fe3d045d9cf69e7267014dbe0113fae3bd9437cbd675 1,521 0.48/1.00 vMB 7
563,595 563,595 00000000000000000021c522ddbe4956f87e92a0d1c34c5bfc689acfb06b2985 2,894 1.00/1.00 vMB 19
563,594 563,594 0000000000000000002a9541ae2956dfc6dc6e2dad4e8796720a6d6db4c2c1ae 2,545 1.00/1.00 vMB 6
563,593 563,593 00000000000000000025056194c87f8bc7be2d1d31aca426ab0de98e575b5436 2,835 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.89 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: 645.14 GB
    • Received: 12.68 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.