Loading Tool

Explorer IconExplorer

Memory Pool

80,737 transactions
30.04 vMB
0.12482874 BTC
Random Selection Loading Transactions
Max Size: 180.70/200 MB

Candidate Block

Mining Attempt e7220d27de397476fe9832e44b2e5475f03bae00e65430f13bf9c9effc685f64
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 8eb6e9c6992803922296336e58154315f0b15e793a940cd5e55b0516c0e2ff45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,696
Size: 1.00 vMB
Total Fees: 0.05152359 BTC
Feerates: 242.90 > 5.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (235,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,554 679,554 0000000000000000000000e01e08da62547d48615684ec70bdeb2e185f3dd012 1,503 1.00/1.00 vMB 131
679,553 679,553 00000000000000000000adbd8a2cdaca8c107ffa712316b9a7d53924b72ed187 1,821 1.00/1.00 vMB 137
679,552 679,552 00000000000000000007d7f3dc528e05618c59ba430c4581238232b01d499229 2,429 1.00/1.00 vMB 138
679,551 679,551 0000000000000000000aa48e742f82e138b54099ae429ec0dc6e955e7712214b 1,740 1.00/1.00 vMB 147
679,550 679,550 000000000000000000056c922c378735839c65ae24c88497cbc13cb49a089a11 2,530 1.00/1.00 vMB 181
679,549 679,549 00000000000000000001b1b3c79456f6bf8c0ce557a01379d3fee9e399fa0050 2,015 1.00/1.00 vMB 174
679,548 679,548 00000000000000000006dc07730e86fca1e46486670da2bec97572f822f2a0dc 1,881 1.00/1.00 vMB 140
679,547 679,547 0000000000000000000b763d9526ef96a9062bc87bb066fd0b168d9e19470d06 1,538 1.00/1.00 vMB 120
679,546 679,546 00000000000000000000e95ece6eab2028ca4d71b16dddd66d88da5f9d42bd98 1,641 1.00/1.00 vMB 172
679,545 679,545 00000000000000000005c95b0fb46affac039c93c178475ae8456f2e2328d9d4 2,855 1.00/1.00 vMB 201
679,544 679,544 00000000000000000000039930ae728c02abde5bf7357e18e9c435004299b7ff 2,407 1.00/1.00 vMB 171
679,543 679,543 000000000000000000068369dd7c1b7f4e0d76fed39af67e742539ad2c576c5d 1,125 1.00/1.00 vMB 173
679,542 679,542 000000000000000000014e5728f6837e8aa9f4620f43bffa0a0cfacb4f7a2bc7 1,392 1.00/1.00 vMB 161
679,541 679,541 00000000000000000006de55b6db1555e0a9f35f675eb2d166b2f95059b54e8c 1,402 1.00/1.00 vMB 146
679,540 679,540 00000000000000000004c1bff8554b413c9cd1d057b9bfe9a1accb2841d2e498 2,140 1.00/1.00 vMB 169
679,539 679,539 0000000000000000000594a70f204d6bdcf8b69e1ac12cdb0ba7915b8e4d3d16 1,747 1.00/1.00 vMB 169
679,538 679,538 0000000000000000000227a749785ccb5e81ea39b9032aaca186a4383ecbf1bf 1,791 1.00/1.00 vMB 193
679,537 679,537 000000000000000000034f72c77225b6cdc601d6b9b56c5a1ff59ef031d75afa 1,528 1.00/1.00 vMB 136
679,536 679,536 00000000000000000005678440e1eff5de99f5848b5d57bb21da1a188775904d 2,030 1.00/1.00 vMB 152
679,535 679,535 000000000000000000051cd54cdbb0dc6b8c87c64a06e11ae5c1129f588b1508 682 1.00/1.00 vMB 156
679,534 679,534 00000000000000000006120c7354ddc309f851106fbdcf77073c68051f005f26 2,759 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.