Loading Tool

Explorer IconExplorer

Memory Pool

80,300 transactions
29.88 vMB
0.09089817 BTC
Random Selection Loading Transactions
Max Size: 182.38/200 MB

Candidate Block

Mining Attempt 0c6b55ef705cc59c12c4082dfacea6dc0446735143337889311a2a2bf28afcd3
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 1409164aac9f7db68b57df6cf4250c12b53a9c0e73294c4a0e5f2d3688237bc7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,609
Size: 1.00 vMB
Total Fees: 0.02452769 BTC
Feerates: 402.60 > 2.46 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (481,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,863 433,863 00000000000000000224e9aa295ef35ba3af0958e4a48117c666a2d13c90b837 1,886 1.00/1.00 vMB 52
433,862 433,862 000000000000000002a75ae1ae4ca789acd88a8d479d7432a8d03f31981b5aa0 1,551 1.00/1.00 vMB 76
433,861 433,861 000000000000000004229b87719fd5f4c129c29d7d2587a24aa0f10b6a5a422f 1,406 0.75/1.00 vMB 71
433,860 433,860 00000000000000000038113bbb2386373b9101c6ae202a514b10035d9772a91d 1,881 1.00/1.00 vMB 66
433,859 433,859 0000000000000000018373223ef306bfe5c285e0f5b2c6ecf380b3ee8325831c 615 0.46/1.00 vMB 28
433,858 433,858 000000000000000003a17429e9cbd04813ccd53f66a41f5b594af95ba6b01788 1,774 0.75/1.00 vMB 69
433,857 433,857 0000000000000000015ba8bcc49ead6e45d883288fb0ea0135853e28a957f1fa 10 0.00/1.00 vMB 399
433,856 433,856 0000000000000000043eca618978ef35aff3dfe63f569450aec915a9dff90130 1,173 0.57/1.00 vMB 60
433,855 433,855 000000000000000001b6bec53c15cc8e95bda00c089b4b1650c0c5eca7e7279c 983 0.53/1.00 vMB 68
433,854 433,854 000000000000000003d5f3a96e4ec38edce75d4b7cb5fb7f5121e35fa6a2f6aa 815 1.00/1.00 vMB 19
433,853 433,853 0000000000000000022af5c6f8805865e2cc55faa56467ccee205e3599a7d742 1,422 1.00/1.00 vMB 29
433,852 433,852 0000000000000000037f95412706de235ae974e111b4c00735768ebb12acaae8 1,306 1.00/1.00 vMB 39
433,851 433,851 00000000000000000064af59804281f7c7d7f1260a9ec6dd61d82e479ff21bd7 2,236 1.00/1.00 vMB 51
433,850 433,850 00000000000000000212937b3d31e605eb915e98fceadddde9e8a5883f180314 1,335 1.00/1.00 vMB 36
433,849 433,849 00000000000000000206929a3b76f014a48a0507b41eef899de407ef8957b95c 1,338 1.00/1.00 vMB 37
433,848 433,848 000000000000000000f1ffd265c1868968090ce10f1054aa29fcff7890aa27e5 831 0.45/1.00 vMB 53
433,847 433,847 00000000000000000356e91eb68b046d7770184c794afb91fef9d1f2086e5ca7 1,930 1.00/1.00 vMB 43
433,846 433,846 000000000000000001e68082463288380eecff770fbfcd72b2935bb6df1bffa9 1,909 1.00/1.00 vMB 57
433,845 433,845 000000000000000001da792e593710590d4551334d1d27fc9c2d1a002771413a 2,579 1.00/1.00 vMB 91
433,844 433,844 000000000000000002cbc6e50eda34d619c4ab1b24a4c85c4a289d241d3b32a3 2,313 1.00/1.00 vMB 75
433,843 433,843 000000000000000003a0871f19dab8142c639ce04a72b3afcab124550c33d2ba 9 0.00/1.00 vMB 261
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.