Loading Tool

Explorer IconExplorer

Memory Pool

41,387 transactions
25.96 vMB
0.05196780 BTC
Random Selection Loading Transactions
Max Size: 135.74/200 MB

Candidate Block

Mining Attempt e57b19917a6c2ba9230911964d6d5f5d0baa80b2253e35d66498516283d454b4
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 62e88812d3b004aefc2bff925053aa6a3750070266861105f81a7be288f16985
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,161
Size: 1.00 vMB
Total Fees: 0.00459379 BTC
Feerates: 40.21 > 0.46 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (453,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,695 461,695 00000000000000000070486a3fb6dcdcc71f3ecbfdbdfd645e6c8aa9646a7b19 2,335 1.00/1.00 vMB 132
461,694 461,694 0000000000000000003a035ccb4d4a344068c2afa06f56b5a8918c83f3c9db58 2,072 1.00/1.00 vMB 160
461,693 461,693 000000000000000001b5e39c2f497c0be09997890fc06fc589b34384c7ca3953 1,169 1.00/1.00 vMB 111
461,692 461,692 00000000000000000161a9f6b822a7a4da6affece0219fd862f6c4e28616df14 1,454 1.00/1.00 vMB 147
461,691 461,691 0000000000000000010b6cc4241b0ff24e5e2ad9705b9d61052bc1f9f98a62ea 1,388 1.00/1.00 vMB 184
461,690 461,690 00000000000000000200af3b62df5540a05ff4673e2ed66a5f1d8dbd7932995f 1,896 1.00/1.00 vMB 198
461,689 461,689 000000000000000002048980d485a88bcc199fad227709037647637f42d18001 1,721 1.00/1.00 vMB 150
461,688 461,688 000000000000000000b60839e94bfa52c15532810e4484784f1e5f115793a597 1,565 1.00/1.00 vMB 191
461,687 461,687 00000000000000000045273455b0a0222fff3f7476cbb906f7dbc8f1669b4e42 895 1.00/1.00 vMB 156
461,686 461,686 0000000000000000008590bb6efa94dbf9776ce8c3ba43796bc9721e8ebb6360 2,140 1.00/1.00 vMB 178
461,685 461,685 000000000000000000d5a8ab4df0dd13ea998efa27b39596155f64cbcd323538 746 1.00/1.00 vMB 153
461,684 461,684 000000000000000000183523289adc947a03bc6bf3e3124cefbd6230e3c3ef26 1,432 1.00/1.00 vMB 170
461,683 461,683 0000000000000000000ffa56ffe302c66665be788e0a6e64541921db07f149d9 2,045 1.00/1.00 vMB 189
461,682 461,682 00000000000000000183ff1b7ca0e61925cbca87a924d40d9c79313f0b0c106c 2,126 1.00/1.00 vMB 163
461,681 461,681 0000000000000000007f21cf1b30b115bafbbb984cfae12739fc53aa82b47e27 3,050 1.00/1.00 vMB 188
461,680 461,680 00000000000000000070b421abe3964ea06aec1f09882743b6fe068d723605b4 1,437 1.00/1.00 vMB 146
461,679 461,679 000000000000000000ba4473809beabacab1d70de6b0d6934fbb0118796f70f9 1,672 1.00/1.00 vMB 122
461,678 461,678 000000000000000001cf1007561bee52ee49dda5af4ddf7a84ad5d1c0b20e67d 1,071 1.00/1.00 vMB 112
461,677 461,677 00000000000000000109739475b54bb08ed38a21d40529df7a13b6ed13fa611e 2,185 1.00/1.00 vMB 134
461,676 461,676 00000000000000000181b20e47dcebc68bf950c08576eaa86c320cc8b7226fa9 2,013 1.00/1.00 vMB 140
461,675 461,675 000000000000000000ca15e9ec8ab770c1701a48130971dd3dba1fd32346647d 2,509 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 781.96 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: 647.47 GB
    • Received: 12.94 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.