Loading Tool

Explorer IconExplorer

Memory Pool

80,720 transactions
30.60 vMB
0.09440071 BTC
Random Selection Loading Transactions
Max Size: 186.00/200 MB

Candidate Block

Mining Attempt 6e027f76d8ac7ef5b1100e16f51deed881e81c2cfa994e1e76e7bd9db6719b9e
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root f3ab73590d64168adf8973837c1d21f56feaa92bc1819a85d5739b4eb44a946c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,625
Size: 1.00 vMB
Total Fees: 0.02392515 BTC
Feerates: 301.59 > 2.40 > 0.91 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (18,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,016 897,016 0000000000000000000025fc5435625a313de673e6349195c904055875994d46 2,680 1.00/1.00 vMB 8
897,015 897,015 0000000000000000000195d3b4621c54e538bd3d1c9e483076b3ad26b3bd29c2 3,821 1.00/1.00 vMB 20
897,014 897,014 00000000000000000001b7ca19ac3cc57cbd88563f19c02379177ae62433ecba 3,365 1.00/1.00 vMB 8
897,013 897,013 00000000000000000001a3e401c59e861891581005b01dbff344bb32e3c50b45 3,553 1.00/1.00 vMB 4
897,012 897,012 0000000000000000000046e81b5873b512b7be05b9360fdae5038c0645c3b033 1,642 1.00/1.00 vMB 5
897,011 897,011 000000000000000000018f1992844a865152f8b4aa0693a86e90eb10e3692c0e 3,294 1.00/1.00 vMB 9
897,010 897,010 00000000000000000000aa4475d1a68a5bb1030f30a46f9ab8e5f6c7f8d42019 3,819 1.00/1.00 vMB 15
897,009 897,009 00000000000000000001b2c2dd11ee0d4312e2594a4ff46ecae4fa3c95baec85 2,788 1.00/1.00 vMB 6
897,008 897,008 000000000000000000018b30a2fcc117c7ccab5a3a3f1c37a2b8d6b559c89897 3,834 1.00/1.00 vMB 15
897,007 897,007 00000000000000000001203e160acf457f8e1bfcab2180ba8de918e41f23522a 3,340 1.00/1.00 vMB 17
897,006 897,006 0000000000000000000241dd4f7df3ca30039ea3f66b049551fb6afadafb3ba1 3,844 1.00/1.00 vMB 32
897,005 897,005 000000000000000000016b6882fb3f9e9acc5b71cfd040c4c0b8223718053b4a 3,839 1.00/1.00 vMB 10
897,004 897,004 000000000000000000001591acfbe580843e0085f988ed0603ed799404d8ebee 3,597 1.00/1.00 vMB 17
897,003 897,003 00000000000000000001d0ae65815f7810f9d5ef94661e2f22866fd70fcf7d97 3,720 1.00/1.00 vMB 14
897,002 897,002 00000000000000000000aa525233832b8fcf408b8de79677c994b3a014686134 4,016 1.00/1.00 vMB 18
897,001 897,001 000000000000000000023ea51aa77c694a2226c7f07c4a41ea0de6e37c7b5a84 3,816 1.00/1.00 vMB 26
897,000 897,000 00000000000000000000b9be2b2153093d6137d2017cfe697a59f3fae9d9186f 4,240 1.00/1.00 vMB 36
896,999 896,999 00000000000000000001d68cd2ebdac562318d13da70cb131a24c8fc3f6ded02 3,422 1.00/1.00 vMB 21
896,998 896,998 0000000000000000000107beecfec3c353a315b1f0cbf54e6222f33dd51f7063 3,872 1.00/1.00 vMB 29
896,997 896,997 000000000000000000024cf367937867692598e8e7f0083e096ab81e14a2dc6e 3,643 1.00/1.00 vMB 27
896,996 896,996 000000000000000000021ba0c632f6e4e73a6bba1161df4c6469680b693cb0e0 4,401 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.07 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: 720.95 GB
    • Received: 18.33 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.