Loading Tool

Explorer IconExplorer

Memory Pool

73,522 transactions
28.31 vMB
0.07506772 BTC
Random Selection Loading Transactions
Max Size: 167.50/200 MB

Candidate Block

Mining Attempt 8efb9ecd262f0f67616e516f9b4a58fac37d238a4b0249387198b1ed6997024c
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8aabe6c6e53f28269934eab8480871d62d58dbd9ab30e13d31b18943ffdde3fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,758
Size: 1.00 vMB
Total Fees: 0.01829777 BTC
Feerates: 150.86 > 1.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (431,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,283 483,283 000000000000000000e932a856c531cb252d25b391131a7fcf49d43f93457d8b 2,111 1.00/1.00 vMB 193
483,282 483,282 000000000000000000995362fcef75b7a8e1a141ad6dcacec15afb74c6f1170d 1,939 1.00/1.00 vMB 289
483,281 483,281 0000000000000000002d673dd1e31a205f17b716f76a014735ec8da58a746012 2,103 1.00/1.00 vMB 288
483,280 483,280 000000000000000000bc76cddb8e1cc93ba87449ec0b45fd785aa778f00e432e 1,773 1.00/1.00 vMB 75
483,279 483,279 000000000000000000f6cbdba80dbd4afce29276139265ffa6bb17b645966bc8 1,373 1.00/1.00 vMB 108
483,278 483,278 0000000000000000008a101a17cacb6e10025e7a3aafb731a79cdc359ebf887d 1,911 0.99/1.00 vMB 161
483,277 483,277 0000000000000000010aea48bd0753ac5a812973422e4bf289ad2d9a338b2b1a 1,827 1.00/1.00 vMB 140
483,276 483,276 00000000000000000043e55901dd8c42adbe42349a487a5ad82c067e1d3aacbd 2,267 1.00/1.00 vMB 394
483,275 483,275 0000000000000000008f1aea8568d50e2f6c75d293f9e7298e397d2f64f60731 2,087 1.00/1.00 vMB 46
483,274 483,274 0000000000000000002f54cd0da97d962f0818e0986aed4c5cb20fe2e0b44b01 1,792 1.00/1.00 vMB 85
483,273 483,273 0000000000000000012ceb5cd97964b7f61acd593d22e0eede4de93e79f1008c 1,561 1.00/1.00 vMB 94
483,272 483,272 000000000000000000a4e67b4d80f7b478c5a83afcf4ab2da64894a057109e2a 636 0.99/1.00 vMB 115
483,271 483,271 000000000000000000f57cb8476f7bfb7293f3c2c10aaa445678bf9ec055ff9a 1,977 1.00/1.00 vMB 272
483,270 483,270 00000000000000000138c59649041082643fa93cd12708a24f11cdbb54b77c8b 2,169 1.00/1.00 vMB 271
483,269 483,269 000000000000000000731a6cb8a76cd3e35106bfcf1743a812e7fb07a8bef007 1,443 0.99/1.00 vMB 185
483,268 483,268 000000000000000000600fc482d19f70b4ece0fa1dd0b8796c5c13e546634bca 1,348 1.00/1.00 vMB 216
483,267 483,267 000000000000000000302139c430fc573682eb431b3b499628ec8c278dc498b6 852 1.00/1.00 vMB 114
483,266 483,266 000000000000000000b203863c4e59319422bd398b0710b0b9134639fc8cfbf4 352 1.00/1.00 vMB 90
483,265 483,265 0000000000000000010f4ed794c6375a9d4796cf27eba21cc6173225f1a24fc6 739 1.00/1.00 vMB 122
483,264 483,264 000000000000000000d3111bddeaddfb5c95e6ee4e67590435fa2c68a383635e 451 1.00/1.00 vMB 102
483,263 483,263 000000000000000000233a261e53dfc9d6ecf08c68ef81ca37453e5f1cdc36d2 948 0.99/1.00 vMB 147
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.81 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.