Loading Tool

Explorer IconExplorer

Memory Pool

87,853 transactions
32.57 vMB
0.24815672 BTC
Random Selection Loading Transactions
Max Size: 194.66/200 MB

Candidate Block

Mining Attempt e3ced8886f301ea7459b4c57b4f28ea3400f503bc67ef6d913a27750b63dd920
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root a1c63f12af2f10d04fce266f72f75089f6773819de392a79658e7982df867798
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.10992086 BTC
Feerates: 538.26 > 11.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (353,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,255 561,255 000000000000000000033450e86799ccb5937542a0d62a6f4c29c29818093a74 2,027 1.00/1.00 vMB 5
561,254 561,254 0000000000000000000e807fa64e586954095fbd866967f37d6ff66f1bac7b15 3,169 1.00/1.00 vMB 17
561,253 561,253 000000000000000000211b0da52cd32bdeb2e54aab854e675929cc7806849221 2,188 1.00/1.00 vMB 20
561,252 561,252 00000000000000000001c437831662f3822485e5c022a29f87ddec4bd283d6e3 931 0.56/1.00 vMB 2
561,251 561,251 0000000000000000000b738aa1311527a4be71dad270024f6d16872260c71358 1,431 1.00/1.00 vMB 10
561,250 561,250 0000000000000000001d83c28ad2fa43b012025a6329d6b961c8e2f927bcc5b2 1,891 1.00/1.00 vMB 11
561,249 561,249 00000000000000000021eb7cba4efd822825c041ecbc3eb520b38193ba02549a 2,801 1.00/1.00 vMB 22
561,248 561,248 0000000000000000001060a61762e4a9b4be2f43409ccc7bd1f3ca6ab20efcaa 2,164 0.70/1.00 vMB 9
561,247 561,247 00000000000000000017c96e5d046c1911209c4a0a922c3bbe2e749002e77e6f 3,088 1.00/1.00 vMB 7
561,246 561,246 000000000000000000201896ca81c0f0ddd81f677fd8333e4c3ac3202b45a2cd 3,184 1.00/1.00 vMB 32
561,245 561,245 00000000000000000026f1482a9ab2a19a8eda8cb935181ebc2c0949ade48d3a 2,952 1.00/1.00 vMB 17
561,244 561,244 0000000000000000000a2ab7fd9a738d62a4b0aa97d726047ed443f3d7c8aafd 1,190 0.39/1.00 vMB 12
561,243 561,243 0000000000000000000bc6eabcd90a84f0e7de15f6c12777567183c74d556d60 2,004 0.65/1.00 vMB 12
561,242 561,242 000000000000000000078f01f5ebe2454d31065696cc1afba416dd5b9416a24d 2,361 0.85/1.00 vMB 15
561,241 561,241 0000000000000000000059041342d7948473f688a844e8df6929332d19b259fa 2,414 1.00/1.00 vMB 10
561,240 561,240 0000000000000000002e6de3581f74529b2c88f8f0270478f302f5078c0e8e82 2,671 1.00/1.00 vMB 5
561,239 561,239 00000000000000000018b0dbc18d6e5002ca480a4b648ea6e97ab59c5259e194 2,610 1.00/1.00 vMB 11
561,238 561,238 0000000000000000000354177cb0a7bbeb25e209a16bcc61d57f3fd44e04a93c 2,686 1.00/1.00 vMB 30
561,237 561,237 000000000000000000273aa83408bd5def5df529af11fdffd8405bec1f7294a3 2,977 1.00/1.00 vMB 7
561,236 561,236 00000000000000000005dd350c989cb5af128245a46b6a82f8bfba630bda3015 2,703 1.00/1.00 vMB 23
561,235 561,235 0000000000000000000a867083e5e090cfd3f0c5c0ba8368778ec423d85af334 2,798 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.