Loading Tool

Explorer IconExplorer

Memory Pool

53,150 transactions
31.49 vMB
0.18265381 BTC
Random Selection Loading Transactions
Max Size: 169.18/200 MB

Candidate Block

Mining Attempt 226dc766c03b3e1b646b535a2e74ac4d9d9e8e0b33cd0dcc3a0b0556debd5078
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 2d7a0e304a0c6592e589362a41c866bbbdec4918afcfce4b2936327d87a94399
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,266
Size: 1.00 vMB
Total Fees: 0.09672759 BTC
Feerates: 477.45 > 9.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (69,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,190 845,190 0000000000000000000090d4a8d455949f6981aba75af8d63aece6d00c4bd689 6,717 1.00/1.00 vMB 8
845,189 845,189 00000000000000000003180207a1cd7eadf6a35f8c656752f02ad44337a9f780 6,041 1.00/1.00 vMB 8
845,188 845,188 00000000000000000001a26b542e6acc011e76540397c7a3bd8ba8f75168d270 6,245 1.00/1.00 vMB 8
845,187 845,187 0000000000000000000232be66828b21cd3639bf5ef83e707aaff20ca4fc40d9 6,010 1.00/1.00 vMB 9
845,186 845,186 00000000000000000001b96febcca67e0acab35ddbbdc6bb2cdf1e48b23b26bb 6,700 1.00/1.00 vMB 7
845,185 845,185 000000000000000000001799685f34652e23052b53645ccf6b49a82eeae0513b 6,186 1.00/1.00 vMB 10
845,184 845,184 0000000000000000000052c6171909a608d2cd9c08b71d2702156a95a194a5f8 4,623 1.00/1.00 vMB 9
845,183 845,183 0000000000000000000031f4da6f9f87b2b9a392d8911d21b0f397d237c81d0d 2,941 1.00/1.00 vMB 17
845,182 845,182 000000000000000000032badb90792aad830a9077e34011b53d0931c26343a1e 6,371 1.00/1.00 vMB 8
845,181 845,181 00000000000000000000e07bd909b7656bc56dbb068ed55ced43bad48e85cedc 4,202 1.00/1.00 vMB 11
845,180 845,180 000000000000000000010d1307b3abffa5aeb01c694aeb4cfa52e6dcbf775fcf 3,985 1.00/1.00 vMB 11
845,179 845,179 0000000000000000000090b7a55ff65f3a5b03e1509da122f882c23436dbe1e3 3,332 1.00/1.00 vMB 11
845,178 845,178 0000000000000000000334f7f13a7a06d464b56f5832e70c9869e77d3e164570 5,117 1.00/1.00 vMB 17
845,177 845,177 000000000000000000016c879135319495d7035848b29984f23c684aef31a535 4,734 1.00/1.00 vMB 14
845,176 845,176 000000000000000000026a754c5fb6413e9ae097762c08b78f98336e8bf32e39 5,927 1.00/1.00 vMB 17
845,175 845,175 0000000000000000000160c4ab64d90b7e9d8add1bc03bcc9d93132331dffcc6 5,112 1.00/1.00 vMB 19
845,174 845,174 000000000000000000014c457e2cffc5f1cd54a0cb52d290245ed593746e2f97 6,022 1.00/1.00 vMB 8
845,173 845,173 000000000000000000015ca4a90192240d1fca1f3039cebc071368c6fd18f103 5,250 1.00/1.00 vMB 8
845,172 845,172 000000000000000000020d0f897f7c6435a411261cf336e6ce1cc42036b2e115 6,342 1.00/1.00 vMB 9
845,171 845,171 00000000000000000001c8b0e8ed3259c463ac9b8016c21a698404b5c08ee925 6,771 1.00/1.00 vMB 9
845,170 845,170 00000000000000000000fbb954d2c3b2bac3343c42c340aa93afe38646999d12 5,614 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.