Loading Tool

Explorer IconExplorer

Memory Pool

36,380 transactions
25.78 vMB
0.07586028 BTC
Random Selection Loading Transactions
Max Size: 132.74/200 MB

Candidate Block

Mining Attempt 70a23f6565b0a57ea297bc1f44b3fcf01e1d1ff0425a22ad780af4cd5ace6e49
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 8f25dccc67d8f825471fac61740227c2eb880943da9c8319dce70bd65f29915a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,371
Size: 1.00 vMB
Total Fees: 0.02894953 BTC
Feerates: 101.64 > 2.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (303,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,894 611,894 00000000000000000004d7bb7d8e7943a81fdda4fbd65bf295bf3da1bb0d2bd4 1,397 1.00/1.00 vMB 26
611,893 611,893 0000000000000000000416936c0337ea19b599e3716c9e530ff74c7abf66ed46 1,537 1.00/1.00 vMB 21
611,892 611,892 00000000000000000009af175df0edc185d628c798bc0cdf51b9950ac3cb5f72 2,751 1.00/1.00 vMB 27
611,891 611,891 000000000000000000109791211102001ec4e7ea1140a71496a9ccc3da36c9df 2,404 1.00/1.00 vMB 19
611,890 611,890 00000000000000000006d376fa75808711287ff22f4edff45324fbcff8736437 3,211 1.00/1.00 vMB 29
611,889 611,889 00000000000000000000b2952164a2de9b6f78dbe87b7d96a964623e799499cf 1 0.00/1.00 vMB 0
611,888 611,888 0000000000000000000c62320e72d247f9dbdaec38dc9c786683b4248cc75213 1,875 1.00/1.00 vMB 14
611,887 611,887 000000000000000000127ee8ef49ab47e7f43118f1f608c41ebf80ecc1bfad21 3,233 1.00/1.00 vMB 20
611,886 611,886 0000000000000000000647ac9b69e2866cd18d792c67b39c56542ef6c09f8f72 2,811 1.00/1.00 vMB 16
611,885 611,885 000000000000000000073e4969de50dce5f5d2469a8cd27c3128b42ee5a42f47 1,700 1.00/1.00 vMB 39
611,884 611,884 0000000000000000000d1d20f6c10762d220ea5194d1636ad5797681fb73f282 2,671 1.00/1.00 vMB 49
611,883 611,883 0000000000000000001124bdcb5adff42aa96bbb8e93d80da8f8b6e6107e35fa 2,861 1.00/1.00 vMB 16
611,882 611,882 0000000000000000000c7f62249aaf4c3a1254e51215ce540bd87fd4d072c321 1,876 1.00/1.00 vMB 35
611,881 611,881 00000000000000000004fb94efc7a1e0d9661e5b3c581fb6adcaca1673d7bf4e 1,678 0.63/1.00 vMB 4
611,880 611,880 0000000000000000000e5799005be906f3356287b845eeb291af17e2f4d9e4e5 2,420 1.00/1.00 vMB 7
611,879 611,879 0000000000000000000290aa82ab9f56260283d71dd13319258a2105f7819976 3,073 1.00/1.00 vMB 32
611,878 611,878 00000000000000000007d47c861002c3cf069a96cbb003be9d828a9ac4234fc5 2,955 1.00/1.00 vMB 13
611,877 611,877 000000000000000000107a447b00e664a9c0c3bee1695a1b288a780a11b6c385 2,884 1.00/1.00 vMB 17
611,876 611,876 00000000000000000011092e558e13477249e26501104fe3ae8d2ea2c1cc4d68 2,172 1.00/1.00 vMB 11
611,875 611,875 0000000000000000000c7788c91d06c63c475ec3f0bd6762dea5bfb50d8b7cc6 2,758 1.00/1.00 vMB 13
611,874 611,874 0000000000000000001071187cb366d644af6144b7f6c8a64009495e2cd22f5c 2,852 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.22 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: 654.52 GB
    • Received: 14.14 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.