Loading Tool

Explorer IconExplorer

Memory Pool

41,257 transactions
31.53 vMB
0.08510268 BTC
Random Selection Loading Transactions
Max Size: 158.04/200 MB

Candidate Block

Mining Attempt 656c9ef1a53eb172969df50889fc479c70d606d1f28e7ceb1ab44de7499bbe06
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root 8573e845e31c77b4ff3b47f0e1a8773b507d57134b9d56954168fb1d1273d0e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,916
Size: 1.00 vMB
Total Fees: 0.02019587 BTC
Feerates: 101.13 > 2.02 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (676,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,586 237,586 0000000000000117fafeaa7406541fa8b356a91fd283bb76d2f58536c943095f 641 0.25/1.00 vMB 177
237,585 237,585 0000000000000116510ab9c19ee52717a17079f083b9f7d443e7422af71cbd0d 320 0.10/1.00 vMB 74
237,584 237,584 000000000000013a1bcc6bd88e8ff7e34430a884d96a0577047991df6a35e7b1 369 0.18/1.00 vMB 172
237,583 237,583 0000000000000059cbd87d8255a49c8fd87592168f1627dafe571e937235ca4d 323 0.14/1.00 vMB 163
237,582 237,582 00000000000000f47ddd2f1412945485a79839550ca4aba9b12631b02e3cafcd 183 0.09/1.00 vMB 139
237,581 237,581 0000000000000118e372470e622e7462af4cff4850bb0f484a14823c84bbb17f 582 0.25/1.00 vMB 181
237,580 237,580 000000000000013befd159d14fa549c52d5e9dbc1596e0ed254e742b31b4e38c 329 0.16/1.00 vMB 150
237,579 237,579 0000000000000063db17bc3c0d4dcb6b5fd0ba2d0bc0a50fe826f61b6e5e3e83 118 0.10/1.00 vMB 63
237,578 237,578 0000000000000067d791d9843bccd8b405d99f9cc8424bd9037c4f40664fdbc0 485 0.21/1.00 vMB 196
237,577 237,577 0000000000000041813a9b7dde54428b1c56379dbcf68cf5474c9651ff66fc03 426 0.23/1.00 vMB 130
237,576 237,576 000000000000017da909fe5d52fcd292de2de93dd77c9def882f05b0efdc2b80 544 0.24/1.00 vMB 183
237,575 237,575 00000000000000b3ab55ad4ccda4ac937abefc560358e1edc7783e6d88ab0f03 421 0.19/1.00 vMB 183
237,574 237,574 00000000000000f595dabc67b09229d6cd93224da85c46415f5c782e09ab576f 376 0.17/1.00 vMB 150
237,573 237,573 000000000000010cf43bc5e038ac9b3a530c130c72de8d0faebf4efd5d501834 343 0.19/1.00 vMB 106
237,572 237,572 000000000000014b3e4e7e3090a77f4696618620ec56c5a21635258d5d716c76 285 0.21/1.00 vMB 106
237,571 237,571 0000000000000163a3da38eb1da0eec8407d0fc3b122f5e912d99f6ea857b63c 620 0.25/1.00 vMB 195
237,570 237,570 000000000000017da9a3da898676dfbc7d20c578b4f71df76a32bee1d12c5ef8 260 0.25/1.00 vMB 87
237,569 237,569 000000000000007add0a81ee97cec9f8af46b8460c6bfa4eb56afb89c344cefb 562 0.25/1.00 vMB 155
237,568 237,568 000000000000016ff2510e4da2afd0ef326128ef9dd035b9cb3dbd570fcc8a15 493 0.25/1.00 vMB 127
237,567 237,567 000000000000001fe86d73f26e1b6ebdc87f2f89449c6d00bd580ba95b089a52 807 0.25/1.00 vMB 235
237,566 237,566 00000000000000c8fb30dc785e322b76269315b15684575fabb06a6d9a1175b8 797 0.25/1.00 vMB 243
Previous 10 blocks ↓
Total Size: 781.62 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: 625.46 GB
    • Received: 11.59 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.