Loading Tool

Explorer IconExplorer

Memory Pool

38,305 transactions
26.86 vMB
0.05433290 BTC
Random Selection Loading Transactions
Max Size: 139.71/200 MB

Candidate Block

Mining Attempt 592a35bab8511cddc230b2a75533d8a2f1c0a64b83b3b571fb31fe1aa8432cff
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 082eae07d8f6b269cf588551014d0d2c4230bb01649724eae0588716766cc291
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 699
Size: 1.00 vMB
Total Fees: 0.00463299 BTC
Feerates: 44.54 > 0.46 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (345,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,572 569,572 00000000000000000018cecbf43d786c60720dd4f562b792a34eab8f73141158 2,920 1.00/1.00 vMB 5
569,571 569,571 000000000000000000153fd422401d110bb1d6c21560a2366033e4015426b078 2,227 1.00/1.00 vMB 38
569,570 569,570 0000000000000000002600ede0c8832ce1986e268fd272ae18c57e3340664126 2,940 1.00/1.00 vMB 14
569,569 569,569 00000000000000000016e7e022f2f1f61696ca91daee05b40d69e5050ee9a6f9 2,783 1.00/1.00 vMB 18
569,568 569,568 0000000000000000002b67fad6e52dc723ab579bdd7c420b6e022acf99aec6c0 3,147 1.00/1.00 vMB 39
569,567 569,567 00000000000000000025db576e22e1a8ddefc0307ff24a7d2babc07dcef92f41 2,815 1.00/1.00 vMB 49
569,566 569,566 0000000000000000000b5bc404fccea3f50846099e44d37cc18068a6ea76e014 3,033 1.00/1.00 vMB 43
569,565 569,565 0000000000000000001bcdc0eb22a7bba1717a808d4a0e7fa911f209ea35a0c4 3,039 1.00/1.00 vMB 50
569,564 569,564 000000000000000000223880afcb58aac126e52621b5a78db92c0e8cf74d95dd 2,551 1.00/1.00 vMB 13
569,563 569,563 0000000000000000002a40992569ad710909c5cdfc6a80cb8d4acfb7ce83b596 2,582 1.00/1.00 vMB 37
569,562 569,562 000000000000000000246f7f01c8096c9150ba0ab45477c27740c4068f19acc4 3,297 1.00/1.00 vMB 7
569,561 569,561 0000000000000000002be93ba79f8522064585f18388dc3f2c8b0d5340ce62b7 3,043 1.00/1.00 vMB 39
569,560 569,560 0000000000000000002a242f88afa7f58fcad9a983053e0aad36aaed2e02e597 3,141 1.00/1.00 vMB 36
569,559 569,559 0000000000000000002461076daf673c7ca0ae86aaa56656f280982ab00c402d 3,021 1.00/1.00 vMB 33
569,558 569,558 00000000000000000003c04c6528ef97af2cd84efe0acfaa2f21c3bbc07cf076 2,592 1.00/1.00 vMB 60
569,557 569,557 00000000000000000014928e4845835d87acebe4930933506824982a30b63f10 2,968 1.00/1.00 vMB 22
569,556 569,556 00000000000000000006acd60afacb11b56aa285ab3a43db727fb4b0cce55bd7 1,639 1.00/1.00 vMB 49
569,555 569,555 0000000000000000000b1618359ce61f803d9018ad03c67e09e6c16298d8cb89 2,346 1.00/1.00 vMB 16
569,554 569,554 0000000000000000001f37740431c92e5af3dcf2e5a2ae4b7d928fccd1c6ca5f 3,148 1.00/1.00 vMB 20
569,553 569,553 00000000000000000017d615c5b9503d3d6de2e6d0f48af30ee24ac2678c81b2 3,098 1.00/1.00 vMB 9
569,552 569,552 0000000000000000001c9adf81afae96a81dfe176b78255d13f7a8c11cf7bc84 2,645 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.15 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: 653.02 GB
    • Received: 13.82 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.