Loading Tool

Explorer IconExplorer

Memory Pool

50,526 transactions
28.88 vMB
0.15139071 BTC
Random Selection Loading Transactions
Max Size: 154.73/200 MB

Candidate Block

Mining Attempt a57c8d6c08b184ea0bdb6ea29fbae4ff3b87d3f7503ee0da810d5c2c47fe2ddb
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 2fc5ac925be7013be3107b525d3bc2463284245b4a412666ed6be6f1983e80bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.09085329 BTC
Feerates: 301.05 > 9.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (344,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,069 570,069 0000000000000000000df72a425af490aae2bd1cdf7f2acab1596ed8bcf57594 2,847 1.00/1.00 vMB 126
570,068 570,068 00000000000000000012643fe94799a4689337c693fb287b52e4781374ae340d 3,151 1.00/1.00 vMB 79
570,067 570,067 00000000000000000020d2b0989667ae9d3a55d8cdf67b3972b0ce45927943f5 2,157 1.00/1.00 vMB 86
570,066 570,066 00000000000000000003312d3e3495c2688dd64822450274341b9e67542b9fd0 1,963 1.00/1.00 vMB 104
570,065 570,065 00000000000000000000945d92b1a1c6e7929560cd69184e0465dade04581c36 1,381 1.00/1.00 vMB 88
570,064 570,064 000000000000000000254be6b48452a30c0cb6fde51f3ece04c78d642c427a34 1,890 1.00/1.00 vMB 89
570,063 570,063 000000000000000000125feb3d4b0b6fbbbbdf4d7bfd9f7b20e2af0f21da031c 1,510 1.00/1.00 vMB 116
570,062 570,062 0000000000000000001978eadca31bf388f8a663eac05225c7585e119ed4be32 1,097 1.00/1.00 vMB 110
570,061 570,061 0000000000000000001a6c7b6f12d95faac93331b0fa9bec87a8040270f15305 2,027 1.00/1.00 vMB 93
570,060 570,060 0000000000000000000e62f38328a53b01670af907be9015d2f16c2128c6ba22 3,243 1.00/1.00 vMB 107
570,059 570,059 00000000000000000014c9cf030a2543d956bae84b90be61b21a9c376a78e055 3,227 1.00/1.00 vMB 155
570,058 570,058 0000000000000000000317f2bbaf1d9c8c21b29c1ce4107acd65f33ef07d5ac5 2,399 1.00/1.00 vMB 101
570,057 570,057 00000000000000000025e8bf704f4f108dc761b955488d2f0dfd50ac9d9085b3 2,980 1.00/1.00 vMB 113
570,056 570,056 00000000000000000002ca81d2453d0400c0fb89ede363ea8cb23442862774be 3,222 1.00/1.00 vMB 117
570,055 570,055 0000000000000000001831438c93317483cb39ff227bc433cd604b6ff4e43146 3,217 1.00/1.00 vMB 119
570,054 570,054 0000000000000000000995097ff241cf49b5208b47f29090c67ba0804e28a7d6 3,053 1.00/1.00 vMB 101
570,053 570,053 00000000000000000016f461ebb7c4b0d313bfe16bd5c39d154c3cc12a787e4c 2,532 1.00/1.00 vMB 114
570,052 570,052 00000000000000000015670755121fed6895599c71f93c65c34c6f161ee6c09c 3,205 1.00/1.00 vMB 178
570,051 570,051 00000000000000000009f08c1b7d6e72df8dd3ad116a1636ef330099e7bc6f14 2,465 1.00/1.00 vMB 118
570,050 570,050 0000000000000000000c45b8fe53db2d69241248382ac59603277bef4e46c831 2,864 1.00/1.00 vMB 86
570,049 570,049 0000000000000000000ff20c949e1084f8156bc7c3cb9ebd7bfb03c9e81ee3f2 3,316 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 649.65 GB
    • Received: 13.19 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.