Loading Tool

Explorer IconExplorer

Memory Pool

77,446 transactions
34.16 vMB
0.14145061 BTC
Random Selection Loading Transactions
Max Size: 190.09/200 MB

Candidate Block

Mining Attempt 996efec0529cd4dbaccdfebc4f52df7fdc12a962d39e09bacd6e4e43afac6ae3
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 88a7dfecac34e6d2832717f640bf747f74eeab81be6ed29076d998b11c37c57b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,713
Size: 1.00 vMB
Total Fees: 0.02269732 BTC
Feerates: 84.27 > 2.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (624,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
290,999 290,999 0000000000000000433ad1f393d1c6a2a829f5e8c0698aaf5d1b170a0c8b5c6a 44 0.02/1.00 vMB 27
290,998 290,998 000000000000000014f6758ebe5249588b95281db2dde3e024e6a8c525aa75b0 139 0.07/1.00 vMB 54
290,997 290,997 0000000000000000508011c7ba2b09782bd0107ce5b113276c0f950c11f00147 217 0.09/1.00 vMB 41
290,996 290,996 0000000000000000220aa03d633d16e8ae0044bcc3c4608502a0fea0ff2265aa 75 0.03/1.00 vMB 47
290,995 290,995 0000000000000000cc96c0bbd94e1cd2b2dccf50249503f3cf9f243aafbf29cd 256 0.18/1.00 vMB 24
290,994 290,994 0000000000000000e8466fc6a749f7045a321785dfeae75f1675c00152585e68 32 0.01/1.00 vMB 87
290,993 290,993 0000000000000000b8ac431cbf5047a182e1ece37bd86aa210ef46c999aff6aa 166 0.06/1.00 vMB 44
290,992 290,992 0000000000000000546d75e282a16c4c2a8c1ae6890a22993a58a074d1f725ae 444 0.19/1.00 vMB 42
290,991 290,991 000000000000000063c39180b3b31a388cdb1e77f18c76f4542a25944f363a09 295 0.13/1.00 vMB 54
290,990 290,990 000000000000000014d223d23016ae3c51b2a8ce45104ac48c6e4d5e5b1514b1 146 0.06/1.00 vMB 34
290,989 290,989 000000000000000084d2ce49c909373fa53f54e181a7d364418b2a5ff4740625 401 0.22/1.00 vMB 41
290,988 290,988 0000000000000000096d56e3233dbb2b4164fa6d1707d2df8041149b4c9cdd2e 855 0.38/1.00 vMB 43
290,987 290,987 000000000000000087471dda2af440557f86f89da1e0e89a109673590f39c318 298 0.18/1.00 vMB 29
290,986 290,986 0000000000000000a577a018775c4115a3f568109906a62d096302ff3c02efe9 18 0.05/1.00 vMB 24
290,985 290,985 0000000000000000c1210b2bce1b6b184d832e1b884f064355341fa85d8cc0b1 149 0.09/1.00 vMB 30
290,984 290,984 0000000000000000ed4bf14e25a5ce5fdf6d2a2ca632548a328352c7304c75a1 16 0.03/1.00 vMB 8
290,983 290,983 00000000000000005237fda3c95ad21beb9e1b13b434e6fdb3570b8ef4190720 56 0.03/1.00 vMB 31
290,982 290,982 0000000000000000bf1cd2584f63e294b00d9471273ce0ff76bd2ce5d560b636 103 0.06/1.00 vMB 32
290,981 290,981 000000000000000050443d3cde4ef8ded3b453da5f6d43ca0687e65bb515b7c7 164 0.10/1.00 vMB 20
290,980 290,980 0000000000000000032121219a0875fc1b8a55b33cc7f45aa5cf570c7d2e5240 64 0.05/1.00 vMB 17
290,979 290,979 000000000000000082a6b857e8e172b05b61abb2d5dfddea3e4c951c0901cdca 196 0.13/1.00 vMB 45
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: 736.24 GB
    • Received: 18.58 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.