Loading Tool

Explorer IconExplorer

Memory Pool

41,668 transactions
26.04 vMB
0.05341867 BTC
Random Selection Loading Transactions
Max Size: 136.39/200 MB

Candidate Block

Mining Attempt 957a0e95ba644b542c5d84ad12c80c930214955a5742899acf6e2101a41025c7
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 5b2406982157d763003a8b51cc8bdf31aa18e7d67cc1c6cd203993d1ea38677d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,869
Size: 1.00 vMB
Total Fees: 0.00608139 BTC
Feerates: 61.00 > 0.61 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (78,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,854 835,854 000000000000000000003265c3c9cfad64c71d86f3670130a994581c6817af5c 1,557 1.00/1.00 vMB 15
835,853 835,853 00000000000000000002e34a68996dbbd73e58eff4a46a72db34a921aad4dca1 3,787 1.00/1.00 vMB 24
835,852 835,852 00000000000000000001c6e716347c8a471a5a861c65ec830888dc4e946cfb47 3,125 1.00/1.00 vMB 17
835,851 835,851 00000000000000000002ee7a6887ced9f83de4f53e82f0f31dbf0dea3a614ad0 4,274 1.00/1.00 vMB 26
835,850 835,850 0000000000000000000182f12bd6fd7540f41052f35fe0f2c72ef0a74702e3bb 3,809 1.00/1.00 vMB 29
835,849 835,849 0000000000000000000222b76833a7516db3753402906f01b193b07c1960578f 3,196 1.00/1.00 vMB 39
835,848 835,848 00000000000000000000524a67e6ababbdfb5fe5ac1d46f8bb101bee4d669374 1,670 1.00/1.00 vMB 16
835,847 835,847 00000000000000000000d0ccce2e7b5281847470075abe11dc212fd01be49e26 2,883 1.00/1.00 vMB 20
835,846 835,846 000000000000000000011f5c2d699918e7708936e5e59481806ded4fe43553c4 3,156 1.00/1.00 vMB 30
835,845 835,845 00000000000000000002d3eff9363bca80ba67d8aabf80bc8c7c1a39df7016f4 1,793 1.00/1.00 vMB 16
835,844 835,844 0000000000000000000314bd6f3ffc1281b0258b20444a9627b22ddaebe90112 2,625 1.00/1.00 vMB 22
835,843 835,843 000000000000000000000d5a1ac4ae20ad08e5cf2fed0d479f41b02f3dce3b5d 3,153 1.00/1.00 vMB 30
835,842 835,842 00000000000000000001df92af1b9cc0d27a3cd97eb9d298eb5673b26787cab8 3,389 1.00/1.00 vMB 39
835,841 835,841 00000000000000000001919c5798f58cae53585debe3f2836c37ac53a7f7ec7a 2,247 1.00/1.00 vMB 23
835,840 835,840 000000000000000000026312a83883a90a2d25ac0d624072eb653b5a1325ff30 593 1.00/1.00 vMB 12
835,839 835,839 0000000000000000000154b9a7ee937e23e9d4aba1bf0a5561d3f10d67477678 2,021 1.00/1.00 vMB 19
835,838 835,838 000000000000000000028cbfbd8f2b36acf417464382f4ad276e8be3f513307f 3,079 1.00/1.00 vMB 20
835,837 835,837 000000000000000000033a891c27962883a54fd292248c970b88d4c4e6e3e8c5 3,811 1.00/1.00 vMB 29
835,836 835,836 00000000000000000002c2e6f0ce369905ebcdb4625b477da9f90f165cf78ef3 1,853 1.00/1.00 vMB 41
835,835 835,835 00000000000000000001fe3d6c1b105194c80993022da96ea6820c254a5ac2ca 2,898 1.00/1.00 vMB 24
835,834 835,834 000000000000000000032eb2eb851c7f4ebf3b5d9d5eb884090df405410dc679 602 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.91 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: 645.61 GB
    • Received: 12.74 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.