Loading Tool

Explorer IconExplorer

Memory Pool

34,253 transactions
25.36 vMB
0.06901535 BTC
Random Selection Loading Transactions
Max Size: 129.23/200 MB

Candidate Block

Mining Attempt f5a1a362e71b64136b65786ebf113f7595338d0101a21de8852ac32dc46c8799
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 860d0ca2f5d19d46c930df5600e8068f4e3db32a546f8413dd3a47c773f1c5f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,299
Size: 1.00 vMB
Total Fees: 0.02279373 BTC
Feerates: 101.67 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (345,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,576 569,576 0000000000000000000f5cda4e8701f1fecf20d33f6eae23a8c347387e6c67d3 2,479 1.00/1.00 vMB 7
569,575 569,575 000000000000000000051a11d022590524417005e9dea4405a49a3219d8bc15f 2,411 1.00/1.00 vMB 10
569,574 569,574 0000000000000000001a694e7b792f78244f6033d84b1fa212fbe2946688614b 2,922 1.00/1.00 vMB 29
569,573 569,573 0000000000000000000537a27e6a31c8d8cfbf9a84da35e12281606ba1497726 3,259 1.00/1.00 vMB 51
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
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.