Loading Tool

Explorer IconExplorer

Memory Pool

77,980 transactions
29.45 vMB
0.08948990 BTC
Random Selection Loading Transactions
Max Size: 179.67/200 MB

Candidate Block

Mining Attempt 9169e9fb78fb2907c6d9ef86fd42f3383ba7e7edc4d35d38ec976e937648fb9e
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root ef3e505386b486986493ec3cdafbf6caef7590d918cf917a7a4b9a7a998271fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,829
Size: 1.00 vMB
Total Fees: 0.02483071 BTC
Feerates: 301.35 > 2.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (434,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,939 480,939 0000000000000000000ae659812a2729cca96bac74e5df7092c072934d0dea9d 1,844 1.00/1.00 vMB 275
480,938 480,938 00000000000000000120ba83bf7c0e45cb07d4768f718ff8432cdb20aa37b8f6 1,419 0.99/1.00 vMB 297
480,937 480,937 000000000000000000275e2261e9e54a0817b6334f484d758340b124b736c9b9 1,925 1.00/1.00 vMB 129
480,936 480,936 000000000000000000168f19a3917a92255279513441f6a88e57d39605d687a7 2,124 1.00/1.00 vMB 257
480,935 480,935 000000000000000000017ca41ceb3fa3bc8ed00d5236d1db9e14c3862f44e7bb 2,136 1.00/1.00 vMB 138
480,934 480,934 0000000000000000012f61fc9bede556c040c3439d42fb7e54f3bd82e4c07920 2,042 1.00/1.00 vMB 261
480,933 480,933 0000000000000000007c80523de38490ca1327bdf592a6d58cf72f63630c6a71 1,595 1.00/1.00 vMB 261
480,932 480,932 0000000000000000011a14b3fd0d06f526dbcea3f3a053b69f64551e6fa8f546 1,786 1.00/1.00 vMB 293
480,931 480,931 000000000000000000a3b32b6145224bd370c889218d9bcb628d5bedfa7e67b6 2,174 1.00/1.00 vMB 195
480,930 480,930 000000000000000000ae7de2b85c91051fdbf0ebf17a37eaa8b61ac35d4777fa 1,831 1.00/1.00 vMB 237
480,929 480,929 000000000000000000ee378cbe99f848e212d49b3febcead3b029f9588f93a9b 1,727 1.00/1.00 vMB 292
480,928 480,928 0000000000000000006670659d91d7378df5feee756c565d4c7fc91dfb86b1fd 1,819 0.99/1.00 vMB 237
480,927 480,927 000000000000000000d1833e31035b102135c1d0f73a9580fc7eceb2033ce228 1,719 1.00/1.00 vMB 285
480,926 480,926 0000000000000000003ef2d1d339fb6bdbaacb56b8f1bdd30434d2fe43f9da41 2,454 1.00/1.00 vMB 333
480,925 480,925 000000000000000000444c508cd5788c3e5fbf844df88bbe75a9fb2fd322f57a 2,123 1.00/1.00 vMB 318
480,924 480,924 0000000000000000002a8252bb7171792dd60a25c3228db19025e45a7e7e1d91 2,229 1.00/1.00 vMB 322
480,923 480,923 000000000000000000f1771af7c17d7581860e5942809d5b4f0911597e4d7142 1,649 1.00/1.00 vMB 251
480,922 480,922 00000000000000000063fb72460d150833e06ffbedce9a470477b5d611923ba3 2,380 1.00/1.00 vMB 328
480,921 480,921 000000000000000000bd4b03697d7623ac9552ade28217ac6b41847e6c1c228d 1,723 1.00/1.00 vMB 75
480,920 480,920 000000000000000000e99e1cb74fb391baf35a4f0846b6a020e9fff8a36ceb8c 1,316 1.00/1.00 vMB 169
480,919 480,919 000000000000000000e901cc350a9e983d99c210625b2f72dc209feb9845e2fd 1,800 1.00/1.00 vMB 249
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.