Loading Tool

Explorer IconExplorer

Memory Pool

77,399 transactions
28.71 vMB
0.06696482 BTC
Random Selection Loading Transactions
Max Size: 174.25/200 MB

Candidate Block

Mining Attempt dd5ca845202a544642aefae399e6cd9b992807c83825a5d646789da31851e85f
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root db3a4bad2aa7b0af19330c61b07522758293432251b4e7ac5569453179f72fa3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,521
Size: 1.00 vMB
Total Fees: 0.00725809 BTC
Feerates: 100.53 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (72,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,195 842,195 000000000000000000009a9254fc10b73cb6d7873ddb14b112d1319ad6bdbfaf 4,793 1.00/1.00 vMB 46
842,194 842,194 000000000000000000005536a454513203bc348c4e5f408a8ee78daaeb3f6b71 3,312 1.00/1.00 vMB 67
842,193 842,193 00000000000000000001d96acb5cd07a1ecc81223a57817a66685f22bd3c108e 3,589 1.00/1.00 vMB 138
842,192 842,192 0000000000000000000186d876cdd30e3c127328cc075daf0ccc81c661d6e19d 5,039 1.00/1.00 vMB 44
842,191 842,191 00000000000000000000d1e9323bb828c8d295a9b644759b754fa41b922b5d9e 4,536 1.00/1.00 vMB 72
842,190 842,190 000000000000000000003a7e47a06d681fd622ecc97fd1c3288b5d9951ec4ebc 4,088 1.00/1.00 vMB 44
842,189 842,189 0000000000000000000008c85653b32ae44ceae22edb70b7700382c02da13cda 4,175 1.00/1.00 vMB 73
842,188 842,188 00000000000000000000d2baadd09f9d1dafdc2985cd80b2a0616b706fc57558 4,138 1.00/1.00 vMB 102
842,187 842,187 00000000000000000002be41ebd1a1f0e846c1e94aabcf7b3a5701692a74ff95 5,351 1.00/1.00 vMB 120
842,186 842,186 000000000000000000029ce6fc2f7eaa66ecf61d6a6b3818fe7fbb61caeeab33 4,411 1.00/1.00 vMB 175
842,185 842,185 000000000000000000003bb79e0654139b4dacec562b23fe966e4caca0038d1a 4,348 1.00/1.00 vMB 249
842,184 842,184 00000000000000000000eeafdeba802c5e234ed8f0f7fc6848dddaa457ca167d 5,506 1.00/1.00 vMB 297
842,183 842,183 00000000000000000001130c227aae25f2d2977c261e4831b47784e67a236116 6,388 1.00/1.00 vMB 290
842,182 842,182 0000000000000000000293cf8c466aa5be1c370b06cae5d465c46590ac241ef5 6,683 1.00/1.00 vMB 335
842,181 842,181 00000000000000000000c30e4fcd43e11c593ea6d09b43ac6175ec9b5b30b350 6,790 1.00/1.00 vMB 328
842,180 842,180 000000000000000000011e2b78bb6222b3f961a2b10f430ed1c6f71236d99b91 6,281 1.00/1.00 vMB 305
842,179 842,179 000000000000000000002300e39625a7aa47c62a9e203fc4fb197e93ee63d175 6,043 1.00/1.00 vMB 373
842,178 842,178 00000000000000000002e70653b4e7a183127b8a194e29e0ec62599aee4168f1 5,960 1.00/1.00 vMB 426
842,177 842,177 00000000000000000003016ccf413e25710a5a42c4bc823a08b06a87f1384b80 5,901 1.00/1.00 vMB 487
842,176 842,176 0000000000000000000235f22b29e0a4576e7fbb87bf9af3be9fdcbbe8264da6 5,824 1.00/1.00 vMB 559
842,175 842,175 00000000000000000000e1259b9592acc36862386875a6274f40006a7ea668a0 6,220 1.00/1.00 vMB 490
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.