Loading Tool

Explorer IconExplorer

Memory Pool

81,360 transactions
30.46 vMB
0.11237241 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt 660bbb11c22a6346f89d2f8ecfbc1e9ae639fc21f616c6b3acf9f92a35e4f904
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ec102c16d9f2fb21eeed68e9e8a89ecddd31c0d8a08ae874daf6193b32b8ba7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,397
Size: 1.00 vMB
Total Fees: 0.03796292 BTC
Feerates: 180.34 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (317,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,751 597,751 000000000000000000139ba72acd7490e8dc4efbb44b5c48cf27462553a35ef0 511 0.11/1.00 vMB 31
597,750 597,750 000000000000000000112bf840666400f54e9b42939a7dd1af5181c2ffb6367f 606 0.15/1.00 vMB 24
597,749 597,749 0000000000000000000fd4d95888051214e4d4ac80b7103bd4a28a4df80bd200 559 0.15/1.00 vMB 41
597,748 597,748 00000000000000000007ede626ddbf91049e77c0b079a0a0535ae736d225eacf 46 0.01/1.00 vMB 42
597,747 597,747 000000000000000000053e92f29de960bf91698af970c8461622013f1a9d77ac 3,788 0.99/1.00 vMB 23
597,746 597,746 000000000000000000132c074520e18736eedcba4be2f8eff030c4a767dd79eb 3,500 1.00/1.00 vMB 29
597,745 597,745 0000000000000000000984602b3cd72cd0d686fd1c2b920cd7f1d7f9a6138f23 2,961 0.76/1.00 vMB 22
597,744 597,744 00000000000000000002288600fd18738134c5e1b2b7cd14cbf32d5da3e3f02a 3,068 1.00/1.00 vMB 8
597,743 597,743 00000000000000000004a3b2939d67aa204652c63ccb4780515821efc5a227c9 3,206 1.00/1.00 vMB 21
597,742 597,742 000000000000000000120cb9a51fa540c6d8b6a7f37ab5f94bbca5dd07919b2a 2,753 1.00/1.00 vMB 20
597,741 597,741 000000000000000000152900fb97ce05edf211141f3c67b6e0faa4773782dc57 3,087 1.00/1.00 vMB 51
597,740 597,740 00000000000000000006d569d8372c89d844a8bf587de6e0db4758797fc257ed 3,350 1.00/1.00 vMB 34
597,739 597,739 0000000000000000000e64121839e14fa7fb3d9dae7c031d539d9401e11693bb 3,093 1.00/1.00 vMB 12
597,738 597,738 00000000000000000003c5a060ee174d7314021ee6a795f10febf8f78f1a0156 3,221 1.00/1.00 vMB 43
597,737 597,737 000000000000000000095251a6bac32a8f22833d3531b7ae44c5d74663fa0d89 3,060 1.00/1.00 vMB 56
597,736 597,736 00000000000000000007d3e84c439d92d15e5b595620fe4786d226ef799e8af9 3,417 0.98/1.00 vMB 18
597,735 597,735 00000000000000000009c9e2fed16b3f92532d073a086c30fc5704180b10bbaa 2,960 1.00/1.00 vMB 42
597,734 597,734 0000000000000000000841e6117fc8c33789feafc30de1702a72df8352d384e7 606 0.14/1.00 vMB 30
597,733 597,733 00000000000000000014707d10f7ec4be7c47f0a0db31ef1d366bc9df4dd546e 1,909 0.52/1.00 vMB 28
597,732 597,732 0000000000000000000ffba3ec63411eeae81ddcf3e89952956a572e6c4b1d00 2,153 0.60/1.00 vMB 26
597,731 597,731 00000000000000000005ca88c74bd7cd78c8c62464bf9a6d95d88f8048421421 2,907 0.84/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.