Loading Tool

Explorer IconExplorer

Memory Pool

86,878 transactions
31.78 vMB
0.10552847 BTC
Random Selection Loading Transactions
Max Size: 192.86/200 MB

Candidate Block

Mining Attempt 693b5e557cd0c6a01b44bbd5d115c03edffc0f6587a87ef45303cb1f38232d87
Version 20000000
Previous Block 00000000000000000000c293eb6b3d695babb308ed7b69547ad6151ddfe703e0
Merkle Root 05d0896ad880d503b606230efb887163bac2bd208f8575346dede18c35826bc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.02684350 BTC
Feerates: 157.35 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,075 (241,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,476 673,476 000000000000000000053c0e47b6cff5a65ba8de3aa4c77576186e3f55d96083 3,000 1.00/1.00 vMB 28
673,475 673,475 0000000000000000000b731e6c359a2a2495b85292eddc6ee59a464c039be9bc 2,417 1.00/1.00 vMB 41
673,474 673,474 00000000000000000008a8caefdc8f07fb8b573b5c2bf24dcc53988295de0342 3,123 1.00/1.00 vMB 94
673,473 673,473 0000000000000000000b729ca3fec2b8ea23831f4ad81e24d044d3d83345dc39 2,118 1.00/1.00 vMB 66
673,472 673,472 0000000000000000000bd70cf142c8ac7c84970c747dfe307d0f3178d8723249 2,132 1.00/1.00 vMB 83
673,471 673,471 000000000000000000088f9e5263e9f9b737fae1b04a8d7bb86a1ecd85e3cf4b 1,252 1.00/1.00 vMB 102
673,470 673,470 000000000000000000078b2f2f5a1081054a15bab85839e846d328dc86ea2379 3,048 1.00/1.00 vMB 115
673,469 673,469 00000000000000000007b7f4fb8818234522ad63ec0aac3bae9b7b834e7ad8e5 2,708 1.00/1.00 vMB 23
673,468 673,468 00000000000000000003127d84d091c7cfcfbd28bd49191dbf7fefac17742188 2,331 1.00/1.00 vMB 48
673,467 673,467 00000000000000000005b2b62ca57ae72c29bab15b860494d4679bdeb11f2b54 2,114 1.00/1.00 vMB 65
673,466 673,466 0000000000000000000a7d6e7a5345bcf0a82f5ce37c9e5a6719eed11fed3f8d 2,488 1.00/1.00 vMB 100
673,465 673,465 00000000000000000003ba0f48eac082bd6e2ba588f1699612fa99249cd88b59 2,071 1.00/1.00 vMB 40
673,464 673,464 00000000000000000003d9e141406d6126f723fedd9017b1c8bac94f97ce287b 2,309 1.00/1.00 vMB 57
673,463 673,463 0000000000000000000cc51b7ba75aecfb58bd781b85d9297c8cd3024928fd67 1,965 1.00/1.00 vMB 97
673,462 673,462 00000000000000000004917abe583f20c8dc7056b1e4c77d596ca810fc6e53e0 1,873 1.00/1.00 vMB 114
673,461 673,461 0000000000000000000c709fcc36b0867f7b00aa1e888583aa355d62b11c4784 298 1.00/1.00 vMB 12
673,460 673,460 00000000000000000004183b90cad774c3873710661b2c4dc65fee3da0b84e96 2,597 1.00/1.00 vMB 50
673,459 673,459 0000000000000000000354670ae7a786b6d642c10ab0ca41270569e29e79b79a 1,347 1.00/1.00 vMB 12
673,458 673,458 00000000000000000005ddbf05bf117ac5e59984ffa703f3699557455bf870cf 1,447 1.00/1.00 vMB 25
673,457 673,457 00000000000000000006d6bdcb214566f1160f5b497155d865339101264038e6 942 1.00/1.00 vMB 23
673,456 673,456 0000000000000000000c78526a66151c9a7b5fee868faa2d41576c9961cf0640 1,746 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.53 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: 668.94 GB
    • Received: 15.65 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.