Loading Tool

Explorer IconExplorer

Memory Pool

42,611 transactions
28.35 vMB
0.06205671 BTC
Random Selection Loading Transactions
Max Size: 146.19/200 MB

Candidate Block

Mining Attempt 6f0a1e310dc96d449eba3385f8e6c687470f19617395d8b06e1c71f574cf8f87
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root c2c3a8ec9614351d494b6db716643a5b72f894afd2cf694737199c8d24f65830
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,591
Size: 1.00 vMB
Total Fees: 0.00721699 BTC
Feerates: 100.00 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (350,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,649 563,649 00000000000000000029187a4406ba8b8adcad8135ee087aff779ecabe01a3f5 2,675 1.00/1.00 vMB 14
563,648 563,648 00000000000000000022707c8c512f0685ef770f90c71e7366c9a13fcbb74109 2,340 1.00/1.00 vMB 4
563,647 563,647 00000000000000000027438477bffd89065d74ac101fe8c8e47ba18c68918cd4 1,820 1.00/1.00 vMB 11
563,646 563,646 0000000000000000001eeeec3cc5730102800ea75374f8bf50031d1e43e4c2e0 1,446 1.00/1.00 vMB 14
563,645 563,645 00000000000000000018fbafe275fa629e12d38dc34190e600c0546208d2aac7 2,619 1.00/1.00 vMB 29
563,644 563,644 0000000000000000000481a30821d33f77c4fac400601becb8893e328ee90f5e 2,458 1.00/1.00 vMB 9
563,643 563,643 000000000000000000124d979ff4206ad6c4cd363ff4171132ba5899887b4c9e 2,858 1.00/1.00 vMB 12
563,642 563,642 000000000000000000185429fd4472ba2a4cbf6131e0b1097fda9c0309628ce2 2,749 1.00/1.00 vMB 11
563,641 563,641 0000000000000000002751b8fac5ef93f84c74ffcb17f1aac190244f5a6aa411 2,760 1.00/1.00 vMB 16
563,640 563,640 0000000000000000002cad6bceb741e12d8298b20b6a939a10b1ab86825dce0d 3,295 1.00/1.00 vMB 36
563,639 563,639 0000000000000000000a05a81315dfb878c9344f1a2d2d70e83da24ec0d1aed0 2,185 1.00/1.00 vMB 49
563,638 563,638 00000000000000000025d86be0de23a30b6a2d49cd79401ad4a9e90c0ad641a7 2,953 1.00/1.00 vMB 35
563,637 563,637 0000000000000000001f8aa54cc6b953c3b3b2c2b21ddcc08aa2cc79f6c768cd 2,969 1.00/1.00 vMB 30
563,636 563,636 00000000000000000028d66f97521492d2371f3f9b1a5fe3db40e2cb0e70b763 2,486 1.00/1.00 vMB 27
563,635 563,635 0000000000000000001324ae017df8fbb3da7ae55bc4002e32cff0be40f10047 2,167 1.00/1.00 vMB 31
563,634 563,634 000000000000000000142cbc5e7f1b2ae84b5be3a880198a2aac60db8d08befc 1,824 1.00/1.00 vMB 32
563,633 563,633 0000000000000000001447f89b278246f85292803150a8c209549216a711a452 1 0.00/1.00 vMB 0
563,632 563,632 000000000000000000055e37c0436654eb6b8796e3c6cf8ae41c8887b1df94d9 2,869 1.00/1.00 vMB 25
563,631 563,631 0000000000000000001376c96481d2cb32b8b5ac98fbd92ef5373d74e9bbcf6f 2,795 1.00/1.00 vMB 28
563,630 563,630 00000000000000000023bef17f98bf1bba8ee122c098f8131a56aabda2751c2c 1,789 1.00/1.00 vMB 4
563,629 563,629 0000000000000000000187207ece0e6cdaec92da9352d99314782f5ecaa559ab 2,222 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 11.99 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.