Loading Tool

Explorer IconExplorer

Memory Pool

78,384 transactions
29.46 vMB
0.07744447 BTC
Random Selection Loading Transactions
Max Size: 177.99/200 MB

Candidate Block

Mining Attempt 482529a28af902d32e285801c62d9729f62d0f3e74e8d3bc462c8319411d6106
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root e8dac39520590c91c9f616c67f9ddf92ac52acfde84bc2ec2b3c25c0a67b4a2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,239
Size: 1.00 vMB
Total Fees: 0.01370870 BTC
Feerates: 150.66 > 1.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (734,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,395 180,395 000000000000015068feff686c5fbe3082a90b72d1edd6480395eff2dfac2483 112 0.05/1.00 vMB 119
180,394 180,394 00000000000004aa69e2adb1d74df19b8aa4c18aa7c71f068644293c60457326 156 0.06/1.00 vMB 168
180,393 180,393 0000000000000483d497d76860919600da8b94ad2a252fb2e6bd06a26f47087b 132 0.06/1.00 vMB 133
180,392 180,392 00000000000002c9c5cf45ca7d4425498ed0909df02c83b64f968c27d8524b16 240 0.11/1.00 vMB 481
180,391 180,391 000000000000096707c9ba4b690abda1b28f3011561e66f5797a4f92d0853633 4 0.00/1.00 vMB 45
180,390 180,390 00000000000006ac24377bb78823f3a14ca85e1fba20b9d948593d862ff336f9 32 0.03/1.00 vMB 108
180,389 180,389 00000000000003697bf5a8c88b9eedd2ac4de85da5cb60728b1482866b83198a 82 0.03/1.00 vMB 67
180,388 180,388 0000000000000077064c5abee5aa12c3ed5585488f940c27d4bfa0bee04cb5b3 138 0.07/1.00 vMB 165
180,387 180,387 000000000000083d56005c19eeb257f2feaa9b6dbd52060a71460a0404cd75aa 249 0.11/1.00 vMB 127
180,386 180,386 00000000000005c9f1c2da082ea5bd82344186f68747941c217dccea089422ac 124 0.05/1.00 vMB 98
180,385 180,385 00000000000002041ccebdfa169da8e39d61c60e4e1e0990a59ae484ea22d289 52 0.01/1.00 vMB 47
180,384 180,384 0000000000000858ccbca70c6e04a5e392e0cccf77937e4182b869205576144a 248 0.11/1.00 vMB 110
180,383 180,383 000000000000082b31224caf2b2c8bb7a8d1b635843f13562fd1ce77ae674541 8 0.00/1.00 vMB 33
180,382 180,382 00000000000003098f3119d841a6b8a2c0985fb9e8e5c6ba6abd0ae3da67e2bf 16 0.01/1.00 vMB 8
180,381 180,381 00000000000009851668f6b553e0fbea5c0fddeb669169a6d29e9737b7b8ba9b 272 0.13/1.00 vMB 128
180,380 180,380 00000000000002edc64e7e6baea685ca2cc85c6d72a197c6ff41535aa63d076a 126 0.05/1.00 vMB 58
180,379 180,379 00000000000003943b00eeb8349d89ea612776e5992c3f7a8a4ff346e0adcf52 223 0.10/1.00 vMB 152
180,378 180,378 000000000000099a85929c53a1f4d68d0c4a348c63734076295f283662d1e5c7 59 0.02/1.00 vMB 47
180,377 180,377 00000000000003b25608cf8fdbcf2c311cdb1ad80d72dfc39f2fa9b69c1f43f8 104 0.06/1.00 vMB 72
180,376 180,376 00000000000007ae0162bcf9999698f599c8d71fd708aeddc66b720b1dbb0d5b 389 0.17/1.00 vMB 132
180,375 180,375 000000000000054b782d6b96474581f33076fddec7a9141888eadf450f4bdd71 19 0.01/1.00 vMB 286
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.