Loading Tool

Explorer IconExplorer

Memory Pool

88,456 transactions
33.80 vMB
0.13849934 BTC
Random Selection Loading Transactions
Max Size: 199.93/200 MB

Candidate Block

Mining Attempt c267c22a2fc8df92a1a0f50a4fd59d053417a6e3d95d4eb02e71d53e96235419
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 8b62e8b01c9ee86f889c0ffa59e91d275baed37c234a00046e08de5d540053d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,049
Size: 1.00 vMB
Total Fees: 0.05544655 BTC
Feerates: 469.97 > 5.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (141,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,237 773,237 0000000000000000000704d67a544438430f840ec866d096816c8ae3a2751f8e 1,445 0.95/1.00 vMB 9
773,236 773,236 00000000000000000000c31a906a5c4f5f1739b31f65e230ab59b28070eb623e 2,308 0.98/1.00 vMB 5
773,235 773,235 000000000000000000011d26ff5dde2f80c705ffa998fa836f10f28498e91913 2,661 1.00/1.00 vMB 11
773,234 773,234 00000000000000000002616b1d65962660537a82ff2c7578598c85f6a03699f7 3,347 1.00/1.00 vMB 20
773,233 773,233 0000000000000000000456bb21edbb8427586335158c08498daa3236b040c8d8 3,075 1.00/1.00 vMB 14
773,232 773,232 0000000000000000000197a32d9a7b307bb3d92138829972f1877db7a1a9b773 545 0.17/1.00 vMB 12
773,231 773,231 000000000000000000057548f50316b67dc10dd61372a0f0f8108653580d7351 481 0.17/1.00 vMB 13
773,230 773,230 0000000000000000000721d8099105e473a6c22c950511a3c15ebf92310abeee 789 0.26/1.00 vMB 13
773,229 773,229 0000000000000000000101d7fcab3e451784d39cfc8e088895d3f3bde8040a6f 314 0.12/1.00 vMB 4
773,228 773,228 000000000000000000065fd55b7e634be345e5f89d2227d098bcd040116636a9 2,465 1.00/1.00 vMB 3
773,227 773,227 00000000000000000005efd0ae040b41a2053dddf019c6c86a2fca79ab028087 3,409 1.00/1.00 vMB 15
773,226 773,226 000000000000000000014de339a8da8d8c1b44a90335579a6575a0f576d54eac 2,950 1.00/1.00 vMB 23
773,225 773,225 0000000000000000000252e0c9044d45abcb1ee588b8a25c818a48251c0ee93e 647 0.25/1.00 vMB 5
773,224 773,224 00000000000000000007728fa1c0a0ccf3c5ef4d1b86a21816a20bd4c7942c10 2,411 1.00/1.00 vMB 14
773,223 773,223 00000000000000000005db6e8fe3b98e8b68357dc7f86e09810e81aa57b61db4 248 0.09/1.00 vMB 13
773,222 773,222 000000000000000000039a8eee5620ac1098166e7cfe9406cd0d39e1c7e70420 502 0.13/1.00 vMB 13
773,221 773,221 00000000000000000005b7fae484b24e5068227c94bf476f7eae115aeb7dbed8 1,905 0.76/1.00 vMB 6
773,220 773,220 000000000000000000012d4350da2dddd45dd7609b4f3285c1f81bd5b5f65c4a 3,239 1.00/1.00 vMB 15
773,219 773,219 000000000000000000042a47a30c61e7ee0a0eb997fea1457c7f7f363cf7ebdd 1,984 1.00/1.00 vMB 5
773,218 773,218 00000000000000000006ae4934a82da65d63fe142d53d184b484cf265fbca99c 2,935 1.00/1.00 vMB 12
773,217 773,217 000000000000000000072374dbd4d63981f29c0d3df150d2586b2150e53c100a 3,003 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 657.87 GB
    • Received: 14.56 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.