Loading Tool

Explorer IconExplorer

Memory Pool

80,941 transactions
30.29 vMB
0.15473780 BTC
Random Selection Loading Transactions
Max Size: 182.59/200 MB

Candidate Block

Mining Attempt d4135ba5ad2f1456a4c8579515f139852ef0d4b929d3dfc5248ee11f65469f7d
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root a937ab1c5cf6133c50f28ab85c14a4c48252ad81c997f1f4c7f2560b63e2a434
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,040
Size: 1.00 vMB
Total Fees: 0.07996348 BTC
Feerates: 251.00 > 8.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (467,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,150 447,150 0000000000000000007bcf108c9f387affcbee5db74725cc5bd95d97146c88bc 193 0.21/1.00 vMB 28
447,149 447,149 000000000000000000b3cbe91a6d4e1ea2e379cddb4dc503d62ed1c6adcf4ca5 835 1.00/1.00 vMB 19
447,148 447,148 000000000000000000be34a7451c6551b771cc4e95a12996860a619bd75c53db 517 0.26/1.00 vMB 80
447,147 447,147 00000000000000000042abb7c150e4f4dfb6270191326df3d39ea20501ea3c77 1,515 0.63/1.00 vMB 82
447,146 447,146 00000000000000000295abc373cbf3dc497fcc2fd67478795457571864f08c67 211 0.31/1.00 vMB 26
447,145 447,145 0000000000000000004ddf96be806c0e20a527c0d1ea57a66955548b2f4ddbee 1,775 1.00/1.00 vMB 49
447,144 447,144 0000000000000000033467efec89096e630ee4342bf14dd0e62056b860d5cfcb 2,256 1.00/1.00 vMB 93
447,143 447,143 0000000000000000016b4bea996f4f4a9dbbe25669d6ec901ed91f34f324b2e3 2,037 1.00/1.00 vMB 76
447,142 447,142 000000000000000001e7f58fe71726339a92f6acd2becc5965dd14db8138c668 2,103 1.00/1.00 vMB 89
447,141 447,141 0000000000000000026fb5e02e09ca85da81f73c1b0192bf194aa26706527a45 2,536 1.00/1.00 vMB 79
447,140 447,140 000000000000000001e165743583392883fd0352fe068cd4486d7a7e13a61390 2,695 1.00/1.00 vMB 99
447,139 447,139 000000000000000001f27dcb02d76760879975eff1afe28f8ee7cf80f30cddc4 1,668 1.00/1.00 vMB 64
447,138 447,138 00000000000000000024fc7ca4cc4a7ba45af7483ebb3a785e50684225765702 1,077 0.47/1.00 vMB 83
447,137 447,137 0000000000000000032e6b1026a4d775d2f6a531f0ccdf96edef10604fd8c158 2,142 0.98/1.00 vMB 70
447,136 447,136 0000000000000000008d4e3c72df0559907be7cc0cf5b1372d22ce49aada8484 1,480 0.73/1.00 vMB 76
447,135 447,135 000000000000000000e4fc8b625ecac55dc1c95171034e3f87b0218f8185f8ca 1,701 0.99/1.00 vMB 60
447,134 447,134 00000000000000000050065da6107f3aba428d4dca65bbf0e55b3d7dd1b872f0 2,352 0.96/1.00 vMB 86
447,133 447,133 0000000000000000007daf4305d52cf9164b356f9627bd9e33d9031d752ad5c9 1,539 1.00/1.00 vMB 51
447,132 447,132 000000000000000002264bccfa421bf03dc220f8c79e9e628461feca05362b89 1,564 1.00/1.00 vMB 48
447,131 447,131 00000000000000000372d2e3942f9c0ebe949005426fbc0d8c3675ffd88d4c53 1 0.00/1.00 vMB 0
447,130 447,130 0000000000000000015b699e591c4490ac5c51382d2cb9c211d9fad3896f8c5b 2,180 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.62 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.03 GB
    • Received: 16.11 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.