Loading Tool

Explorer IconExplorer

Memory Pool

58,044 transactions
19.06 vMB
0.06018758 BTC
Random Selection Loading Transactions
Max Size: 120.16/200 MB

Candidate Block

Mining Attempt 0fb4f844277a130ff362b1528ebd46de09876bce156d2e29b3a21ed519f282c2
Version 20000000
Previous Block 000000000000000000007260ac7b1d63ba4d453bd8cb2d6d98533bfc526ac615
Merkle Root eb58c7808852f0c981caae122b4ed6769f34e409b33502f693daae758c69a36f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,753
Size: 1.00 vMB
Total Fees: 0.01722993 BTC
Feerates: 157.35 > 1.73 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,706 (894,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
21,430 21,430 000000005a7aef871e63812e680bf0269ee251d6f8f53159234026ada7a17a3f 1 0.00/1.00 vMB 0
21,429 21,429 000000007a05b40f4d46ea20ecf22ec8f8abfcdcb8041a669e4db810cdb67f93 1 0.00/1.00 vMB 0
21,428 21,428 0000000033f711f7a56402334a33eec9acb5c5097502fbb1f3399dfa72759605 1 0.00/1.00 vMB 0
21,427 21,427 000000007575baba90d9c0a0e269634d63b4959db6259e800bc5f2d1dab540d1 1 0.00/1.00 vMB 0
21,426 21,426 000000000f8d938d4dba2d1f37da4ad11c39f35f012f93df2689a710e9145a95 1 0.00/1.00 vMB 0
21,425 21,425 000000000bff2f62fc419c9511ce2a46488b136a1a6633f7b0a7b17a1ccba0b9 1 0.00/1.00 vMB 0
21,424 21,424 000000009ea78723f41b080ccdf863db873e740aaf0e027ea2644a7efd93a7c9 1 0.00/1.00 vMB 0
21,423 21,423 0000000093f5776356fd4c0438de2dcb4971d44a98b4ffe1e027ccf4383c100d 1 0.00/1.00 vMB 0
21,422 21,422 00000000face709b30aae127952e77fab23a2cb2762b5c80a45a089c91933252 1 0.00/1.00 vMB 0
21,421 21,421 000000002e0911bb3aec348ca25f334257054d24c108753a1537ad2b51fdc04d 1 0.00/1.00 vMB 0
21,420 21,420 000000004c8e9bcc84b6cf784fafbc8c17ae489a97622f07d37d192b45ab058b 1 0.00/1.00 vMB 0
21,419 21,419 00000000ed65f72c2cd4f6063cc685a197e78daa40e5adbb507a7cca094388a0 1 0.00/1.00 vMB 0
21,418 21,418 0000000078d5796955554bd1233f3210605751c5b6f902e886876a03bae05334 1 0.00/1.00 vMB 0
21,417 21,417 0000000015b9581a9292e69418ae3c0acf37866e3775067bc149e11cbb2b54df 1 0.00/1.00 vMB 0
21,416 21,416 0000000075f8f071961a3dee2097e58eaf49a0c43ca6035e25786ed5145d20b2 1 0.00/1.00 vMB 0
21,415 21,415 00000000a26ab52e91f9f0749d618b1e2872bab594475b0fdb731bc19ff3398f 1 0.00/1.00 vMB 0
21,414 21,414 00000000837e6845cc9ea342d39581e5f7818733234d186fc612e068b268dbf0 1 0.00/1.00 vMB 0
21,413 21,413 00000000ab9672782f82bdbb4a5dd98623a6379b1b71bc44960907e40ee67f83 1 0.00/1.00 vMB 0
21,412 21,412 0000000078d8d270a61c536820b740a45f8a62019fa54fe3d179d23760dcc0ca 1 0.00/1.00 vMB 0
21,411 21,411 000000002f51fec0bb8a24d68e253955c4758a2c080cd8efadfb7581b45aa19b 1 0.00/1.00 vMB 0
21,410 21,410 0000000045b85a4d4b01637c31ddca4415ead681cffe3f2a25ef2b08b1949ed5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.60 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: 775.27 GB
    • Received: 20.84 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.