Loading Tool

Explorer IconExplorer

Memory Pool

82,766 transactions
30.60 vMB
0.07342567 BTC
Random Selection Loading Transactions
Max Size: 188.34/200 MB

Candidate Block

Mining Attempt 50942e1b02eba6e587a17da2bda1bbb3a0b7677ac5960ea90d11f0d7a57d0355
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root 2814d02ad806abee4b9a80a039a434f13e4d97b5d73eab9b7a47972c9b93ab14
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,912
Size: 1.00 vMB
Total Fees: 0.00488523 BTC
Feerates: 40.21 > 0.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (22,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
893,135 893,135 0000000000000000000140c423bf30397b3e62b639059f2c88977640d2b64935 3,797 1.00/1.00 vMB 3
893,134 893,134 00000000000000000001c073c63474e8afeed268b0cf4fd0088189e12e2ce396 4,532 1.00/1.00 vMB 3
893,133 893,133 0000000000000000000246e2da492498cda11b41b1f06b23f2d813923e3819b5 3,969 1.00/1.00 vMB 4
893,132 893,132 00000000000000000000cb650a92e4eef2aa5025eb3e673d02ef895d8ea6a85a 4,076 1.00/1.00 vMB 2
893,131 893,131 00000000000000000000ea83de4b7b4e2f7ec66aa366f1778d536001929f3f44 3,884 1.00/1.00 vMB 3
893,130 893,130 000000000000000000019d0bd0c854a0627f2d124c7327700fd1bcdc93e6c4f2 4,092 1.00/1.00 vMB 5
893,129 893,129 00000000000000000000db6628b841acc26ea1a29baf06d030dff36e98f6119f 5,040 1.00/1.00 vMB 4
893,128 893,128 00000000000000000001a3b434fc14ad8b5054da067e469026371e11c3c5d491 4,801 1.00/1.00 vMB 5
893,127 893,127 000000000000000000004f7bc539189bb80bdd0e837efba28dd0620da01b3fd5 3,865 1.00/1.00 vMB 8
893,126 893,126 00000000000000000000a6ced476551ae51d47dbff655700a1e25b0adeb994ce 4,774 1.00/1.00 vMB 7
893,125 893,125 0000000000000000000154ba8761cc956d8c2cd320d0ee09da24a41e523ee6c0 5,052 1.00/1.00 vMB 6
893,124 893,124 000000000000000000008211f3efd883759782c5e6aa05d607479f30c6fb95c0 4,890 1.00/1.00 vMB 5
893,123 893,123 000000000000000000008bde5f911f7330a8a8d529061dbf98a7d88efc31ed65 4,998 1.00/1.00 vMB 3
893,122 893,122 00000000000000000001f9d98e0db28905e672b5c59cc026f9b28b3ef9c8d780 4,707 1.00/1.00 vMB 5
893,121 893,121 00000000000000000001d1cbbcf15cf9b008c9e3a45fb2d4803d4a89ecba2a7b 5,166 1.00/1.00 vMB 3
893,120 893,120 0000000000000000000050e077a0c99acfaea23ca93bc7b84418fb6b8841bc59 4,566 1.00/1.00 vMB 5
893,119 893,119 00000000000000000000c0bf46356feea701fbf0ccf5d9946689360aace46adf 3,476 1.00/1.00 vMB 3
893,118 893,118 0000000000000000000112121483092a181530f705f1e6e3522a110d2f231804 4,114 1.00/1.00 vMB 4
893,117 893,117 00000000000000000002115e16262b609f88d36e528859a8d85bd1448c5d10b5 497 1.00/1.00 vMB 2
893,116 893,116 00000000000000000001e36c52a835bff83dd3debabe2d58780f7fa26fa1afb6 3,635 1.00/1.00 vMB 3
893,115 893,115 0000000000000000000116d1ad330e8d17824467ee4d1658b654d68d1102bb61 3,835 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.99 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: 717.18 GB
    • Received: 17.83 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.