Loading Tool

Explorer IconExplorer

Memory Pool

80,196 transactions
29.82 vMB
0.08373026 BTC
Random Selection Loading Transactions
Max Size: 179.17/200 MB

Candidate Block

Mining Attempt 5c242a344ba8ddd0fe5dd20b743062acf931363ebe90d2b5e0f46f40d4bb2ff2
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root e2f5c98f208b27c41bcf224acd0653978007a09ee2059aecb67bd1691b6cbca7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,976
Size: 1.00 vMB
Total Fees: 0.02286240 BTC
Feerates: 502.65 > 2.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (288,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,136 626,136 00000000000000000009748eb4161637de9d3834b3ebbea9765d3e4d5218f8e8 2,912 1.00/1.00 vMB 22
626,135 626,135 0000000000000000000c06e86a93c01ebd6114bdf7dd450eb67f253d8ef435df 2,994 1.00/1.00 vMB 25
626,134 626,134 0000000000000000000f910c8aa87e6b87f1d2f2d28ea0db3370ea5e8711dca6 2,249 1.00/1.00 vMB 20
626,133 626,133 00000000000000000009023e27826b782e39607590c75f081a0ac9f7f5774517 2,433 1.00/1.00 vMB 26
626,132 626,132 0000000000000000000217a2f9107a35fd2856497711721d4a1565eec9ec9b6f 3,100 1.00/1.00 vMB 26
626,131 626,131 0000000000000000000245bb7c8007ee8b560131a8b3e78c818833c65eb9aeba 2,324 1.00/1.00 vMB 27
626,130 626,130 0000000000000000000ff16f570b2bc704aec59140f252b78b5a3af16e8158f3 2,609 1.00/1.00 vMB 27
626,129 626,129 0000000000000000000c9b247405c293c19322d40d9fe2576a12495aa7051554 2,694 1.00/1.00 vMB 25
626,128 626,128 00000000000000000002cfee883c3a8db86f0a350c34779657823e2316fdfe0e 2,535 1.00/1.00 vMB 36
626,127 626,127 000000000000000000089e2dde1f589609ef9196d0992595d09c53fe0c17265d 2,229 1.00/1.00 vMB 26
626,126 626,126 000000000000000000018a310fe6119cbc9a367252fb461d3153c2e764eebbd1 2,297 1.00/1.00 vMB 23
626,125 626,125 000000000000000000054ff2045688b07b845ddbba9af190b5bd78cd46328c7e 2,733 1.00/1.00 vMB 23
626,124 626,124 0000000000000000000cab18306bfa2caec27b9b4d85f75c8a3e9393d90b00d3 3,122 1.00/1.00 vMB 35
626,123 626,123 000000000000000000040f11564eeacc9d1f29dbfb9f18011566ce27ede3cf66 3,017 1.00/1.00 vMB 39
626,122 626,122 0000000000000000000da56addfe55a8dd9f3b01c8b6f08b668b1abab3a2fd3e 2,485 1.00/1.00 vMB 19
626,121 626,121 0000000000000000000160d4b7e45a12e887e18313e7582b28987a640e449ee5 1,994 1.00/1.00 vMB 21
626,120 626,120 00000000000000000000598ed8b130ddfffe0e3d7371b2d46f6fd039423e6349 3,131 1.00/1.00 vMB 38
626,119 626,119 0000000000000000000f68d178a4be269f330b0b0231a8480151bf5ef7f1d292 1,944 1.00/1.00 vMB 20
626,118 626,118 0000000000000000000d256b67b2a563ec3109173601d47877ca79054f43430e 3,130 1.00/1.00 vMB 42
626,117 626,117 000000000000000000063043592b9b22caced3028996e487b0d4565dce5381ff 3,045 1.00/1.00 vMB 24
626,116 626,116 0000000000000000000d73611ee00880a73cd8fb4a825804e845c63bcc22d646 2,854 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.