Loading Tool

Explorer IconExplorer

Memory Pool

81,935 transactions
30.66 vMB
0.10078406 BTC
Random Selection Loading Transactions
Max Size: 184.09/200 MB

Candidate Block

Mining Attempt a9953fcb13356885e2b04dd889e7d606e3d5238d1426ea05c23a70fd389a492a
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root ca6192754fdd0bbad25a1dbae23a14ea45fd58fae0d9889aff77524c4c59dd06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,477
Size: 1.00 vMB
Total Fees: 0.03505219 BTC
Feerates: 150.77 > 3.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (94,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,307 820,307 000000000000000000012f900b0423f63dfc303a33605e7ad43a1d06a1d91e87 2,861 1.00/1.00 vMB 84
820,306 820,306 00000000000000000000cb22bff5c982e40e1e3df276ca41aebb9c9edc92a132 3,056 1.00/1.00 vMB 116
820,305 820,305 0000000000000000000418126c5ff80fa910ddf0dc44ec9c0689505b7936f11b 2,005 1.00/1.00 vMB 41
820,304 820,304 00000000000000000003ca3043e58e734aab4ace9ac01a17743735ad460dfc7e 1,386 1.00/1.00 vMB 50
820,303 820,303 000000000000000000001c0dd56595fea990b521d87ab845bb30bb5841086c1e 3,267 1.00/1.00 vMB 85
820,302 820,302 00000000000000000000428d3bab898410ee58c381f3e7fd7c0822294347f63e 3,098 1.00/1.00 vMB 64
820,301 820,301 00000000000000000001afb11e300b32c1a7c9d31704ecc7a31f2c60c8f34b85 2,020 1.00/1.00 vMB 49
820,300 820,300 000000000000000000003e098a4be8e43778f7a77d1d7086f59862ba8cfff3d2 1,848 1.00/1.00 vMB 63
820,299 820,299 000000000000000000022840bddbc5c94bf000715d001197c96a65838009665f 2,642 1.00/1.00 vMB 71
820,298 820,298 00000000000000000000f1c5a89e9d9557d8878f20f4e366f6f7b4e2a15d9efe 3,384 1.00/1.00 vMB 106
820,297 820,297 00000000000000000002635d8482469b3ed2f5086aad1668a3410ec7f2622b19 2,090 1.00/1.00 vMB 66
820,296 820,296 000000000000000000022509a15b8baa3465b58d27138eafc0f594015b5ec96a 1,551 1.00/1.00 vMB 50
820,295 820,295 000000000000000000034b3e7b6d61b400c63533921216704aa052cfb81d25e6 2,891 1.00/1.00 vMB 96
820,294 820,294 000000000000000000013e3ebabcfac8ce5994ec0458a5c6beeffbdc9cd84360 2,337 1.00/1.00 vMB 103
820,293 820,293 00000000000000000002d2b3c8456d8e895f4f17e51260ea81f2873c7ba87fd9 2,649 1.00/1.00 vMB 81
820,292 820,292 00000000000000000000133f1458dd8c0c6b0f1b1ac3680991f7cc55c1a0dda1 3,441 1.00/1.00 vMB 112
820,291 820,291 000000000000000000013a3a4f2200f96149fd14a39366d43429531827a794ed 784 1.00/1.00 vMB 51
820,290 820,290 00000000000000000001d9cfde02bd0f2992053181499b2cfb149e2697f63b32 3,036 1.00/1.00 vMB 104
820,289 820,289 00000000000000000000d79ba25753bd4bf0a0d2a2cd1d011ab15ed7cda0c5ca 3,260 1.00/1.00 vMB 91
820,288 820,288 00000000000000000001913a1d09d11722eb9f73dca95dab8e002e5f781eabcc 1,690 1.00/1.00 vMB 66
820,287 820,287 00000000000000000001b6eb9eb049bf0d283519d20adf9c3a860d01a8f2ac1d 3,212 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.37 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: 663.67 GB
    • Received: 14.93 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.