Loading Tool

Explorer IconExplorer

Memory Pool

25,514 transactions
27.05 vMB
0.05984089 BTC
Random Selection Loading Transactions
Max Size: 129.12/200 MB

Candidate Block

Mining Attempt e682d59d437e3c77cb46a0653440108068aa6fa4fc12cec21386e1d3ce1d72ad
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root d664c7207189c284702860efdecb853ad736ef49d720ae6df2fc9d3447112054
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,159
Size: 1.00 vMB
Total Fees: 0.00897326 BTC
Feerates: 150.93 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (676,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,784 237,784 0000000000000064fbac52bac3d39338e4d9374b7d627772beed6e4ac8daf679 642 0.25/1.00 vMB 3,097
237,783 237,783 00000000000000b0d3f0b319c787c76b2ec6c9b4ee8be98d7204d19cfea0a54e 128 0.08/1.00 vMB 114
237,782 237,782 000000000000014f760f7c23abe34ebd997375b57bb32ace6d761ddb35551066 640 0.25/1.00 vMB 214
237,781 237,781 000000000000017a36723c80822e4bfcd3939e7aaae116d9b9aa9b1d56a1cd20 313 0.10/1.00 vMB 119
237,780 237,780 000000000000006815d6f8ef035a6671d8251cd3f2a26557a229bd3aa9e77c26 319 0.23/1.00 vMB 123
237,779 237,779 00000000000000a0835983ddf6ebb769060567e34f5661060c3b62c367f5f56d 677 0.25/1.00 vMB 208
237,778 237,778 000000000000011015aa4e17ff9cd5f0b2a2706ffd0a8a88d7d5c7c6e77166c9 22 0.01/1.00 vMB 163
237,777 237,777 0000000000000040cf23030784ec046ec63088a5bfce425d8a50785542ac7b89 233 0.10/1.00 vMB 179
237,776 237,776 00000000000000fd43609969794be8844d2a45ac51d15edd2813a2b264690a17 48 0.03/1.00 vMB 146
237,775 237,775 00000000000000381f05fe0a7f617b4859397d460d97232f865f10d86d5a526d 233 0.13/1.00 vMB 147
237,774 237,774 000000000000011ded4765f24a6298a3507c969c59f78f29b2564c877d42c462 216 0.11/1.00 vMB 146
237,773 237,773 000000000000005981e36c2161d7fdfbe444965299bd1c16dfa5c3d30a690389 452 0.20/1.00 vMB 171
237,772 237,772 000000000000006a7bd5f3e53f1545c0a1f51d5bea2f3dfc53c4f421602d10eb 238 0.10/1.00 vMB 170
237,771 237,771 000000000000005b8f475efeee60b3d87b5c465d6e97f7a463d18cb9c992afcb 249 0.11/1.00 vMB 202
237,770 237,770 00000000000000f5282c3df94bfc883591dd2b6787f564a5e7839df204bd6d3a 399 0.17/1.00 vMB 164
237,769 237,769 0000000000000099b6d9a0391f2b7504f0b71d1bc22cefc3a058f9da985bea2f 26 0.01/1.00 vMB 114
237,768 237,768 000000000000017cfdaa03687cb089f2c0da1f26a99572f34c82a87398c6fdf0 523 0.24/1.00 vMB 172
237,767 237,767 00000000000000ca071ce55a731ed6e7838d6efc77c92d8cb2eeacb3476695cf 464 0.22/1.00 vMB 155
237,766 237,766 00000000000001114c74f45579af095f448e6c9cab2c0ebae1f354bad74a2e3c 531 0.23/1.00 vMB 181
237,765 237,765 000000000000017e37d108610e3aa4224c2fc3578f338bb14853b777ccf33671 214 0.16/1.00 vMB 98
237,764 237,764 00000000000000d42d6cec837bbe05c11c8337962ba467412bd9f709051d6f3d 720 0.25/1.00 vMB 234
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

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