Loading Tool

Explorer IconExplorer

Memory Pool

71,761 transactions
27.78 vMB
0.06024235 BTC
Random Selection Loading Transactions
Max Size: 164.70/200 MB

Candidate Block

Mining Attempt d103a62ebf18d374c484e7e58c8f8b8c2d6cd38aa7d138c06b504e04a6efce6d
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 57241aef364373b7f0d64913edf6a3c5f14a1ac99f95fee1a83015d2c508b7f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,781
Size: 1.00 vMB
Total Fees: 0.00486833 BTC
Feerates: 21.55 > 0.49 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (447,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,522 467,522 0000000000000000018d015a96c2aea4269f9055b19a9b59f9a9ca4197bd244b 2,492 1.00/1.00 vMB 164
467,521 467,521 0000000000000000017ef96c165017fc127f23adf80de03af2125935c961665d 2,352 1.00/1.00 vMB 215
467,520 467,520 0000000000000000001fcfbc43ec45a968e63627e14a0ed350484be09e2dfdba 1,861 1.00/1.00 vMB 202
467,519 467,519 00000000000000000113450f5dba620a39abf90562ab9da4d0fc5443f2633b6f 1,594 1.00/1.00 vMB 299
467,518 467,518 0000000000000000019c0ea06dbe49ea5fd4c83ab25177d8e8f5735b85069a2e 1,933 1.00/1.00 vMB 243
467,517 467,517 000000000000000000c5c3e5a09a0d480a308aff9aff141c8388b75016135693 328 0.14/1.00 vMB 352
467,516 467,516 0000000000000000007af024c84a191f1136a3572980d35eee4542876992ad47 2,317 1.00/1.00 vMB 231
467,515 467,515 0000000000000000006daa95de754015c02678e587b663a0253a6ffb9515caa4 1 0.00/1.00 vMB 0
467,514 467,514 00000000000000000094e64e2766b9145fc308803ef3a199d1c7aefd61f09b84 2,524 1.00/1.00 vMB 245
467,513 467,513 000000000000000001d030f9c1e5c563bd8823eafcaa6b538ca75428d1c05fd3 2,114 1.00/1.00 vMB 294
467,512 467,512 00000000000000000058c59dbdebae368c6bb483fe5fe6b217ceb623a740d6bc 1 0.00/1.00 vMB 0
467,511 467,511 000000000000000000d8321dfa55bc4bcf87c6689e9016a01c1495f5fb9270bc 2,935 1.00/1.00 vMB 322
467,510 467,510 0000000000000000013b6eba5def8d9b48682abffab742263812601dd836523f 2,770 1.00/1.00 vMB 304
467,509 467,509 0000000000000000005d05693d5af09bb0bd6878e8704125ef971d580b6be417 2,850 1.00/1.00 vMB 308
467,508 467,508 0000000000000000008d406ebb802f9f751bfd09ddfc3260744c98ab6064f531 2,258 1.00/1.00 vMB 177
467,507 467,507 00000000000000000022e0ec72801f710212c94716c499f85265016bc553d776 3,024 1.00/1.00 vMB 301
467,506 467,506 000000000000000001b5033e07122ef63aa7ee20db78d530cbfe1de045e1a706 2,354 1.00/1.00 vMB 268
467,505 467,505 00000000000000000035ae4f2b27266b35d647b6a6519902c7b47ea2ba119533 2,566 1.00/1.00 vMB 300
467,504 467,504 000000000000000000ade4e2eee79d2f69096b7a9c439c53f6890d6fac9d035e 2,753 1.00/1.00 vMB 166
467,503 467,503 000000000000000000f5e6e2402f8a6f6f8e92d70588b991de92c25b4b9fe0ea 2,419 1.00/1.00 vMB 211
467,502 467,502 000000000000000001e6d6ad9d657f65fd2a3ec948e523b776995cba32995ae4 2,215 1.00/1.00 vMB 243
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.96 GB
    • Received: 15.24 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.