Loading Tool

Explorer IconExplorer

Memory Pool

38,202 transactions
27.00 vMB
0.05575774 BTC
Random Selection Loading Transactions
Max Size: 137.87/200 MB

Candidate Block

Mining Attempt 8ef779d8cf660405c23d323f2531e5d2beeee5ee4eb6e6f1834f42cb04a89af6
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root e5cca1d16096cbd01d4ebced4c2a3194caf1762301363360850ea4b6eaa9b209
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,389
Size: 1.00 vMB
Total Fees: 0.00476027 BTC
Feerates: 16.61 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (82,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,407 832,407 00000000000000000001e5814a7553cfd3d9e1af478a7f3cc290a000a86341e0 3,370 1.00/1.00 vMB 50
832,406 832,406 00000000000000000000b341493b6faf84b0910355c2986bcba5f30d16624496 3,852 1.00/1.00 vMB 62
832,405 832,405 00000000000000000002b7cf7652ce547d8b94e35e367f947e380677e3d8c05a 2,411 1.00/1.00 vMB 36
832,404 832,404 00000000000000000000899a5ae49ce4747e7e5bad5e7b33d5c31bae7cdf15ea 2,906 1.00/1.00 vMB 18
832,403 832,403 00000000000000000000431e1427db91979a069abd1b1b8fb86540b16dd317ee 3,207 1.00/1.00 vMB 34
832,402 832,402 0000000000000000000004ed881562babe71120c1fcdc6c02fd2dd310ee9558f 3,678 1.00/1.00 vMB 38
832,401 832,401 00000000000000000002d56450d041ccac618b83fc48dfe00132e59f3e9d108e 3,094 1.00/1.00 vMB 28
832,400 832,400 00000000000000000000a084634e70a3f678602de7e6fc014ae552379af977fe 2,446 1.00/1.00 vMB 21
832,399 832,399 00000000000000000000b2a11e34f111a901bac2ed899b839584f664b0232cd8 2,538 1.00/1.00 vMB 31
832,398 832,398 0000000000000000000350a8c1a188dd80b1a385a5a53315c9bcf37fa0343e94 591 1.00/1.00 vMB 14
832,397 832,397 00000000000000000002080169eb7db65629e83c12b47fc93016a2eb1ef77e42 1,609 1.00/1.00 vMB 16
832,396 832,396 0000000000000000000299cf4fc5e4b6e8ed3349a077d42598f966dba63313ce 2,064 1.00/1.00 vMB 15
832,395 832,395 00000000000000000000e8794ce4d5cb0dbb510867a31406a53e09e7f1cb75d7 2,103 1.00/1.00 vMB 24
832,394 832,394 000000000000000000001640a370294e2f325dc0be5510cbd09e2d3ae0a3a9b6 3,332 1.00/1.00 vMB 39
832,393 832,393 000000000000000000023d666b72d00a1fa2a99acd9a009b53a0e9fa8ffe720c 2,781 1.00/1.00 vMB 31
832,392 832,392 00000000000000000001e138955ad6de6246a241d3a58d2a3bb5bc280025e384 2,302 1.00/1.00 vMB 18
832,391 832,391 0000000000000000000327e289058ac6b467af2a5f853957354b96654de6208d 3,214 1.00/1.00 vMB 37
832,390 832,390 0000000000000000000361e6924f928906f416e14ccabe710eeec8050e881f9b 2,502 1.00/1.00 vMB 16
832,389 832,389 00000000000000000000a8d67b4b4425c5781cfd59f24d92439a3fea0ffb97ac 2,479 1.00/1.00 vMB 29
832,388 832,388 00000000000000000001bfdef8e99c3f1854b22081057f141bd73f8a2945490c 2,115 1.00/1.00 vMB 18
832,387 832,387 000000000000000000012bd390196cd36fdc6409fdc63ed5a2b39cb07cbb53ef 2,682 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.78 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: 632.86 GB
    • Received: 12.16 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.