Loading Tool

Explorer IconExplorer

Memory Pool

80,920 transactions
30.86 vMB
0.07638036 BTC
Random Selection Loading Transactions
Max Size: 187.78/200 MB

Candidate Block

Mining Attempt 6749f0500879b2f44ed2f0e721ffb9d36ae58ab89aaa97a710f295ff586965e2
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 7757fbf738bbce08780a032b8df9d916208d0933e9405ceae30087a683a6d098
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.01003478 BTC
Feerates: 265.25 > 1.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (48,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,734 866,734 000000000000000000001186125ae27d0193bb87386e4a1768b5915b30aa69bd 3,479 1.00/1.00 vMB 16
866,733 866,733 0000000000000000000257e9ad0e0b06c77692a56962eeb973a75436c3d2e579 2,627 1.00/1.00 vMB 10
866,732 866,732 00000000000000000002b44e6aa513543a21f7eef4df3f5da4328b7f306c3e5f 4,653 1.00/1.00 vMB 10
866,731 866,731 00000000000000000001769e5be197242bf0c99b75e2d8b8e534ea7cce2d2d03 3,192 1.00/1.00 vMB 14
866,730 866,730 000000000000000000010526cc3792cadc027702db956eb80b8fbde623adf749 5,391 1.00/1.00 vMB 12
866,729 866,729 000000000000000000006522d13bb057c0e38d89d82e344aae87ae1534d3e311 4,228 1.00/1.00 vMB 17
866,728 866,728 00000000000000000001a3b4bd4e523d9fc50f4b4d91f14a6b4e53cab0be0e14 4,751 1.00/1.00 vMB 11
866,727 866,727 00000000000000000002cd2bd90f685a93689c04e1acfb82795c1160fe453473 4,261 1.00/1.00 vMB 14
866,726 866,726 000000000000000000025f0968ab8a69ad3a12d0c825f377aaf481e4681be8b5 3,341 1.00/1.00 vMB 15
866,725 866,725 0000000000000000000108856b04084977e6ed90a98e25c2bcb3815b8cdb4f59 3,689 1.00/1.00 vMB 28
866,724 866,724 000000000000000000029aa7fca3a6b07c75d7805f4f631089f28b2a4b0163ed 4,469 1.00/1.00 vMB 10
866,723 866,723 000000000000000000008fb44546454f12691f8fa0f8857c391c1355dadac9d7 3,324 1.00/1.00 vMB 7
866,722 866,722 00000000000000000001b07df4e2d6f8eb9a6e30e5b8b16259dcfd0b74347c1a 5,490 1.00/1.00 vMB 11
866,721 866,721 00000000000000000000048d9277c0da126836571c3e027f9b32d804d3b38207 5,885 1.00/1.00 vMB 13
866,720 866,720 000000000000000000005469bc478c6ee1f69f755ceb3cc29ebeac0c96234077 6,398 1.00/1.00 vMB 13
866,719 866,719 000000000000000000015ae3441f767b3407dc4689e052342a1a513f1f6326cf 5,908 1.00/1.00 vMB 16
866,718 866,718 000000000000000000012cd6187ca09c48064b53757185151011fc261e8b9d23 5,973 1.00/1.00 vMB 5
866,717 866,717 0000000000000000000171b9f3d8028fb052d4fda52113704ecbf901760e8a21 4,847 1.00/1.00 vMB 5
866,716 866,716 0000000000000000000194ebb9d8ce7641b5aa20e328d22c651b149b8cf5f76f 6,402 1.00/1.00 vMB 6
866,715 866,715 0000000000000000000174c7648d32e9c335a3489c9c2c5ebb0bb1aac66133a2 5,943 1.00/1.00 vMB 4
866,714 866,714 00000000000000000000172811fffa6bb14a7e9b516e43a4a19c1a954cd6f053 4,737 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.71 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: 701.18 GB
    • Received: 16.62 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.