Loading Tool

Explorer IconExplorer

Memory Pool

42,776 transactions
26.60 vMB
0.06309714 BTC
Random Selection Loading Transactions
Max Size: 139.22/200 MB

Candidate Block

Mining Attempt de312673b25f0acdf6cb8ecee0bfed7ce26cb0566f6d9019960b878f7a2fcb59
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root eb3f6fbe4d0b5eacb971386724f663d18df2621296ab9893e4acfe6179e44e89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,449
Size: 1.00 vMB
Total Fees: 0.01395308 BTC
Feerates: 150.77 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (345,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,579 569,579 00000000000000000019c24724359c2e7fdb61e7dc839715f299df5dc408c556 3,101 1.00/1.00 vMB 58
569,578 569,578 0000000000000000001dc8873da2b2226e68cfb08d73ca28cd0d69fece1bd427 3,157 1.00/1.00 vMB 37
569,577 569,577 0000000000000000000fc2cdb00260b5e323a31fb48b29625ca7c4eb0faedcff 3,153 1.00/1.00 vMB 64
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
Previous 10 blocks ↓
Total Size: 782.18 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.66 GB
    • Received: 13.99 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.