Loading Tool

Explorer IconExplorer

Memory Pool

73,976 transactions
28.53 vMB
0.07207990 BTC
Random Selection Loading Transactions
Max Size: 169.10/200 MB

Candidate Block

Mining Attempt 0418465363bd7b97c1ef1a6b8a98a702160185cd2a5bc1188f1ec1d9363504fd
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root ee7f7332888b4baaad52db6b50c9803000d56dc9fa22330c85e6fb170da9cf7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,609
Size: 1.00 vMB
Total Fees: 0.01481674 BTC
Feerates: 250.89 > 1.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (341,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,855 573,855 00000000000000000012138cbe85bb224be4a0b607f3f4cf91ad04b6f6948b63 2,048 1.00/1.00 vMB 21
573,854 573,854 00000000000000000017e237d89b33d83be2e4af34eefe6bf37d270d5076e6df 203 1.00/1.00 vMB 3
573,853 573,853 000000000000000000100cc66407b7ebf9dfb484ccac32c47d703723f7e21231 2,487 1.00/1.00 vMB 4
573,852 573,852 000000000000000000116c8495602285e1b04e92dbc518a05315e6d73c143626 2,989 1.00/1.00 vMB 50
573,851 573,851 00000000000000000007088f003aeb464602232693fb40f93d250fe6ca4e605b 2,376 1.00/1.00 vMB 11
573,850 573,850 0000000000000000000851a21280ae4a58eb3367e6827995e590dc5505910e8b 2,880 1.00/1.00 vMB 44
573,849 573,849 0000000000000000000f3d698a6a0c4d30f4fbfc337aaa19d5b38719548d1afb 1,603 1.00/1.00 vMB 13
573,848 573,848 0000000000000000000a05cd08a57581214836168e65401de0f631b69e3aaa92 393 1.00/1.00 vMB 4
573,847 573,847 0000000000000000001620f4565c4819c28df62851c7147f83873df71f75534b 1,357 1.00/1.00 vMB 6
573,846 573,846 0000000000000000000eb72fe595821eae37141c652b19c19278d2d235c66bc7 3,496 1.00/1.00 vMB 34
573,845 573,845 0000000000000000000e4e4cac0e420c5547fd24411d3f423a84f103ab961406 1,174 1.00/1.00 vMB 11
573,844 573,844 00000000000000000008c67b9ae448b4c2509b7d1c502d0c4e5cc7747fc6ed3e 1,255 1.00/1.00 vMB 14
573,843 573,843 0000000000000000000a414f25b226579e371797c97c10e67235aa85a53c68a1 2,583 1.00/1.00 vMB 20
573,842 573,842 00000000000000000010dac0f9b76ee0da2d4a0bf49b63962eaf1828b36d1aa1 714 1.00/1.00 vMB 8
573,841 573,841 0000000000000000002ad07e028b8a4565f92be52b26ee98b4015d1e184d8204 762 1.00/1.00 vMB 2
573,840 573,840 00000000000000000010e3d2275d97a9a91f48257e4d589f6ca53622d2a439e3 3,133 1.00/1.00 vMB 14
573,839 573,839 000000000000000000215a1b766a91f6cdda5f54e31233af5d2c6a6ae403cf7f 3,006 1.00/1.00 vMB 41
573,838 573,838 0000000000000000000e550fb580a5321c89c5cddbba703944cf83e18f1d7b95 2,570 1.00/1.00 vMB 30
573,837 573,837 0000000000000000001034363a706543a272939798b1d8b0ca6282ab1146ed3e 1,057 1.00/1.00 vMB 12
573,836 573,836 00000000000000000013d1364f6f8c4ff151d565e1b641c5de8a43d5af7274ae 2,378 1.00/1.00 vMB 21
573,835 573,835 00000000000000000028dd279a74fa962626525a5a08b59ac940e5a37b32f6a3 2,349 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.