Loading Tool

Explorer IconExplorer

Memory Pool

80,016 transactions
30.02 vMB
0.08681503 BTC
Random Selection Loading Transactions
Max Size: 180.03/200 MB

Candidate Block

Mining Attempt d19c9a7ea653f57204a04014728f4a883399e9d3203060ad43cc88d866195eb1
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root f48c5d42dc684d6ee6232b4be86e98a291df776e90ed9facd542653ca692c543
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.02550627 BTC
Feerates: 301.07 > 2.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (420,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,088 494,088 0000000000000000001039f44bef1ded2d70c767b64a1eb6b5b78a96f03cf019 2,064 1.00/1.00 vMB 972
494,087 494,087 0000000000000000000461c8ade44c6fc15ff21e26cf2aa759f89babf993413c 2,667 1.00/1.00 vMB 572
494,086 494,086 000000000000000000271404c4120dd6f5b685002e3eff63c4476309eac560b9 2,597 1.00/1.00 vMB 922
494,085 494,085 00000000000000000091016d064b5071e9753647db53163f99cd921d6c98dcd1 2,762 1.00/1.00 vMB 1,122
494,084 494,084 000000000000000000a25980f0228f6548271486de6773ee8d8fc363fe441937 2,482 1.00/1.00 vMB 826
494,083 494,083 00000000000000000062caa44f815ba7c793bdc052d7d8a832668770f73033ff 2,684 1.00/1.00 vMB 1,064
494,082 494,082 0000000000000000007a69b67848af1a20f7b33422672541cd58794403c8bc41 1,732 1.00/1.00 vMB 437
494,081 494,081 0000000000000000009b537728a1c3978e78da06a196c73ac8d4299919a1afa6 2,121 1.00/1.00 vMB 686
494,080 494,080 0000000000000000009253e9832e464fbdf8e73785aa93684e5300d7322be60f 2,395 1.00/1.00 vMB 1,002
494,079 494,079 000000000000000000496c5651db95bccb16dd04a1afad37002fca630e8fd7cb 2,116 1.00/1.00 vMB 794
494,078 494,078 0000000000000000003bad6b039a2c4559bee77e8a503428f2b831b11efac9a5 437 0.20/1.00 vMB 522
494,077 494,077 000000000000000000ba1fc57e6dae731ac6111e3f5dacb50a1fd1ac6dec6920 2,842 1.00/1.00 vMB 1,084
494,076 494,076 0000000000000000008264cab357036815014b555854670f1e7778e539ca6dbe 2,318 0.94/1.00 vMB 1,005
494,075 494,075 00000000000000000010ed119872d2a6cd8f3189241ca6360ce7c75b8b94cdf0 1,726 0.72/1.00 vMB 1,057
494,074 494,074 0000000000000000002792574217a7482671cdc43409c38326b98957f6e2693c 2,140 1.00/1.00 vMB 792
494,073 494,073 0000000000000000000e5b529f46695de1c10a4a8690d8dfca78101a563f015e 2,472 1.00/1.00 vMB 827
494,072 494,072 00000000000000000009dd01e8cc2abb4d869a61f04f974d49b2995553e907fc 1,676 1.00/1.00 vMB 718
494,071 494,071 0000000000000000009ec8d03572021f0a3c2ce46008acddb8635f32836511ef 2,439 1.00/1.00 vMB 998
494,070 494,070 000000000000000000948d23bb73240d1565f1928c48744a2ebccac81c5125f4 2,044 1.00/1.00 vMB 824
494,069 494,069 00000000000000000058350d9e56e97d9650dd421a0e8d7a76f9e419fa2a1aec 2,416 1.00/1.00 vMB 858
494,068 494,068 000000000000000000368e5d2027057b8fb498e1341dcfe6e3a394aadefe6e77 1,722 1.00/1.00 vMB 574
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.