Loading Tool

Explorer IconExplorer

Memory Pool

39,060 transactions
27.47 vMB
0.06151912 BTC
Random Selection Loading Transactions
Max Size: 140.42/200 MB

Candidate Block

Mining Attempt 0a0a87436cbc38114fe02828f1d4585314421ed5ea92d53aafe4d671f1f0995a
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 2488aa3362fddd83b46dac6b284322ec2552e409f5d679dc2d0ff2d9170e673c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,797
Size: 1.00 vMB
Total Fees: 0.00936455 BTC
Feerates: 101.49 > 0.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (173,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
740,952 740,952 00000000000000000003bbeb59836ee8753c5841a2b0d5fbd6974a10609229d4 2,052 1.00/1.00 vMB 17
740,951 740,951 00000000000000000006646336fefadfef96cd5d93bfc512e6925c65fdf16251 867 1.00/1.00 vMB 19
740,950 740,950 000000000000000000055850ac6f8b4419f4a220e28469ed86867cf86882d98d 2,345 1.00/1.00 vMB 18
740,949 740,949 000000000000000000022b8317448b22696e7ff690b6b8fdb262baddaeccfc5d 3,342 1.00/1.00 vMB 24
740,948 740,948 0000000000000000000000d3d08a1ebdc54f4aa79d148f8f5b4b1d2445ad2ecb 3,450 1.00/1.00 vMB 23
740,947 740,947 00000000000000000009155847db6c4cc162cbc761189ad96b3cec3a1870462f 3,760 1.00/1.00 vMB 31
740,946 740,946 0000000000000000000456ab6920046daf2d9a583375d3b009db9d9bfd192fef 2,273 1.00/1.00 vMB 24
740,945 740,945 0000000000000000000576f1d3f848064ddc8017c55cde3ca8d010bcc5eb6868 1,438 1.00/1.00 vMB 31
740,944 740,944 0000000000000000000913c0a3a701c0020fc6ab8d3fc7d89b14e6958a30d42d 2,786 1.00/1.00 vMB 44
740,943 740,943 00000000000000000005b2570b949d1722792ffed54d886c35e07227e740fc66 2,222 1.00/1.00 vMB 40
740,942 740,942 00000000000000000006e6bcac9c7b62b91e001d877632c69708b416d6808700 2,523 1.00/1.00 vMB 19
740,941 740,941 0000000000000000000579c9fe490a6b7df4db5a9cb8359d9d1ebe1ab7256100 2,924 1.00/1.00 vMB 25
740,940 740,940 0000000000000000000400486b99f9ad79bdc99fde0a6a72a7ae449f2186fc20 641 0.84/1.00 vMB 3
740,939 740,939 000000000000000000049f671330fbf2357e5194a89e672ca76fd6b5262cf7b0 1,837 1.00/1.00 vMB 12
740,938 740,938 00000000000000000003cde44178fa617aca0ca74c330a8ab7aa3594ea687a60 1,106 1.00/1.00 vMB 2
740,937 740,937 000000000000000000005ed5e256fd04c5b5404b223d51c1c739ac8e3d3238f7 3,273 1.00/1.00 vMB 20
740,936 740,936 000000000000000000023694e514c629eedb059119304b33e2c3a4bc3ef5841a 2,861 1.00/1.00 vMB 22
740,935 740,935 00000000000000000006720ce8dd942cdefd83228257f7c24a78d24b1fe846af 2,947 1.00/1.00 vMB 26
740,934 740,934 00000000000000000000d7b8b6231c8293c27917670422bf2fb9e407ac9b5dfd 1,234 1.00/1.00 vMB 6
740,933 740,933 00000000000000000002e1811d6f8fac7687b63ab4155aef57bd7d3c3ab3cc9e 1 0.00/1.00 vMB 0
740,932 740,932 0000000000000000000902ca8c9def15d2439908149b760e16f1590997b47db1 1,608 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.76 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: 632.49 GB
    • Received: 12.12 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.