Loading Tool

Explorer IconExplorer

Memory Pool

41,154 transactions
26.34 vMB
0.05177988 BTC
Random Selection Loading Transactions
Max Size: 138.15/200 MB

Candidate Block

Mining Attempt 47ac6eaeeb83fb49a9e9bbd5df4b2697106f8df60af40bd83fee2c71b8fb03d5
Version 20000000
Previous Block 00000000000000000000bb73cc242ea49403f8113ddd3e1d1b86a46da9e74d69
Merkle Root cc05d5fa7e78cfadbe910bdb5d60b29cc2de8662b52d02c62dcb6d476fd1fcfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,520
Size: 1.00 vMB
Total Fees: 0.00362911 BTC
Feerates: 100.00 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,803 (344,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,071 570,071 000000000000000000225292948589ab31b265aec24d3b5214c41c40a162c9f5 2,731 1.00/1.00 vMB 76
570,070 570,070 00000000000000000014e78f6d1b91c7ca8b02bb30bc57a19c21a33bf87844e5 2,824 1.00/1.00 vMB 106
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
Previous 10 blocks ↓
Total Size: 782.04 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: 650.46 GB
    • Received: 13.28 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.