Loading Tool

Explorer IconExplorer

Memory Pool

38,766 transactions
26.57 vMB
0.10116309 BTC
Random Selection Loading Transactions
Max Size: 136.34/200 MB

Candidate Block

Mining Attempt 62924292759ed975925be8fbdd91740a09ab5787203793a5d67ca4ebdca36e23
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 12f4afb2f1713959b916bf91497e5b0464b37d1822394070fe8e10b41d59a6b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.03793463 BTC
Feerates: 150.71 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (345,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,700 569,700 0000000000000000001f11c4aadd6241dd2fc282862fb4d334fc3971d416a363 2,851 1.00/1.00 vMB 30
569,699 569,699 0000000000000000001f7ee315365d6b0f1395bd39b83fa33fa9db70d89011e4 2,855 1.00/1.00 vMB 20
569,698 569,698 00000000000000000015826116dd82b4e328f53ea96d6af922b04d1f14f35525 2,905 1.00/1.00 vMB 10
569,697 569,697 00000000000000000010d31edea632409146eba1a9ad2bb1022b9a79e621aea9 2,671 1.00/1.00 vMB 23
569,696 569,696 0000000000000000001fa4c3f4a537a8978e09972c30be2f56465f9bc68ce1ad 1,512 1.00/1.00 vMB 39
569,695 569,695 0000000000000000001f259c5bc0ddac85c21b3e97f52e43b653be0f061f4ef0 3,200 1.00/1.00 vMB 50
569,694 569,694 0000000000000000000cce426818da61fb05e2b39677d4a3160f6b96991111f7 3,042 1.00/1.00 vMB 15
569,693 569,693 0000000000000000002792bad0c4610edbcefcd40b8864a84122110733d74e2e 2,920 1.00/1.00 vMB 35
569,692 569,692 0000000000000000001e68919e9cc44edcc343d744d2f8b76265708d786eb122 2,799 1.00/1.00 vMB 32
569,691 569,691 000000000000000000187b2b33c12005c44f57df07e290eae46237837a37ebdc 2,959 1.00/1.00 vMB 44
569,690 569,690 00000000000000000022a69e86499a2ad804d56280b9706be5f52896ea9e1a09 3,023 1.00/1.00 vMB 24
569,689 569,689 0000000000000000001ef2e0edc7f396733fe87e8fb363adfd73a911e2deb103 2,899 1.00/1.00 vMB 33
569,688 569,688 000000000000000000195cce8b2daa7afa1a4911b6ecb98cf6b4e592b3b17dc2 2,750 0.99/1.00 vMB 41
569,687 569,687 00000000000000000016e89237f211d350211ab4b9507117c23f35f8dcfa69c4 2,789 1.00/1.00 vMB 22
569,686 569,686 0000000000000000001e5ea6696b7114eb42696a2351ebe45142bbc65d350605 2,332 1.00/1.00 vMB 16
569,685 569,685 0000000000000000000016bf6fe5158d3aaccf13c59b3b672441d5f24d166b1f 2,946 1.00/1.00 vMB 23
569,684 569,684 0000000000000000000c203dcfd2a999553dc1431fe9183fac737f61db040e64 2,647 1.00/1.00 vMB 30
569,683 569,683 000000000000000000106608ea9ecc345a9ded8bf641eaeacd97c40cf91cb2c2 2,661 1.00/1.00 vMB 44
569,682 569,682 00000000000000000009b1e0823c3d6b861295683da9affe5eb7f50168cdfebc 1,582 1.00/1.00 vMB 43
569,681 569,681 0000000000000000002b2801c812c2b69d917d1d4265e1977e482ff910b92310 2,935 1.00/1.00 vMB 59
569,680 569,680 00000000000000000015425603fb1dd2574ffcdf6a2c0d5f5155741f1c2567a2 3,047 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 781.87 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: 642.93 GB
    • Received: 12.57 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.