Loading Tool

Explorer IconExplorer

Memory Pool

72,422 transactions
27.96 vMB
0.06439781 BTC
Random Selection Loading Transactions
Max Size: 165.85/200 MB

Candidate Block

Mining Attempt 07c9e54b205a6c444f9cb4f7af6353944b96f620826178a9518fa6a204592c6f
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root e42c7897a2394c396f3d020b6d895e2ec14ce0b018b8078f5b5e67adff90cbc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,135
Size: 1.00 vMB
Total Fees: 0.00864124 BTC
Feerates: 150.93 > 0.87 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (449,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,985 465,985 000000000000000000cc02589178f55b8d4f5a7469b0c0f31f5269468781ba73 1,881 1.00/1.00 vMB 260
465,984 465,984 0000000000000000011aa96e9bce403a4d38c5b72e8a4849a57cfc53a852adf1 2,255 1.00/1.00 vMB 165
465,983 465,983 000000000000000000deeaf7f5ec703d31a794cc7cfac814ba2b643e4b32b50e 2,698 1.00/1.00 vMB 155
465,982 465,982 0000000000000000000800f90585fa2423ed3818072c18625242a9fed5a3489a 1 0.00/1.00 vMB 0
465,981 465,981 0000000000000000018227b09c24fcee08117c04b1b5804511e1edf03d9639b9 1,402 1.00/1.00 vMB 116
465,980 465,980 000000000000000000eeac87dd6c75323e0c0ae8bb713c010e5d238d80120539 2,289 1.00/1.00 vMB 155
465,979 465,979 00000000000000000190b2a76b0ec6f217c280f96fc363b7dce7afc44878a414 1,770 1.00/1.00 vMB 174
465,978 465,978 00000000000000000166f087d657221b31f13df6a9f49bac1c5c5b4ded0c7e55 1,712 1.00/1.00 vMB 185
465,977 465,977 000000000000000000fcbad610f3cf02da947f31d6f8ca458cd4cfd0ebb8bdab 2,136 0.99/1.00 vMB 269
465,976 465,976 000000000000000000a1617fa20ae2c1246c56b3939aef79d22df5aea2453df9 2,317 1.00/1.00 vMB 233
465,975 465,975 000000000000000000c410d9fa55d23c9a1e19be7999227335a7dfb3bd2b8126 2,253 1.00/1.00 vMB 267
465,974 465,974 000000000000000001bf35306022aa954619fadaaee6e44b950638ee6d21b31a 2,714 1.00/1.00 vMB 160
465,973 465,973 0000000000000000006da5ac000c508d01570949a865517a6505caa3aebbbc06 2,480 1.00/1.00 vMB 214
465,972 465,972 00000000000000000080f51808fbbdb44587f3d3caae32685791fbc12167f827 2,856 1.00/1.00 vMB 156
465,971 465,971 00000000000000000198d6831d89fb398de576c312132e4a55efb84b795d9151 2,451 1.00/1.00 vMB 195
465,970 465,970 0000000000000000000d106aeb63fc75ab84b7bec49b03287fea7be03b776eee 1,937 1.00/1.00 vMB 184
465,969 465,969 000000000000000000c14f148c011a43af4bfedb8ebb3e59b848e7ba29054658 1,660 1.00/1.00 vMB 182
465,968 465,968 000000000000000001f5c35bfdaaee8f7f9e99a7ae518bd381a8d42e76240367 2,566 1.00/1.00 vMB 219
465,967 465,967 000000000000000000c58cf3f74fc492dc4eebeca978e3465346f00e9f3185a1 2,290 1.00/1.00 vMB 197
465,966 465,966 0000000000000000019bedf4230d8d5db5cecbb03a34869050e5e1898ca8056c 1,750 1.00/1.00 vMB 232
465,965 465,965 000000000000000000428942d312de3646dcc8ccd21f4cdc69eeba84b680ad85 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.