Loading Tool

Explorer IconExplorer

Memory Pool

82,272 transactions
31.10 vMB
0.10146074 BTC
Random Selection Loading Transactions
Max Size: 188.91/200 MB

Candidate Block

Mining Attempt 413e528b466fdbe8d286df643399de01342e46da80c6c2f686fa6b8f742acb98
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root c2e57abfd666065ab8fed1ed61cb8dafa32c5dac105a2788507f493225520245
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,100
Size: 1.00 vMB
Total Fees: 0.03040747 BTC
Feerates: 318.30 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (553,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,957 361,957 0000000000000000021c7874202919cf154365f88dd502c04c830bb5f206e940 740 0.28/1.00 vMB 27
361,956 361,956 00000000000000000d3ae043cd1eb328975524839c3bd8bcc304f40fb6086073 149 0.14/1.00 vMB 17
361,955 361,955 000000000000000005c3d6041355dcbea040c0e39d7e74600e74815c666fa574 565 0.29/1.00 vMB 27
361,954 361,954 000000000000000008ebee42e1759d045d662e3b948b9c1bb8df880a30cc7607 852 0.46/1.00 vMB 17
361,953 361,953 0000000000000000058b235f214ba587428e9670407b8aa35ebc63f56275f445 696 0.41/1.00 vMB 23
361,952 361,952 000000000000000014d2035e883a41a90837e2af6d29fc2f7689f4a2a118bf33 1,510 0.75/1.00 vMB 28
361,951 361,951 000000000000000000898b6112d73fc004c33466524ab84f48239998a04ac8fd 1,576 0.75/1.00 vMB 26
361,950 361,950 00000000000000000369f67331f8971fdad83ba5031d3579251246b182b11db2 509 0.20/1.00 vMB 24
361,949 361,949 000000000000000001cdc14c5954828abc5945f62ad017f4a8c55718697b8bc7 314 0.25/1.00 vMB 13
361,948 361,948 0000000000000000040edbca8c620150e1c41665f4cc265b18fe6623dd7d933c 1,826 0.88/1.00 vMB 31
361,947 361,947 0000000000000000058c0fe6358420df02a2f84022e2d68ef0f5c4748e646c18 731 0.32/1.00 vMB 26
361,946 361,946 00000000000000000e767c8f9949a59560d608486502099e6a362371e01a1eb7 796 0.57/1.00 vMB 26
361,945 361,945 0000000000000000127f8952580c61cb145e6dfbd94da76a3ddc4aae468896a1 470 0.23/1.00 vMB 27
361,944 361,944 00000000000000000b2dcc5aae1065cc1e62e8a0344e7a537994365e62e4cf4e 241 0.20/1.00 vMB 25
361,943 361,943 000000000000000014b721db0cffce01aaae39a26a84628ff60fbd880dc40ea1 759 0.36/1.00 vMB 29
361,942 361,942 000000000000000011fbb116a7df779cca5c4a748591a100d8433ee4bfc186af 310 0.19/1.00 vMB 23
361,941 361,941 0000000000000000157b5af1fdc0e9fddf41af16a7981aa6d7add8dc55933600 696 0.33/1.00 vMB 29
361,940 361,940 0000000000000000032e4712bfab88eaf047e386069e91dab3c98a538a9c1a35 2 0.00/1.00 vMB 0
361,939 361,939 000000000000000014aec65812d826ef0a47afcca90a867fd237f17f5d8837c4 800 0.62/1.00 vMB 20
361,938 361,938 000000000000000014317e93260ad76866fd4f7683a1e805e773b0f2cf600979 1,780 0.75/1.00 vMB 34
361,937 361,937 0000000000000000101bc7cc2a228ed57bbf1b890ffb0094eb8da62ec50109f7 213 0.13/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.00 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: 718.43 GB
    • Received: 17.90 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.