Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,395 transactions (4.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (871,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,040 38,040 0000000017eb8562dc57ce3ec01e857b22022d244dd6b1b29d156b510c6df9a4 0.00 MB 1 0
38,039 38,039 000000003fbb2a736fad66cb65436047216d6d09614f40ac85d955c8d3304f49 0.00 MB 1 0
38,038 38,038 000000002fcfdd81dd6b92e80027124179a0f646808ce7d8670ec18773b9126d 0.00 MB 1 0
38,037 38,037 0000000030bb42c2586a7539bc948a2437ad68df3d90d090756b8fa91d64f0c7 0.00 MB 1 0
38,036 38,036 00000000389230e2afcc52238aba45090c9c7ba4f10e9138d5ae59a958a3acaf 0.00 MB 1 0
38,035 38,035 000000003d1488b2dc3e5a00816e1cb423b10009a1e6e1144ab281b9a66d021a 0.00 MB 1 0
38,034 38,034 0000000026eaa4769094fecd84c6d21bc2e2f4a9ec190e4006ebb51b1575eced 0.00 MB 1 0
38,033 38,033 000000004f3fa657af408f464455515a8057d1039125f5b66ca9738e6834a22e 0.00 MB 1 0
38,032 38,032 000000002b8aafc5e55b2e69c71b23406c2a8dbb40b3eba5cd7ed2f90a1813ef 0.00 MB 1 0
38,031 38,031 00000000068eb53fda7f003d12678026ec32400a6ad6fa6a4a3ed062b6c10772 0.00 MB 1 0
38,030 38,030 000000006712a87eb252481a01724d96cd7bb8146e81c33c6472c42353ba47dc 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.05 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,046.36 GB sent, 108.31 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.