Loading Tool

Explorer IconExplorer

Memory Pool

31,673 transactions
6.57 vMB
0.02965404 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.39/200 MB

Candidate Block

Mining Attempt 246b69ee76d464aa782e527442b32cc6a8550349636486e2d951060a606c0d89
Version 20000000
Previous Block 00000000000000000001f3404bf84001d0e1a8da9461bef987c092cf8237a7cf
Merkle Root 49184ee44941b9ca8c38646a2c996d3cb5067419cb2836f9d7568f0043f64320
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,020
Size: 0.48 vMB
Total Fees: 0.01274914 BTC
Avg Feerate: 2.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,972 (778,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,858 134,858 0000000000000710b649ee4d3076a9573aff98b05e7cdd47a4071c031365fbd0 0.02 MB 52 546
134,857 134,857 00000000000007a3f2433d4d4cb0cba4e74869e5c8b49dd9a3f30a6536034797 0.01 MB 34 237
134,856 134,856 000000000000078c0fad8beb7875812297d635c1a8bd7c1473a7deb110ecf028 0.00 MB 12 1,662
134,855 134,855 0000000000000384aff747301e812d0340c7712eac149ebd786c356be29ff4a8 0.01 MB 30 526
134,854 134,854 00000000000004ce2bbd614e27562bee344a08d18551973f3a56a52b68db48d5 0.00 MB 13 533
134,853 134,853 000000000000046d9deb4f891767c7b3ca0dbe12ad0c07010ccff07ac86f62b5 0.02 MB 74 2
134,852 134,852 00000000000000e0bbe2a53f7727b0eae712b4c9a7b2d354c4aae20d6e6c28a7 0.01 MB 21 203
134,851 134,851 00000000000006d56ab36a4f4b4fe5b0889f24b47c9ad1fada0686490ca64790 0.01 MB 36 441
134,850 134,850 00000000000000c7f4416914f2320064d63094d83208c43be34b5268a9bac990 0.07 MB 141 467
134,849 134,849 00000000000009096d9dc9cf65600dfe3752e7bc52d515561c6732e38f88932c 0.04 MB 103 517
134,848 134,848 0000000000000a3947ce78ce9c9dee3e4073c24109049467e2530dc655695eb1 0.05 MB 117 604
134,847 134,847 0000000000000854bbf8efff3b1a01cd8d8cf63af4e430ffc4ad3d239797e61f 0.01 MB 11 549
134,846 134,846 000000000000053e9888d04a29287717a0894ad6c1af88040d4157eead8bb83c 0.02 MB 43 623
134,845 134,845 000000000000010b8ebbe09c54c2693e3e329245a2b94c493569c2c8f3379863 0.01 MB 35 505
134,844 134,844 000000000000010a8e81017fd64c7dd4e699a40aff88e753f3a894c9cff35e91 0.04 MB 158 0
134,843 134,843 000000000000039b6bab4b0735d38425cd2d6f3447489d6d0a3c849bea2fc1e9 0.00 MB 11 0
134,842 134,842 00000000000005a9b30f93f3ea11de69d457c6a03559260a9bf931ffc882b0e5 0.00 MB 6 0
134,841 134,841 0000000000000729fab314487748b910ebd2fed9b0044c9603d76e33341352bf 0.02 MB 15 390
134,840 134,840 000000000000081a62ca4c0deac7d7b0f6aa0f3e77c801c803d8ec60e7651b75 0.03 MB 76 187
134,839 134,839 00000000000008befaf42e8b475f7a8e75b607bd03cdd9ed27f92ad0bea84228 0.04 MB 74 442
134,838 134,838 000000000000064d017561e474c18b6bc56b93322d31f0e9b9d865b2626ee6a7 0.07 MB 87 1,017
Previous 10 blocks ↓
Total Size: 778.79 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: 357.37 GB
    • Received: 3.19 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.