Loading Tool

Explorer IconExplorer

Memory Pool

32,099 transactions (5.36 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 44.38/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,640 000000000000000000022b910000000000000000000000000000000000000000 1,095 0.00727656 BTC 0.43 vMB 1.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,639 (745,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
167,412 167,412 00000000000002c5189baee857b4f17a711ee86967d1f8f44dc6df35755128a3 0.00 MB 7 32
167,411 167,411 000000000000017cc79852641dbeaa863147f6cc8a3e5321cdeef3b1f69f3282 0.02 MB 57 195
167,410 167,410 0000000000000259f3fa65f4556a8ffe3f2960d8a893fa71b28d5f94686ddab0 0.01 MB 16 79
167,409 167,409 00000000000009e183ff4b38903551e9913ccb1c3425b621d93131281ce74db0 0.02 MB 49 223
167,408 167,408 00000000000008566ae6d07a9c71efd8431253688ffa271d64b8ab9276756c67 0.02 MB 57 8
167,407 167,407 0000000000000812228b8373592785ff3c4970becfbb3937b42e271f16233b36 0.02 MB 34 66
167,406 167,406 000000000000002c30939f1acd8115df5761226c3dcfdf9b26742f7a6eacc74a 0.01 MB 36 9
167,405 167,405 0000000000000c2cfdfcc59454f9783ab2911d4f43b34f8c3bd5b99d9729ee22 0.00 MB 1 0
167,404 167,404 00000000000003746c61ef92cd5936a8c61d8c1487e4c47e9f3168c200aa6692 0.06 MB 149 259
167,403 167,403 00000000000002fac51d5a5722ada26f216f3ebdafd38cbcbe6615ebce961015 0.03 MB 86 137
167,402 167,402 000000000000020e981d396142bfc6f3c5b6652ae9b00a7fc20f71c8f62090fe 0.05 MB 103 120
167,401 167,401 0000000000000536cdb51f3ecc258e5d0aaef7c77e97fa68a00976c227e6b401 0.00 MB 11 16
167,400 167,400 000000000000074a45870df1db1280370e9e0bb0a7aef8b06d1b91d11610287b 0.01 MB 20 115
167,399 167,399 00000000000005b65c4456b896425990fc51cd077133f8237fe5e2bcc14f9cc1 0.00 MB 15 63
167,398 167,398 0000000000000644eceede1ac5dc36b01b7ec4666145f76e2bdbd51febf8c476 0.02 MB 41 90
167,397 167,397 00000000000001e2ff32d417539a749afc38721bdb9634fac6dd7ab9a55ab84e 0.02 MB 85 62
167,396 167,396 0000000000000afaa356e7640183eb40694c424a73cce7c6574e5264b14d79e7 0.01 MB 26 153
167,395 167,395 00000000000009dee19bc89501263b5efe0e2f025973e8ec433f37ace88efc07 0.01 MB 18 92
167,394 167,394 0000000000000aff94814e6c781eb2f1e37f7be1fddb928445d7cf716195d408 0.01 MB 19 65
167,393 167,393 0000000000000b3956229052b6c36f47ad570f4a5849a7788714c0a3a9e3de85 0.00 MB 7 0
167,392 167,392 000000000000003f1320d0345e0822c14e26301abec75c27d19a1c09bf3aa353 0.01 MB 21 331
Previous 10 blocks ↓
Total Size: 778.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 61
    • Outgoing: 10
  • Data Transfer:
    • Sent: 70.57 GB
    • Received: 0.65 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.