Loading Tool

Explorer IconExplorer

Memory Pool

67,899 transactions
27.17 vMB
0.10312246 BTC
Random Selection Loading Transactions
Max Size: 160.26/200 MB

Candidate Block

Mining Attempt 15ad3f043cfc5a5e5daa859b072d7952785077d4fb136cd0dbfe18193cbf0093
Version 20000000
Previous Block 00000000000000000000a3b5c3e7768403facb02c72fa54023cbffde6418b27f
Merkle Root 8ce6408767b6d66fe6667c3e764e618041dfb88876c956d8e00f011a8d832013
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 1,745
Size: 1.00 vMB
Total Fees: 0.02598747 BTC
Feerates: 135.71 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,569 (1 blocks away) ⇈
Next 1 block ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,568 917,568 000000000000000000008b0d2f6b80b7d343583154c3143fd91def4d61690a66 1,139 1.00/1.00 vMB 3 ago
917,567 917,567 00000000000000000000d1c7acb6e248c806a3440f39205bd5f5baf3997522b0 421 1.00/1.00 vMB 2 ago
917,566 917,566 00000000000000000000372e332af7fdbeeb10ea9ce6351a0986b0ec5d36083e 423 1.00/1.00 vMB 2 ago
917,565 917,565 00000000000000000001943dfbf3338a7ec905988a4a2de8f64c84f7fc021599 983 1.00/1.00 vMB 2 ago
917,564 917,564 00000000000000000000ef21ca50d4248aadb1a45123f155d4a94765813779ef 1,525 1.00/1.00 vMB 2
917,563 917,563 000000000000000000011a6480b453cd0d6603ea6eb7afd46278093e7f35261e 2,453 1.00/1.00 vMB 4
917,562 917,562 000000000000000000003e2cea3272852a02574067459619c69d2e08aa2309f0 3,789 1.00/1.00 vMB 4
917,561 917,561 000000000000000000003c9b5c0684688119c8a6a8712b9a764efb15de343cc6 3,805 1.00/1.00 vMB 7
917,560 917,560 00000000000000000000e89250a4a3ec7fd3f47b5ca87a4d082e79d0c0a0a196 3,211 1.00/1.00 vMB 6
917,559 917,559 00000000000000000001392560f2c080d27ec2b6ab6d7be85cdc466868c9a3c1 3,488 1.00/1.00 vMB 6
917,558 917,558 00000000000000000000845d3f23e1b0bab41cd64c320478bf908d49a15b76f2 3,777 1.00/1.00 vMB 10
917,557 917,557 00000000000000000000ef55e78e28d16b57ce060f8569a7137e8858c05b3f54 3,145 1.00/1.00 vMB 5
917,556 917,556 0000000000000000000193bb764b9f6ee139f1eff244679fc7c978a7287beea3 2,095 1.00/1.00 vMB 4
917,555 917,555 00000000000000000001aad3fa93bd326b940f5289b0309e805786537d567109 4,203 1.00/1.00 vMB 7
917,554 917,554 00000000000000000001cf5c30dd6a48f7ae8ba41dcafd93895a5d111cad6f27 3,677 1.00/1.00 vMB 11
917,553 917,553 00000000000000000000a3c27f9abc819346c916c4efd1239763e3143fadcca9 3,792 1.00/1.00 vMB 11
917,552 917,552 000000000000000000019ef43272208d91c407d142252afdb8cc2a9cd03805c0 1,110 1.00/1.00 vMB 2
917,551 917,551 000000000000000000015df3ef7693b5e2dbaa6afc1fc782f83031167dcd7d4c 4,305 1.00/1.00 vMB 5
917,550 917,550 0000000000000000000100f6c22788cd505650920ae8d8e3e4ef343959b5a197 3,600 1.00/1.00 vMB 6
917,549 917,549 00000000000000000000fc4456e035c5e544b9efd3864e75235772eb6570fd5f 2,316 0.99/1.00 vMB 3
917,548 917,548 0000000000000000000014189ebac0dd5c1289fa8b2bd75106b6b0e930ac288b 3,463 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 786.80 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: 1,014.79 GB
    • Received: 35.14 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.