Loading Tool

Explorer IconExplorer

Memory Pool

82,436 transactions
30.38 vMB
0.11771198 BTC
Random Selection Loading Transactions
Max Size: 183.89/200 MB

Candidate Block

Mining Attempt 3f595d917716e852a3d5b1e92ed9a6db8e0822054045b68736027b3011dee393
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 347a939e456701553be5a21473fdb8a9b7b2ae50618ddd921dae1f2b14088834
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,122
Size: 1.00 vMB
Total Fees: 0.03981520 BTC
Feerates: 121.32 > 3.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (78,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,892 836,892 0000000000000000000318cbfab700e7cc922041cb7a01ad20df1afbeb57f343 5,075 1.00/1.00 vMB 36
836,891 836,891 00000000000000000002fb60ec6ce2b37f8785ea1391b9dfb7e9f45cee4d2d61 4,506 1.00/1.00 vMB 44
836,890 836,890 00000000000000000002443d08defe3ed6c527d4431faf630261410269da9b1e 4,499 1.00/1.00 vMB 39
836,889 836,889 0000000000000000000248f7541114a7de3a3ea63528c4f506e035dd9cec8617 4,156 1.00/1.00 vMB 49
836,888 836,888 000000000000000000009b72e3105db9e641c69780a5a7debd552f31ec2f92dd 3,776 1.00/1.00 vMB 59
836,887 836,887 00000000000000000002dd6f79dfaeaadb039592f47be1a3c76823b8bad8153c 4,209 1.00/1.00 vMB 31
836,886 836,886 00000000000000000001da42aeec2baf183bf6f367d3cd08bb3f794febdce954 4,972 1.00/1.00 vMB 17
836,885 836,885 00000000000000000001a370fae44e16b9bb2e7dad2215893b55e4b6fce9cd63 3,736 1.00/1.00 vMB 19
836,884 836,884 0000000000000000000118b9d9ae88944252b95589d6e933bf3c8b7d362500de 4,048 1.00/1.00 vMB 17
836,883 836,883 0000000000000000000329369ab6df7336fd10d3c7f02858a7de3ae3ed758113 5,561 1.00/1.00 vMB 16
836,882 836,882 000000000000000000008985d04adca0646efddd44cb3e9be454c801871d9113 3,257 1.00/1.00 vMB 17
836,881 836,881 00000000000000000001c77c0ce467745686239db249f0adeb72b12c0258bb8c 2,939 1.00/1.00 vMB 11
836,880 836,880 00000000000000000001d1a280ea0c40c560ac67aa2b2b694cb8001b6f07c6ad 3,856 1.00/1.00 vMB 15
836,879 836,879 00000000000000000002a3d9fa6a59145fc7230872120181105a44ec0ea59cde 3,271 1.00/1.00 vMB 16
836,878 836,878 000000000000000000003b056b5354305f7380af08d2fbdd6ea61ae5de6d5ded 3,459 1.00/1.00 vMB 14
836,877 836,877 000000000000000000033e7253101a4bc8f93b67b923fc1d1f1b65ebe19e0862 3,878 1.00/1.00 vMB 15
836,876 836,876 000000000000000000008fccfa22cf55e5ce1bb6a9189ec5d24dc6008449f8f5 2,915 1.00/1.00 vMB 21
836,875 836,875 00000000000000000002171116ad4fe05c70a68c936c9d4b484b3bad11ea749a 3,198 1.00/1.00 vMB 18
836,874 836,874 00000000000000000001e8c3f6b269e97c535b69006aa6864debdefa4ee1804d 3,988 1.00/1.00 vMB 19
836,873 836,873 00000000000000000001e2be5f7e2cdcb3c775d93cb3acec8a1d9c7a5435b8e3 3,747 1.00/1.00 vMB 22
836,872 836,872 00000000000000000001472b83862e43216ae670d5a29f68b0166e8ab84ff09b 3,046 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.