Loading Tool

Explorer IconExplorer

Memory Pool

82,795 transactions
30.85 vMB
0.08789443 BTC
Random Selection Loading Transactions
Max Size: 186.00/200 MB

Candidate Block

Mining Attempt 18eb4f9c48186b50477481185e05f8b2b1640a0cf3aaf5a06d981ffc6281f9a3
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 6244a6eb999efe50696b148e9daf0eb27797096b46f3beae45c1905262779c3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,358
Size: 1.00 vMB
Total Fees: 0.02139473 BTC
Feerates: 100.80 > 2.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (195,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
719,797 719,797 0000000000000000000563f9df5ca96a399907af5ab331f09c1d086fa53cce36 2,444 1.00/1.00 vMB 4
719,796 719,796 000000000000000000020ecd9992b4fcacdf245ea723099d40bc7e3687d850eb 1,090 1.00/1.00 vMB 5
719,795 719,795 000000000000000000079f408a52f58b1a49d05183f50bf1f4502c0cc814f3aa 3,088 1.00/1.00 vMB 12
719,794 719,794 00000000000000000005a4fbe261225a4891cef5b300023b76906dbd6ebc3aa0 2,456 1.00/1.00 vMB 11
719,793 719,793 0000000000000000000041264bec5c59ee5a32fb7aac54b7acd9b07800316bb5 1,689 1.00/1.00 vMB 11
719,792 719,792 000000000000000000062dc679aaad81a8201773773479b66db525a788c722b0 1,537 1.00/1.00 vMB 12
719,791 719,791 00000000000000000008700b5c00bd18e69c5fb087593624f9b7d913a5e9d85f 2,086 1.00/1.00 vMB 6
719,790 719,790 00000000000000000004e4f992714aa04d05ccada3c74745d1f11dd6c834cb0f 2,962 1.00/1.00 vMB 8
719,789 719,789 000000000000000000077491d0e2025f538ed0cd4723f3622e9e075fbe9442e3 3,105 1.00/1.00 vMB 13
719,788 719,788 00000000000000000003fbd7d8782d4389a28cd6720497c393872cf736833aa1 2,990 1.00/1.00 vMB 22
719,787 719,787 0000000000000000000064c0754d95fa444f9bf54ec4c38eeb5eae2e6a3b1819 2,995 1.00/1.00 vMB 13
719,786 719,786 0000000000000000000335262730995b99ce9c9c7028b1aad83992d2548762ac 2,402 1.00/1.00 vMB 11
719,785 719,785 00000000000000000001001f1df5bf86f818e362c3833dcb4ecc34ed63d6945d 1,637 1.00/1.00 vMB 4
719,784 719,784 00000000000000000009b947f8889114fbf15ac4439a7b6784ba6005b93f37f0 2,095 1.00/1.00 vMB 6
719,783 719,783 00000000000000000009e1d60c79c9305bcf2e97c749a35698246a8f145be973 2,867 1.00/1.00 vMB 13
719,782 719,782 0000000000000000000035a868f612317ba3d977bfa1ab0b05f2f769ddeda74c 2,614 1.00/1.00 vMB 13
719,781 719,781 00000000000000000002034381ca6a31f2f97fe39de4298f0be0192cd106e262 2,316 1.00/1.00 vMB 7
719,780 719,780 0000000000000000000880c45ca691f6999572545ea4e47c6dfe9fce3d7a58fb 2,547 1.00/1.00 vMB 18
719,779 719,779 00000000000000000009ac3ebf418f1b47022484457132ab1e71f12017a57d77 1,825 1.00/1.00 vMB 10
719,778 719,778 00000000000000000004a0dc1543e3c190c0b379cf420d481c1b38ff4701799f 1,368 1.00/1.00 vMB 3
719,777 719,777 000000000000000000066b3f2933d89910f4460c13b8deadebd65acaaa582b23 834 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.35 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: 661.79 GB
    • Received: 14.83 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.