Loading Tool

Explorer IconExplorer

Memory Pool

80,827 transactions
29.86 vMB
0.07490708 BTC
Random Selection Loading Transactions
Max Size: 180.15/200 MB

Candidate Block

Mining Attempt 87f3303a4d41207ede3e3b79fcd9107d49b67af6608e5f13d1900f8dd9da3e87
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root bf42254bbf69be9ff0c448dedc63e25365dad39cb1ae60affd4f17fafda936ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,530
Size: 1.00 vMB
Total Fees: 0.01379782 BTC
Feerates: 502.67 > 1.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (515,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,685 399,685 000000000000000006b537d1125351bf4a62e636a63a5ee2e7ea7a88db67373f 1,641 0.98/1.00 vMB 36
399,684 399,684 000000000000000004d63908d88a153930e88da1fb2d339056e705b048097352 1,736 1.00/1.00 vMB 23
399,683 399,683 000000000000000000892fb850a89310a3bd1eabe12a9040fa7c6bc40ebd24be 2,137 0.98/1.00 vMB 45
399,682 399,682 00000000000000000350136dc6f8891f9cb19c6454b5e7fa0bfdf86b5153e9bc 2,797 1.00/1.00 vMB 52
399,681 399,681 00000000000000000339c36049c5f86cb61f61ba8d6fb2e30c3f6beb14778a39 2,055 0.99/1.00 vMB 38
399,680 399,680 000000000000000003ffe6a374cc75e82baf7fbcf22eade318891dd7dbd78b9e 1,852 0.98/1.00 vMB 27
399,679 399,679 000000000000000002067f906d4696d69ca361fc377fa848aba962d4bcec23e8 2,520 0.98/1.00 vMB 50
399,678 399,678 0000000000000000020fb8ad846ce28a4cca268348e5c6482357da6f49cd8ea8 2,241 0.93/1.00 vMB 39
399,677 399,677 0000000000000000019509e036ce0f2654d9f0bba44391937ae677b2f26223d4 1 0.00/1.00 vMB 0
399,676 399,676 00000000000000000105e0c29e06fdb081c5f45586f68f4abf1bd99696e5248e 1,570 1.00/1.00 vMB 23
399,675 399,675 000000000000000004596c3a6885c657cbb1acdee355489566d504f371d97219 1,885 0.95/1.00 vMB 27
399,674 399,674 0000000000000000009b4a498234bdc0e0db56302166d6ba140c255d3cd3e9cd 1,993 1.00/1.00 vMB 32
399,673 399,673 000000000000000004fdf158397ad1bdc9d222a8a224827fa1158f2913d7c74f 2,527 0.98/1.00 vMB 41
399,672 399,672 000000000000000003f03b0a76043f2518ed0a210b9f6fe504124e2e4868c91e 2,460 0.93/1.00 vMB 46
399,671 399,671 00000000000000000078e11592378860b39f85150f3d7b754c58e3772bf40d9c 2,195 1.00/1.00 vMB 43
399,670 399,670 0000000000000000041a854a139cfb5432b6bc81de52fe1386fb2fff4f4cdcc7 2,824 1.00/1.00 vMB 59
399,669 399,669 000000000000000000fa6a39992fc52a7938b55667a40dd7dc7d37bbd507a704 2,227 1.00/1.00 vMB 43
399,668 399,668 00000000000000000109b588f8aabaf54fbd6ea02d8330d0f1b0d2c6dc93ea26 2,168 0.93/1.00 vMB 45
399,667 399,667 00000000000000000262273cdaa07cb2efcf646ddeeaf597520f569fe747e36e 1,564 0.75/1.00 vMB 27
399,666 399,666 0000000000000000002c4fcc83d685e802bff7bc275190568981f2f9ca40ba71 1,290 1.00/1.00 vMB 32
399,665 399,665 000000000000000005131fbdf87c154a212101ff20c830d4b857324a6ec3ff13 1,796 0.75/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.