Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,566 transactions (0.65 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,388 000000000000000000022cb30000000000000000000000000000000000000000 0.65 vMB 1,566 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,387 (871,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,029 38,029 000000008f5b5645b469aec8249ad52a39056fdcbbdfbb5aee09861584c97126 0.00 MB 1 0
38,028 38,028 0000000036d42a927dbe38c6171e8722da141963510c5409d04bfbb73d63b67f 0.00 MB 1 0
38,027 38,027 0000000088dd33ae6bd9e9358334f86ac508f3076908dd5344fb54bfafff6262 0.00 MB 1 0
38,026 38,026 00000000519eabc9363a8026d6b086aca6b34cb4691b65520f90ff28cc4656e9 0.00 MB 1 0
38,025 38,025 000000001782177f663cd885c9c2f90eede7ff88c62f49a3ece4df995296cf00 0.00 MB 1 0
38,024 38,024 000000004d7edcde88e8c9b2f2c2b0e521fba2718e81ba65b3df264c2389dc04 0.00 MB 1 0
38,023 38,023 00000000396f72328c442fe6deea7432e29b7be20929a20ce4d794b5e4ef3a69 0.00 MB 1 0
38,022 38,022 000000004598f020a70ab3022281816f0353dd8b850ef0ce4a0c33200b975ab4 0.00 MB 1 0
38,021 38,021 000000001d4c691764e828f4b485c7d63a6afc46f466747c8faaaf0a40987bab 0.00 MB 1 0
38,020 38,020 00000000aba9c602903690ee18d9547ef53be2a76eeb128c3ccf75013bd977db 0.00 MB 1 0
38,019 38,019 000000003d25cb5d0c6ed0d441201c83a7d22131774ff33c121a6f0df09c592a 0.00 MB 1 0
38,018 38,018 0000000021a10c640a59f8558bd611ba07422b4f75fc4ca83dd53127d03a1175 0.00 MB 1 0
38,017 38,017 000000007346080866046167bfcf01ec127c6bccf8778d5cf6cd35ad3f8a30f0 0.00 MB 1 0
38,016 38,016 000000005af0b4e19a121d349fc2f8ef58a92560760c93e0bfe09e632a8250af 0.00 MB 1 0
38,015 38,015 0000000089d048688df881daca02a4fb8760aeabf64c68418b3f2ab263a51487 0.00 MB 1 0
38,014 38,014 0000000019f32657adbc9cde2d4845af07d6f855fa791136124509b35c73fd77 0.00 MB 1 0
38,013 38,013 000000003e74164122c0bfb1e75488564b0d62ed37839babde722a61744f45d3 0.00 MB 1 0
38,012 38,012 000000003341e576a6af0959f9aeed10dc9aa910f34080e69d723fbc6c43334c 0.00 MB 1 0
38,011 38,011 000000005ff9850caa1c33bc94ac2efbb6c72440c2c739ae72d0c10b7515e99c 0.00 MB 1 0
38,010 38,010 00000000369a3f4600ecd3b8e93f4e340d9497fbf55f2fcabf2eae2df217ea60 0.00 MB 1 0
38,009 38,009 00000000460910a87e5ebe8dcd7501d1c1f07da6aa9c713ec2acb844ce7fc0c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,069.49 GB sent, 109.43 GB received

Notes

  • This page updates every 5 seconds.
  • 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.