Loading Tool

Explorer IconExplorer

Memory Pool

76,940 transactions
28.55 vMB
0.06463054 BTC
Random Selection Loading Transactions
Max Size: 173.29/200 MB

Candidate Block

Mining Attempt 9ac0e40510bd599f43b4bd3f48cafddc071d6381f1148bf45d02a0f1d628420e
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root eb6b87d46bd1111663c70b5826f2540496e515a80676bd224b5b3c6b06cf9eb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,049
Size: 1.00 vMB
Total Fees: 0.00541854 BTC
Feerates: 150.68 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (316,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,719 598,719 0000000000000000000cadb43943750dfbe67d1e6b43701d2db273ed05dd7c0b 1,414 1.00/1.00 vMB 56
598,718 598,718 0000000000000000000af959d017cb746408bec6fca79c5b8c9316fdb5aefb03 1,791 1.00/1.00 vMB 35
598,717 598,717 000000000000000000062e05a62b185794e09955afcd1b6b437a7d341d43cd61 2,596 1.00/1.00 vMB 19
598,716 598,716 00000000000000000008a9a2eb2aaa5c9ce76d103103a8cd6daf2d6de07dfd7f 2,041 1.00/1.00 vMB 32
598,715 598,715 0000000000000000000a601ccbc98fcb06ecc98b8dfa3770aacf2adb73e91ce7 2,057 1.00/1.00 vMB 38
598,714 598,714 000000000000000000034b85faeccbc4873293388125ad0e4290feff7c3eade3 1,653 0.71/1.00 vMB 23
598,713 598,713 00000000000000000012b5563dcb12ab9c07a201709de655bb23a6cc1296204b 2,518 1.00/1.00 vMB 29
598,712 598,712 00000000000000000012c4164899a295a667e7bccc114498efaafd5d22346eaf 1,505 0.62/1.00 vMB 30
598,711 598,711 0000000000000000000852e1f95a205061b7e43e30dd28b834e3fcccdd3b9c8e 907 0.32/1.00 vMB 11
598,710 598,710 0000000000000000000f97b9ffa83903054a0a4887a44219667aad202c65cff0 2,765 1.00/1.00 vMB 20
598,709 598,709 00000000000000000015099b279a6d5c980c1c9579b74358f7c4bdd218b7e2c8 2,655 1.00/1.00 vMB 42
598,708 598,708 0000000000000000000e35780baf280b5d02a860552925d1d683ddc17a9afe4e 2,979 1.00/1.00 vMB 27
598,707 598,707 0000000000000000000a05a85d0eb455d6a11d2b9ca41aa3cc0493d5409e39f2 2,755 1.00/1.00 vMB 23
598,706 598,706 000000000000000000005f639938928ee9c0e606640db746714a6bf9222bb5ce 2,336 0.77/1.00 vMB 25
598,705 598,705 00000000000000000001894af3ae1e81eff29c08eb147bb73a9f292dc6859597 2,809 0.96/1.00 vMB 30
598,704 598,704 00000000000000000008ef78a2cc25816c185eb689b04d5a15fa0cde478afafe 1,122 0.37/1.00 vMB 27
598,703 598,703 00000000000000000005e175f9414cacacd0faaf09cb236d0a11b1b6735e6451 2,964 1.00/1.00 vMB 29
598,702 598,702 0000000000000000000b08897504803699af660651c58ed07105f054fc3a71fb 1,234 0.41/1.00 vMB 31
598,701 598,701 00000000000000000006dfade922ffee379fadd51a47901575e8990ad0dd0cd8 2,040 0.86/1.00 vMB 4
598,700 598,700 00000000000000000006c9c004463335a7f2e78e92efaa93d3fa5f9ebba09a65 1,595 1.00/1.00 vMB 29
598,699 598,699 0000000000000000001141b8c9fd2833afd671405210e2d20f1a127d02f1b063 2,397 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.57 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: 671.17 GB
    • Received: 15.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.