Loading Tool

Explorer IconExplorer

Memory Pool

80,891 transactions
34.78 vMB
0.18356278 BTC
Random Selection Loading Transactions
Max Size: 194.80/200 MB

Candidate Block

Mining Attempt 6bced0c454e14a3dc24fc951eb0d671595382650c5b39ea8d6badf74fc510a9a
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 3fecc6c68c1957e8357c7c1bb0bdb2a21fe45883e96aa351885430f44ff1f79e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,144
Size: 1.00 vMB
Total Fees: 0.05177485 BTC
Feerates: 189.28 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (22,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,619 892,619 00000000000000000000c2e69fbd3a127127d9edf065c3feb98f8576f1abe69f 3,203 1.00/1.00 vMB 3
892,618 892,618 000000000000000000020b11b69cc4496dbef3dce6c38b3ca32dac26a2e9b2a5 3,592 1.00/1.00 vMB 3
892,617 892,617 000000000000000000018dbe41b20b3a41cc2d75da407de9534b5d8a393c4d40 3,124 1.00/1.00 vMB 7
892,616 892,616 00000000000000000000995196ac978846c07665830c34db40fbd05ad06c4cb7 4,118 1.00/1.00 vMB 1
892,615 892,615 000000000000000000018988b8a0a78e8d233b9fc73a8ac0f1c78081b27f1b61 4,495 1.00/1.00 vMB 2
892,614 892,614 000000000000000000008259562034fed2c4b04000e5377fde6a1a28f8c5c3d0 2,489 1.00/1.00 vMB 2
892,613 892,613 0000000000000000000066e9ca0f4b40698aa92394c9671802217156b50038a9 4,073 1.00/1.00 vMB 2
892,612 892,612 00000000000000000001a4e40f309f0aea994fc3f0958365b33b14a6ae844246 4,552 1.00/1.00 vMB 4
892,611 892,611 0000000000000000000178b55462180c247ae81dd73ff64889d2eca6ce688bb1 2,446 1.00/1.00 vMB 2
892,610 892,610 0000000000000000000120827f710a3a6e03922e5a79bae05859ed9a22fffcc9 2,945 1.00/1.00 vMB 2
892,609 892,609 00000000000000000000b08bb1035d056a2e0af9cba47d38cac2aaa571ed3e71 3,469 1.00/1.00 vMB 4
892,608 892,608 00000000000000000002435e6c5a99b9058cc5ccfebfeacf8f4f8ceee1076d16 2,938 1.00/1.00 vMB 2
892,607 892,607 00000000000000000001b7c2506918f1287be0e12c879930115a8f2610a58194 3,417 1.00/1.00 vMB 6
892,606 892,606 00000000000000000001541e4631da7db64ee1c93ee4c85f1fcb14f29bcde77e 3,330 1.00/1.00 vMB 6
892,605 892,605 00000000000000000000280e5b7fb11db13d71852d87b2a93f54843a4c312ec4 622 1.00/1.00 vMB 2
892,604 892,604 0000000000000000000039d4d4db0938c1a04f4480ebd2664412a0c0340d45c1 770 1.00/1.00 vMB 2
892,603 892,603 0000000000000000000181ae3db53566d4e4ee0409668a8e23894056dfb69819 2,935 1.00/1.00 vMB 4
892,602 892,602 0000000000000000000080e42106379f8717dd372373cfe4a46aff439e2e414c 2,823 1.00/1.00 vMB 5
892,601 892,601 0000000000000000000161a4e0e7af8ef352d79ceef0f39584139d6d5caf7d4a 3,115 1.00/1.00 vMB 3
892,600 892,600 000000000000000000001ca5d01d1b250a798625e5e7067efe34d5e1edf960af 3,156 1.00/1.00 vMB 6
892,599 892,599 00000000000000000001c294218578f4ea55a5124a8b3af4cca31204bb11aa3a 3,470 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.11 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: 734.23 GB
    • Received: 18.55 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.