Loading Tool

Explorer IconExplorer

Memory Pool

85,306 transactions
30.69 vMB
0.13959705 BTC
Random Selection Loading Transactions
Max Size: 186.47/200 MB

Candidate Block

Mining Attempt c58e6f29f4aecebb55cf207ac0bc129ca02e81a7fa27e74f5bbda7f7e3db858a
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root ec89088dd3c5351fd2b9cbfa3d3f4738f8053640231ad48fe8819b3ff0b0967b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,245
Size: 1.00 vMB
Total Fees: 0.07633851 BTC
Feerates: 170.36 > 7.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (94,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,314 820,314 000000000000000000010815daa30d0aacc6b16b068646bb6b963536873a16eb 3,233 1.00/1.00 vMB 77
820,313 820,313 00000000000000000000e3fe5dec59e18f79d9834c7a5c7611ae32e0fcd0edc9 3,149 1.00/1.00 vMB 168
820,312 820,312 00000000000000000003384dbc7c8592c1a553d966e1e9f677829e90d333ed06 2,709 1.00/1.00 vMB 198
820,311 820,311 0000000000000000000052540702b576abff5e3ca33ff45151eaf0fb7f22f984 3,061 1.00/1.00 vMB 134
820,310 820,310 000000000000000000034fa3d3034746e3c17eb569ee7cfba278ec62367a2222 3,380 1.00/1.00 vMB 95
820,309 820,309 0000000000000000000328eb7ce89a9a3def56b362debe64a145af6bac584ad3 2,542 1.00/1.00 vMB 82
820,308 820,308 000000000000000000039e7e9bff6e2449b7414d4821cb6fec1225ac7ff16977 3,199 1.00/1.00 vMB 44
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
Previous 10 blocks ↓
Total Size: 782.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 660.27 GB
    • Received: 14.66 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.