Loading Tool

Explorer IconExplorer

Memory Pool

74,801 transactions
29.77 vMB
0.09876646 BTC
Random Selection Loading Transactions
Max Size: 172.61/200 MB

Candidate Block

Mining Attempt a3cc224794fcd6a13e108fae3370ec1f1d96541b03754b3d977c90dbff18cd85
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root bc32ef98b68291ba64583e458c07dfb355dbf4e420f86bb4ab24d7b5034c1c52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,815
Size: 1.00 vMB
Total Fees: 0.02814823 BTC
Feerates: 150.36 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (175,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,798 739,798 00000000000000000008ae91c67dcb60a9b35b39b8dfcaabd88daf3774f2a35d 185 0.06/1.00 vMB 16
739,797 739,797 00000000000000000007b6cd488dec31829c39efb8b89fba1c5b4532863b636d 612 0.23/1.00 vMB 10
739,796 739,796 00000000000000000002a33ddacbe05197e9c0ccdf4375123a3f8c703a0fe8bd 152 0.04/1.00 vMB 11
739,795 739,795 00000000000000000004a29f935f818d1e0e651852c64892d5c875fce0d85135 368 0.08/1.00 vMB 13
739,794 739,794 00000000000000000006b93a03677bc448f78281c191bc5512d922ed02718424 1,282 0.97/1.00 vMB 2
739,793 739,793 00000000000000000007ef53f663b04f676272bb8859976dedefde636265ed87 2,332 1.00/1.00 vMB 9
739,792 739,792 00000000000000000000f6c31c198cffce4902b2e45fc76816cae8babb39c78d 1,187 1.00/1.00 vMB 10
739,791 739,791 00000000000000000002afed305cc79fea361f7a9b83b9e0bc3c857456a3b2c0 2,041 1.00/1.00 vMB 18
739,790 739,790 0000000000000000000604f1c398e2975985b4b9a72ff0a45b8bb9c6fcfb3e09 2,017 1.00/1.00 vMB 2
739,789 739,789 000000000000000000026328b3af7478b7c92b4a7247cb3c4723875a2081d9b6 2,591 1.00/1.00 vMB 10
739,788 739,788 00000000000000000000731851efc2e6931207d7dd8cf4c075023cbf6dbd7194 1 0.00/1.00 vMB 0
739,787 739,787 00000000000000000003f782046510593e3c156e943f8a17428603b25010f5ad 2,775 1.00/1.00 vMB 18
739,786 739,786 00000000000000000005bdff2523251a2d7d6c1f9fa9a7619edc4284bf3aed45 2,467 1.00/1.00 vMB 7
739,785 739,785 000000000000000000050e4812a06dfd549326b43bdca4223b68f3e16bf5a000 3,146 1.00/1.00 vMB 11
739,784 739,784 0000000000000000000403039f6e9dff97e75b015f497b40e3c7580ba6a13a0a 3,017 1.00/1.00 vMB 22
739,783 739,783 00000000000000000007600a8f7408c06d4c5718e3c5adaf2aec582307ba6474 2,826 1.00/1.00 vMB 3
739,782 739,782 000000000000000000042c1d200eb75616be52e8ae6af41e2d2cf64f1d3dd7db 1,883 1.00/1.00 vMB 6
739,781 739,781 000000000000000000070f12cd32b62370da5d9a5f4c6a7be1cdc822d7ed8b1d 2,179 1.00/1.00 vMB 9
739,780 739,780 000000000000000000071abf02891c250d5e72f87c223f9d6094024bcd30fd29 2,349 1.00/1.00 vMB 12
739,779 739,779 00000000000000000007fc11008b8798ef2e0fc761f669acdc552b4aa44115f8 2,014 1.00/1.00 vMB 15
739,778 739,778 000000000000000000010bec14dead491a323635fbaffa1f47fa140f0585abea 1,990 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.