Loading Tool

Explorer IconExplorer

Memory Pool

43,331 transactions
27.07 vMB
0.09768923 BTC
Random Selection Loading Transactions
Max Size: 141.56/200 MB

Candidate Block

Mining Attempt d577b9b0d293428f5f3c63eeb2fdd3a4da31acf3d53b4d70acf5ac6738e0534b
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 5feb081458fa2fb9a55ed6cd4b61fdb85dd8a9dc25ea61066ee423b35eea9d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,660
Size: 1.00 vMB
Total Fees: 0.04655141 BTC
Feerates: 151.01 > 4.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (435,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,443 479,443 000000000000000000fe33e84483339f8460ffa6a4832eb3eaddfc3983632588 351 0.99/1.00 vMB 7
479,442 479,442 000000000000000000f4fb0ea2b0ac4246a27c20e770b9544be8ceea3e54ae90 815 1.00/1.00 vMB 31
479,441 479,441 000000000000000000ed25007b63bc1955ab79260a13b2b270026fd665d1d33d 860 1.00/1.00 vMB 22
479,440 479,440 000000000000000000442a402ce9b32f772691a27514b5b63972fb989bee3cc9 841 0.46/1.00 vMB 119
479,439 479,439 0000000000000000000211dfc9359c23a21de937fe4ee0aebc8cbc0a1cd47636 112 0.07/1.00 vMB 81
479,438 479,438 0000000000000000003f707b10f109a912fcf0c32e825d8518c5e9fda46c20fc 1,253 1.00/1.00 vMB 58
479,437 479,437 000000000000000000a1f7d094540b889ce2deb097a06ba67ec4e9507d17e2e1 181 0.46/1.00 vMB 13
479,436 479,436 0000000000000000008d6bb3c1175102e5ac4758259e2964f3d19317ed076b53 742 0.99/1.00 vMB 33
479,435 479,435 0000000000000000004b690fc119df8266a75307f0d5c3e79da5f526dfbb3644 375 1.00/1.00 vMB 12
479,434 479,434 000000000000000000f055c0486fcb450d47fbcc71ecd9b9aafb0168c22f4f54 1,154 0.66/1.00 vMB 91
479,433 479,433 000000000000000000343a2db85f0faf67e95f367c2828fad783b08b0ecb883c 1,576 0.77/1.00 vMB 84
479,432 479,432 0000000000000000004c6d8914e70b018a2925578ff6db51c67b30c4f09c306c 579 1.00/1.00 vMB 13
479,431 479,431 00000000000000000091c679d182d2f1e3fa2b58ffa9652323798a13d9e91aa5 1,928 1.00/1.00 vMB 84
479,430 479,430 00000000000000000062186ddbcfab2733d3499e60e24ddb18578a6bdb31cacd 2,168 1.00/1.00 vMB 107
479,429 479,429 0000000000000000007949974586ecffb59cf4c5806224b0ebf8e3dc39f1d8d1 1,785 1.00/1.00 vMB 68
479,428 479,428 0000000000000000010f5d1b04dde3c7365a6418545604ab39aee4d6378d8dc9 2,181 1.00/1.00 vMB 98
479,427 479,427 00000000000000000129beb6083f8b9740b04e5bbe68b1d9e7d97185d5362e57 1,097 1.00/1.00 vMB 55
479,426 479,426 000000000000000000289663cf6e482093378990fe8e7172b5f14b5f434db936 876 0.47/1.00 vMB 52
479,425 479,425 000000000000000000dfff7669865430b868079c2c0451c49e48b9076b1d5471 2,168 1.00/1.00 vMB 127
479,424 479,424 000000000000000000c6d02800359be1704c7a3ded9e4a6de2361838ef1b732e 1,932 1.00/1.00 vMB 81
479,423 479,423 0000000000000000007ea71e4d370f20692cb243a9104dde376edfb5a3302a41 1,661 0.99/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.