Loading Tool

Explorer IconExplorer

Memory Pool

72,688 transactions
28.03 vMB
0.06682613 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt 8c661a5ad08cf6b66086fbdef35262324c31b4d72610d5e25c5b52605b0c5396
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root ed8cb505d0fdceebc104007b417ff4f1f04f77a6b1be67e5322dbb30d9faffff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,937
Size: 1.00 vMB
Total Fees: 0.01069977 BTC
Feerates: 150.86 > 1.07 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (323,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,435 591,435 000000000000000000033ab4478812e863196a21e022e85cbe24c06a8b02a58d 2,624 0.80/1.00 vMB 24
591,434 591,434 000000000000000000026e7d44f53ca954e27557940477b60c56b934dc93298d 1,410 0.63/1.00 vMB 14
591,433 591,433 00000000000000000014ccc7303b1be1fd8c6b2cb5e961d57fbdc57f661db418 2,381 1.00/1.00 vMB 28
591,432 591,432 00000000000000000015a42e7c90b7568e89731b7abb64d6239a46a2b85cba05 2,069 0.70/1.00 vMB 23
591,431 591,431 00000000000000000011dfb0b1d4c47039f5116b0050fc3e795cce873c65abdf 1,790 0.61/1.00 vMB 21
591,430 591,430 00000000000000000004ec527e8a8034c8772012c2a3cd86b4bc36880fd34aff 533 0.15/1.00 vMB 22
591,429 591,429 00000000000000000008698538eceb51770fe180a613684f3c3a34a5ed82a62a 1,791 0.61/1.00 vMB 24
591,428 591,428 0000000000000000000b8844f23986c6d07b5c640de61911e8fff652c543158e 2,887 0.96/1.00 vMB 21
591,427 591,427 0000000000000000000cbb00e7494bafd54b9509b038bdfb8b17e0a94b2aea21 2,151 0.70/1.00 vMB 20
591,426 591,426 000000000000000000171efb3a7c79068039b0256cb1aef087bb633df6774587 399 0.13/1.00 vMB 33
591,425 591,425 00000000000000000014f800f207c1abdabf0c76f4e821f0977db80f25ab8bd8 2,822 0.98/1.00 vMB 22
591,424 591,424 0000000000000000000cb4b4f6f5c8f77648a28188f6644464ae1723c71c95c1 1,838 0.59/1.00 vMB 26
591,423 591,423 00000000000000000006c7e992534c6c4915e194f2354ae09a8bd0e829388f0e 2,229 0.77/1.00 vMB 25
591,422 591,422 0000000000000000000e68e2bea88401b9862e1aba78be9772ddcd3960c69f40 203 0.08/1.00 vMB 34
591,421 591,421 0000000000000000000dc4eaddf2d7ecd2ff1aaf7fdab8df87dfda43ad4cde55 1,579 0.58/1.00 vMB 9
591,420 591,420 0000000000000000000cad831c19f8aef849f99a95bd91c9ee4a1e92fb0945ce 2,797 1.00/1.00 vMB 28
591,419 591,419 0000000000000000000682be61158a8ceb21c0ff6f96af8988873654309585f3 1,585 1.00/1.00 vMB 8
591,418 591,418 00000000000000000007c6c5259152ca03ddcdd508c830cbe060443e0b8cc898 2,468 1.00/1.00 vMB 19
591,417 591,417 00000000000000000014f1904173424c42b80d27dc04b66e8e0306f1ab804bcb 2,001 1.00/1.00 vMB 11
591,416 591,416 00000000000000000002f3a7bcd63a62aa27d87420454253e0457c1d0cde430a 1,427 1.00/1.00 vMB 9
591,415 591,415 0000000000000000000c16ed4573f4dc85d4949da68989c901d9613d95c15e5e 1,824 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.