Loading Tool

Explorer IconExplorer

Memory Pool

82,280 transactions
30.34 vMB
0.08226871 BTC
Random Selection Loading Transactions
Max Size: 186.00/200 MB

Candidate Block

Mining Attempt d28df761f8d07dd7bf8dcdea0408fc5195dbf0dc439064646be983cbbde3e369
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 369c6666e8963ae75813eba24fcb55d91490a7af19ca7224ff2298fda020e23a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,852
Size: 1.00 vMB
Total Fees: 0.01466309 BTC
Feerates: 60.16 > 1.47 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (72,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,792 842,792 000000000000000000014e3f5f138e7f17b6ab9e9bf8e3df42e34dda4f8ce47f 3,409 1.00/1.00 vMB 16
842,791 842,791 00000000000000000000713abc68b3b7a88a30d654e7c574caa1211fcb1f1e51 3,509 1.00/1.00 vMB 23
842,790 842,790 00000000000000000000e8c12db06d0a776dc72d578d1720dc3d5eb1250b20be 3,581 1.00/1.00 vMB 24
842,789 842,789 00000000000000000002ca7b58f39359f459366683b0cb62a9fd90378ff4f552 3,413 1.00/1.00 vMB 28
842,788 842,788 000000000000000000026c7941707023503f0409c2b1bb70c7b134e29bfcc8bb 3,257 1.00/1.00 vMB 20
842,787 842,787 00000000000000000001033b100b78f4d4ed803e0df3c08cb1df60149b58945f 3,110 1.00/1.00 vMB 33
842,786 842,786 000000000000000000009b7157b04f50446f90eb0635cb195b6a85ca8f4cb92b 3,823 1.00/1.00 vMB 20
842,785 842,785 00000000000000000000395da802a70562e3984f9f3d8b14f9d4baeabe2d03fc 3,120 1.00/1.00 vMB 41
842,784 842,784 0000000000000000000072ee6e2093f5e1e9bbf2d74bcbc34bebdb55177c22f4 3,220 1.00/1.00 vMB 21
842,783 842,783 00000000000000000002d9541b97e8b131ba0110e638d5cd9e86517fdaed0182 6,892 1.00/1.00 vMB 13
842,782 842,782 0000000000000000000353be5f65e23065f7d5cb8d6c6ff29bca18b6acccfc0b 4,532 1.00/1.00 vMB 17
842,781 842,781 000000000000000000014f98a48bb7f5e89b843edd080b21c4d6e2d0393de10d 2,882 1.00/1.00 vMB 19
842,780 842,780 00000000000000000002ccd27c483df90f4ff77933784d37f4ab03cea8d1aaf7 6,420 1.00/1.00 vMB 13
842,779 842,779 00000000000000000001fa565cbcfb5abe756182ab2468a5c32ae24f225b9967 3,969 1.00/1.00 vMB 19
842,778 842,778 00000000000000000001ab28b9b882835abc1bc89596d2d1c2f80ca0c30d1419 5,390 1.00/1.00 vMB 14
842,777 842,777 0000000000000000000043ea5090c54c98cee50d4b99c04ace080724c2770238 3,955 1.00/1.00 vMB 17
842,776 842,776 000000000000000000017f7449317643faa26d65c6222daf449d0fca1052213f 4,202 1.00/1.00 vMB 15
842,775 842,775 000000000000000000029622d495f22f93ff8d68e9fe8cdf60851f0ac90b35aa 2,951 1.00/1.00 vMB 20
842,774 842,774 000000000000000000004711095e38c942bc2a6a668a742f35e80835b8685cf2 3,306 1.00/1.00 vMB 23
842,773 842,773 000000000000000000016bff2b0d1407e195f648f6e11f32c60b5a470532ae1f 2,510 1.00/1.00 vMB 17
842,772 842,772 00000000000000000001a5489ec7991505f5955063dcf9fc6379c9fc0818ea65 3,010 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.