Loading Tool

Explorer IconExplorer

Memory Pool

80,207 transactions
29.62 vMB
0.11241834 BTC
Random Selection Loading Transactions
Max Size: 178.93/200 MB

Candidate Block

Mining Attempt a4c5ec8b6eabc9ef62ae9834f95ca7bc2eaa2c6dd937e7a59e09a0f4e9a71318
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 88f6bd1c3bfcd4dde51f9aa8bb88bd0f1ddd1b833188f1e6c7fa50e738880d7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.04602082 BTC
Feerates: 477.45 > 4.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (436,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,971 478,971 0000000000000000006519bf087a38f37b9d9de5126785a39c53da899070ec88 291 1.00/1.00 vMB 5
478,970 478,970 0000000000000000005a9dd4346b7c96a491c878bc22f7c9264191c38becd50c 1,322 1.00/1.00 vMB 55
478,969 478,969 000000000000000001249e9a12df4db08c4555849ba50c7475ee76429f21193a 2,174 1.00/1.00 vMB 117
478,968 478,968 00000000000000000035833ef1ce449dd2099cac80cde06096108ef7d0ecaa1e 739 0.49/1.00 vMB 79
478,967 478,967 000000000000000000cbeb527ba00adb6bb5cb42677e0b58949e64ea92d895cc 784 0.75/1.00 vMB 43
478,966 478,966 00000000000000000035813dd1b5a078d8804ae0bea02fe2c94c3d769c041692 1,079 1.00/1.00 vMB 21
478,965 478,965 000000000000000000517dea1ef67527d4f134c30e0b64e0f5e606052504ea3a 1,898 1.00/1.00 vMB 119
478,964 478,964 000000000000000000cbd053e9ef8b74186452afb94b0f91664855b6ef1f668a 1,103 1.00/1.00 vMB 57
478,963 478,963 0000000000000000000f1eb7fbb6fa642ca55bdd0c86e0857b3cb8d435f40252 1,127 1.00/1.00 vMB 52
478,962 478,962 000000000000000000ceb8a65fd4fefba65e98e2e61f8a379c1f7e1ae4a3f556 661 1.00/1.00 vMB 23
478,961 478,961 000000000000000001336481b936d4304d2d453f1bc7124fd72e248bfad2b514 638 1.00/1.00 vMB 42
478,960 478,960 0000000000000000006879aea7da84483e09dfe7d9f88963ad3d42d64782961d 934 1.00/1.00 vMB 14
478,959 478,959 00000000000000000018dde5d3069c4e7d83d4c43de1a465b78fd57054b4db19 1,621 1.00/1.00 vMB 54
478,958 478,958 0000000000000000007461f386afcfc3effa709da75133373b742c74cb09c4cc 1,852 1.00/1.00 vMB 87
478,957 478,957 00000000000000000086c728a58bb441120547e17f09ac37eb06db31ce677ad9 1,807 1.00/1.00 vMB 118
478,956 478,956 0000000000000000012114d7f7188c2145c65b45e2a047e9a51fe0c06f8061d3 29 0.01/1.00 vMB 218
478,955 478,955 000000000000000000e5b05bef13ae45a643be9a8244f629b975ef9f7af938bd 2,656 1.00/1.00 vMB 156
478,954 478,954 0000000000000000004463283fbeab38c0504dca9ecd18081f82093067e5c22a 860 1.00/1.00 vMB 45
478,953 478,953 000000000000000000f3ae4004e9bcc39b3d4dc0f342b76a1830ee8607b7f00a 313 1.00/1.00 vMB 9
478,952 478,952 00000000000000000110ddc40db4e4a4c280d53a9a8e8436a6591da3b472c57e 1,456 1.00/1.00 vMB 74
478,951 478,951 0000000000000000000fe2873844cbac3e6f676eac625f80d777b3882545272d 640 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.18 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.