Loading Tool

Explorer IconExplorer

Memory Pool

20,129 transactions
3.92 vMB
0.01930142 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 31.13/200 MB

Candidate Block

Mining Attempt db8533cc3e32f3c18a568b431a08454d54b51fcb6ddc63a26cfe080fce532280
Version 20000000
Previous Block 000000000000000000022b5e999fdf4c33dca9b215f8a4112c9b600eb82e264a
Merkle Root a66b621b8e3840c2198275b12ed124741bb428da9df89c924b1ef7fcec8b17bc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,860
Size: 0.40 vMB
Total Fees: 0.01013344 BTC
Avg Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,887 (769,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,861 143,861 00000000000004ecb222cd85464bb6773f31244ff2ccb9fafc9976d5e8d50c06 0.01 MB 14 40
143,860 143,860 00000000000000122dc02cf2e67cf146e88bd9ef8c6b89c410a8e13fd2a17596 0.01 MB 23 207
143,859 143,859 0000000000000473f96bee2fb86ce4c7cd1293de03ac85c513eb1317ca442693 0.02 MB 61 223
143,858 143,858 0000000000000964fdc816f3d8bf3b45cc99be82bf788c2fe154b9e057353b6a 0.01 MB 24 39
143,857 143,857 000000000000092104ea6d180fdefd16cc51f5fcc082521c660a81bee28763d7 0.01 MB 33 109
143,856 143,856 0000000000000720d063db57758c26b0a098b7d4c78621b2677de15909bd2c7c 0.03 MB 42 75
143,855 143,855 000000000000012374e81ee2699afff594d1808a85e0d9c3469092d5dd602696 0.00 MB 3 79
143,854 143,854 00000000000007f383a251e421a6e4b283513b5a28332bb0ccfb64173ae52610 0.01 MB 26 12
143,853 143,853 000000000000004ee4d141dcfec43395ea02c74c11fec3bb76d3beab664301e3 0.01 MB 15 51
143,852 143,852 0000000000000087bd7448226e324d30378d01b5665d88ce02425d4af8becec7 0.02 MB 41 310
143,851 143,851 00000000000003df12f38098ddb70fc960081e7ab3d1ce6db484f9898247ffa0 0.03 MB 77 73
143,850 143,850 00000000000008efbdef68e8c91f30071b0334b93778e9187fb69bb0a8dbf288 0.01 MB 21 8
143,849 143,849 00000000000008dbd480144994e8796ff91107742234d70814b9ff69656770c3 0.02 MB 43 154
143,848 143,848 00000000000005b86559e129803d7b010f456d432fbe4ea4f7d7be7dadf6265c 0.02 MB 38 199
143,847 143,847 00000000000004a72e076e7a902afb9ac70fe9bbe17986d7501f935fc79db322 0.02 MB 60 55
143,846 143,846 00000000000002289396006ac06a1294ada73d73d8bedefc5daa3c58e29a69c6 0.01 MB 18 74
143,845 143,845 000000000000072e4447fdece141ed31ee18e16ba8bfed4604e02be9bc87e581 0.02 MB 40 235
143,844 143,844 0000000000000872aa2ea57abc4d21dda56e8742d9dc3f7d2cf1e0ef55f95776 0.02 MB 45 79
143,843 143,843 00000000000006cdaef8bd471811bfef32347a755ed304c88e3955caf3f4635e 0.01 MB 27 102
143,842 143,842 000000000000056058fec11d955fc30d642626ef370dd34f9ed8673bf453a607 0.03 MB 76 149
143,841 143,841 00000000000003558a3638e7c8fdb4dd8713d4db3ae2358fa52c59548340118e 0.01 MB 42 99
Previous 10 blocks ↓
Total Size: 778.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 267.91 GB
    • Received: 2.45 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.