Loading Tool

Explorer IconExplorer

Memory Pool

37,710 transactions
25.45 vMB
0.06231120 BTC
Random Selection Loading Transactions
Max Size: 131.26/200 MB

Candidate Block

Mining Attempt 9b72139031e8e2216f6e958cd0c1dfae982261df8e66646954826ddb19ea395d
Version 20000000
Previous Block 00000000000000000000f29f8bc6623c876b1c28cb328a71a306f0d15ee3bb07
Merkle Root f0b533a7c6d18078d1e9770b337e1b1119e1d2ab5052cc10098f19cd94e1d83e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,095
Size: 1.00 vMB
Total Fees: 0.01646932 BTC
Feerates: 101.64 > 1.65 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,805 (54,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,562 860,562 0000000000000000000203a7cd42ecd82f4070b3f7daa98c7e450e212a651893 7,590 1.00/1.00 vMB 2
860,561 860,561 000000000000000000009e5364b66093b4e8de31d22b1ac37b6d8eab4f3fb886 5,582 1.00/1.00 vMB 3
860,560 860,560 000000000000000000006ebbd97097c10eb12bd89d2a17d2b8e50b6a3a35463e 6,916 1.00/1.00 vMB 2
860,559 860,559 0000000000000000000042fb7186bd48a9e6eb00dcf6643fa06e8c3a2b07d535 6,394 1.00/1.00 vMB 3
860,558 860,558 00000000000000000001c2c643a5ffa7d040b922701c125d9ae682a6a61fa863 6,988 1.00/1.00 vMB 2
860,557 860,557 000000000000000000024b1dbfc832cd80cf1ed57a259615976786a4c8cc95ed 7,481 1.00/1.00 vMB 2
860,556 860,556 000000000000000000024fc35732f2b28d860518979180f49180cefc6d5e47b7 6,195 1.00/1.00 vMB 3
860,555 860,555 00000000000000000001608cdc0a789695162ed049158396750e37881fe7e404 6,364 1.00/1.00 vMB 3
860,554 860,554 0000000000000000000299d866c783c7ffca2637a7db75ee7aff6e26a75b866b 6,490 1.00/1.00 vMB 2
860,553 860,553 00000000000000000000034afede19626e979e16befe28cc3b0307c0d6fbeed2 2,932 1.00/1.00 vMB 4
860,552 860,552 00000000000000000001b28d2f033c81396631a78a60c9911bc01c37202895f6 3,108 1.00/1.00 vMB 6
860,551 860,551 000000000000000000016eecfa272b3672f1a4fe27f19f378cf9326f7449ddb2 7,840 1.00/1.00 vMB 2
860,550 860,550 00000000000000000002540bd1db0c73764334c334c1faad8d4fdc16c7bc8afe 6,466 1.00/1.00 vMB 3
860,549 860,549 00000000000000000002f05d048e4988f60a5b06015f347c4bc0aff591aa1d2f 4,872 1.00/1.00 vMB 3
860,548 860,548 000000000000000000008c815c4f47c01a834111a374faa3a88a50327c8503de 3,311 1.00/1.00 vMB 5
860,547 860,547 000000000000000000021ca4201c0815c1e59cd5b3bdff8de5f222a7e7adc341 2,935 1.00/1.00 vMB 5
860,546 860,546 0000000000000000000285c666a673602b02541d972a441a8c574c2fce40f16d 7,665 1.00/1.00 vMB 2
860,545 860,545 00000000000000000001d2565c2ba10edbe7a4aa316a7f1cba378b8513bf7631 6,585 1.00/1.00 vMB 3
860,544 860,544 00000000000000000000680d10608f523c4c8e5d6f1a0d948cc8e35b6ceed67e 4,226 1.00/1.00 vMB 3
860,543 860,543 0000000000000000000294a49d3da0d7c8678c88b7997a8a622236fecb374c2a 2,762 1.00/1.00 vMB 6
860,542 860,542 0000000000000000000196780fc440882cc5ba785ae8e78beff1d82d48f7311b 7,068 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.59 GB
    • Received: 13.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.