Loading Tool

Explorer IconExplorer

Memory Pool

53,773 transactions
31.67 vMB
0.19231649 BTC
Random Selection Loading Transactions
Max Size: 170.26/200 MB

Candidate Block

Mining Attempt 61a827a1c10d253fb6c662d0f2ee866c6f58e8fc2ff007fce41f385d5cd433c6
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 52422e56fcd771cb42675268a2df18d0db95d9ce4e202a24516c49e79b50a1e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.10266756 BTC
Feerates: 477.45 > 10.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (344,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,074 570,074 00000000000000000006328d31836e5b81ed7903508cb48e3a77c99be98c5f60 3,080 1.00/1.00 vMB 132
570,073 570,073 00000000000000000008878e3fafba532c4323b4a000ebe24426405ac67739f4 1,743 1.00/1.00 vMB 114
570,072 570,072 000000000000000000272d4de153cfa7f8faefd0a1ee35d56a4dcbb4f14c0c83 2,082 1.00/1.00 vMB 128
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
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.