Loading Tool

Explorer IconExplorer

Memory Pool

27,912 transactions (4.18 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 36.59/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,580 000000000000000000022b910000000000000000000000000000000000000000 685 0.00453390 BTC 0.17 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,579 (648,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
264,455 264,455 000000000000000864068f6ce92520fb1045ffdeac47c7aec96748dd4b465986 0.25 MB 565 218
264,454 264,454 000000000000000660e6cc3d1ea83db061be307f2fe56728d384ebd837db5816 0.23 MB 553 100
264,453 264,453 00000000000000033fd29be1f80ae68f0be48b2883ca8119848418a92c2916f5 0.14 MB 194 96
264,452 264,452 000000000000000d8c823712a684145a605b1e5b284964144d02212d307c61f1 0.31 MB 809 119
264,451 264,451 00000000000000060cad882ff836ff571e3a24532ef98652425a0be6d54cdf96 0.15 MB 244 61
264,450 264,450 0000000000000007126429ccadfb36a5c324593b2e74040eab6c50cbd3b5dfc1 0.24 MB 479 68
264,449 264,449 000000000000000341bc26668a302f909ee701c374d8dfeeabacc7e4467e48f9 0.25 MB 592 156
264,448 264,448 000000000000000efb1658a5d93f00f14ddca3f967e48edbbf5b0cf008ee9900 0.09 MB 183 85
264,447 264,447 0000000000000000b2ad146dd636e981da6c63704c321df55615032002b72348 0.05 MB 123 90
264,446 264,446 0000000000000004fea2a66166c7559ea093d9391d39a2f3cf9366fe0a66794a 0.33 MB 659 89
264,445 264,445 000000000000000575498851d0efad7f9ef4488e65832e5da6f409f48981cc78 0.25 MB 730 145
264,444 264,444 0000000000000008115b7c7fc7596b5dcd18ee0b1cf730b896126bde932f9839 0.04 MB 99 83
264,443 264,443 0000000000000005d6ecaaf3d45fb46b1d24703623bbf7a6ed48bee739d758bb 0.09 MB 209 126
264,442 264,442 000000000000000d26765b7e73125340b90928fa6d97eeaae39b2378d701108c 0.11 MB 231 52
264,441 264,441 0000000000000008670edfbd0679edc86793d619a09169dd73b65938a9948243 0.25 MB 545 119
264,440 264,440 00000000000000059447c5ad6282901c473d21c6ee0c333a04a50e67c2af0968 0.17 MB 412 108
264,439 264,439 000000000000000c610d9f56393e1be830cedf138421ee821a40f1f3e7ec57da 0.08 MB 224 81
264,438 264,438 00000000000000080738058e3e0e5469a2128df238840d507ca4dbc8ae5df74e 0.16 MB 241 37
264,437 264,437 000000000000000661c7063694e60bef663d8fc44c246bb2d33af6d66e45c5ae 0.25 MB 649 133
264,436 264,436 0000000000000001abd1eeb1ea25c772b4507128b08ab1f144fd380d450d758d 0.24 MB 586 91
264,435 264,435 00000000000000093afc6f15d4c308c7a7b33c2c5e5eb01e88b60008aceb4851 0.05 MB 173 80
Previous 10 blocks ↓
Total Size: 778.09 GB

Node Details:

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