Loading Tool

Explorer IconExplorer

Memory Pool

76,894 transactions
29.78 vMB
0.10285849 BTC
Random Selection Loading Transactions
Max Size: 179.92/200 MB

Candidate Block

Mining Attempt 10ca7ea69a3ea59874507ad0106f9ff986542e42ce6299d0c1dd1d35ddb23a07
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 570db4b2bfd29d6474708e47f99ca6d6bda47c55c305d4cb0898403e0fdd53f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,092
Size: 1.00 vMB
Total Fees: 0.03515177 BTC
Feerates: 357.61 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (42,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,966 872,966 00000000000000000002163debe1004c2fcb494a70e28fc70d5905f851b2c252 3,719 1.00/1.00 vMB 11
872,965 872,965 00000000000000000000d1a71ef1b2faa8d39a1ef6b533140b930c398bf95253 3,311 1.00/1.00 vMB 14
872,964 872,964 00000000000000000000c81e8d796bc287bfde302b5f453b3a82158ef1da6749 3,698 1.00/1.00 vMB 15
872,963 872,963 0000000000000000000064bbd4db7802e9233a3841ea8e2bda9dad245b5da535 4,098 1.00/1.00 vMB 12
872,962 872,962 00000000000000000001e938622b4dedccf4a234e43352430fb855765178c23c 3,585 1.00/1.00 vMB 15
872,961 872,961 00000000000000000001af903dd274ef8872b8a6be376a577a7b3a8a7739118c 3,305 1.00/1.00 vMB 20
872,960 872,960 0000000000000000000026f71ae77358a67cd3eef106dc8740c4579738273d8a 3,358 1.00/1.00 vMB 17
872,959 872,959 000000000000000000027edf4f8517e6b52f8381986162ca5cc15e9e1d734e31 1,678 1.00/1.00 vMB 8
872,958 872,958 000000000000000000005ece81d848b007ae2ed5f3ac8d27df8fd1c98c849bd4 3,656 1.00/1.00 vMB 12
872,957 872,957 000000000000000000025a8790c915b037064acc22e96e90d6283210b02b263e 3,461 1.00/1.00 vMB 14
872,956 872,956 000000000000000000001ef7c8c018836bc380d74ffedf2fa830e084ba4b254f 3,508 1.00/1.00 vMB 11
872,955 872,955 000000000000000000017008952e08a3028a9fcca4287dc7b894f0160d6f7f4f 3,845 1.00/1.00 vMB 9
872,954 872,954 000000000000000000011fb052838b5058ef4fe772509c5b3ba562e9aeb58ba0 2,669 1.00/1.00 vMB 13
872,953 872,953 00000000000000000000a9e336ea67721629f84c6c6af1e97b4801d1e11420ef 3,356 1.00/1.00 vMB 18
872,952 872,952 00000000000000000000141dc58899e16187dc7e062d7b280dc6e5d0239677d7 3,642 1.00/1.00 vMB 22
872,951 872,951 00000000000000000001d8da4c15bae22f0d7cfeef043142a4ed93df3f942841 2,638 1.00/1.00 vMB 12
872,950 872,950 00000000000000000001a2f631f6ced74d91a6cab86e87346fb3e445fd2b38c1 3,287 1.00/1.00 vMB 12
872,949 872,949 000000000000000000003e53c9c13ac17645697701956ce458c3ed6df0d6a613 1,282 1.00/1.00 vMB 6
872,948 872,948 000000000000000000003f5c9442604cfaec63b3b4ab5bdb3e6bd85ab33ddded 526 1.00/1.00 vMB 5
872,947 872,947 000000000000000000027be76bfe067cebfd2c75c82d78f81a1494e6ec1059c1 1,151 1.00/1.00 vMB 6
872,946 872,946 00000000000000000001888412530b1edab4e8c6acda13bcb6face80fb34020d 1,907 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.15 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: 744.21 GB
    • Received: 18.71 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.