Loading Tool

Explorer IconExplorer

Memory Pool

39,557 transactions
28.45 vMB
0.06893580 BTC
Random Selection Loading Transactions
Max Size: 144.64/200 MB

Candidate Block

Mining Attempt 01626a55f6ec5e952c21e4c4e9f27c61263cbfa6b7b462f4c4cfe870dae863d1
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 9e49f950ff480694f9de74f0488e35d50108cc094bfc1186544c87a772fda976
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,370
Size: 1.00 vMB
Total Fees: 0.01410702 BTC
Feerates: 150.80 > 1.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (859,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
54,786 54,786 0000000002e33f7de4e5d29f2289d44a3bef73008f0bf865fd394b62fef49d48 1 0.00/1.00 vMB 0
54,785 54,785 00000000025620c535f5ab97004a5c2011f5f99af50dc27ed4c2805724c87d71 1 0.00/1.00 vMB 0
54,784 54,784 000000000149bf9b4318fabdb8cdc2a2a0f710aedbdc177c213ab2fe21278e6d 1 0.00/1.00 vMB 0
54,783 54,783 0000000012f304727eccdeace200708b5ee240566ef7e86c54f0c3b84c359eef 2 0.00/1.00 vMB 0
54,782 54,782 00000000103acad679535635b2775f9fc39be62c5f06355cbc6519a87a5b5231 1 0.00/1.00 vMB 0
54,781 54,781 00000000093b7be6782b1dc471bb69023969c31113e26c51d0caef0cc7123ab7 1 0.00/1.00 vMB 0
54,780 54,780 00000000021d49d80af969c24de14e4fc537f2af92afb410ebfbe24d697dd09e 2 0.00/1.00 vMB 0
54,779 54,779 0000000006dc4252a186aa6350cce8c6b0ddd0f90b6f9be0b03f37d8222f259b 1 0.00/1.00 vMB 0
54,778 54,778 00000000104174c4945a4acdeebf5683a5a6c41bddebc28b0f1a2f228ea3fcbe 6 0.01/1.00 vMB 0
54,777 54,777 000000000181baaf293b6dbb14c0938e31effb5970fb87429243f4508a0bbfcb 2 0.00/1.00 vMB 0
54,776 54,776 00000000074355c75e7280d5daee53698590fed27aeef10cc018f47d87dde552 1 0.00/1.00 vMB 0
54,775 54,775 00000000111f266600a39535ccb6e99ca73a2f1030fbe478dcd682b6bb51e79c 1 0.00/1.00 vMB 0
54,774 54,774 0000000004c2e83f633be7ffb2a8ba66494ae2b3e2afa0dd8bd920a2449fa41f 2 0.00/1.00 vMB 0
54,773 54,773 0000000011a21990bb3336beac46d59a379e8075948281095ec2a9ccec80cd80 3 0.00/1.00 vMB 0
54,772 54,772 0000000002df49527659bedd796f44a6d13bd66624919af8924f693433086fce 1 0.00/1.00 vMB 0
54,771 54,771 00000000087c861088d070931b3bdea14a3e9e43d23bd8884c93e91d8d5cd66b 1 0.00/1.00 vMB 0
54,770 54,770 000000000b8d3b3eafbeec6a60625ac1c9f54fb55d8fd425a6464e4605498321 1 0.00/1.00 vMB 0
54,769 54,769 000000000f012336a31ce372c37faf8b85b058a4d5c04234a7892f5a76f19b9f 1 0.00/1.00 vMB 0
54,768 54,768 0000000013949a0461a8c8d0f27aa4ce4c055e60c28ed9296ad961cb3296825b 1 0.00/1.00 vMB 0
54,767 54,767 000000000932539df22c0275618c5196fd25e602a536ec27485db5a65c0420e1 1 0.00/1.00 vMB 0
54,766 54,766 000000000a9163c8a4f2766bedbdb92cef95349a7f557b68a0ed2d2522ba239a 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.68 GB
    • Received: 11.82 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.