Loading Tool

Explorer IconExplorer

Memory Pool

79,290 transactions
29.14 vMB
0.07177444 BTC
Random Selection Loading Transactions
Max Size: 176.84/200 MB

Candidate Block

Mining Attempt d908c470cd94ec1d5a2bda40aa562266088d08b2993cb04da0262496bde32513
Version 20000000
Previous Block 00000000000000000002109166b8fbc24476efabda906aebee521a5bb03941cc
Merkle Root f02a1680861e70ef25d563edb65acd6d870f51ffad25a16381523a48dc6ad31f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,829
Size: 1.00 vMB
Total Fees: 0.01063097 BTC
Feerates: 73.20 > 1.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,110 (365,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,164 549,164 00000000000000000007f01d6f63e9b137d94d9ca874c878a74f1b299b4c9778 3,160 1.00/1.00 vMB 12
549,163 549,163 000000000000000000065e151625f69aae4dc5435aefbe52d5f35d2e5f13a55d 2,390 1.00/1.00 vMB 18
549,162 549,162 0000000000000000001d98eb60b220b11b36ad6eaaf3dc4cf383d592c601cde1 2,503 1.00/1.00 vMB 16
549,161 549,161 00000000000000000007c2327b64a9e35b1e580c9e2e87e758b0e6e33313633c 3,102 1.00/1.00 vMB 27
549,160 549,160 00000000000000000014311c6acb489624517be0c05bef55ca469f10cd9777b4 2,849 1.00/1.00 vMB 15
549,159 549,159 00000000000000000017e79d495d75f37cf662f89972763af1b4ed05d9edab2d 3,156 1.00/1.00 vMB 29
549,158 549,158 0000000000000000000800da408c4a4bc9d6a2222abea676abbc435f4ccd12f7 2,541 1.00/1.00 vMB 13
549,157 549,157 00000000000000000005ae5c7e9d9c610885c4d895bd48b8f7e59f707f09cdc6 2,690 1.00/1.00 vMB 13
549,156 549,156 00000000000000000001554b2118ce4a9ed8a16fed0b9ea8860e355c07b2dc9c 2,234 1.00/1.00 vMB 24
549,155 549,155 00000000000000000019582ac52d0caf6c5254892337be19ded3fa4430d15629 2,557 1.00/1.00 vMB 23
549,154 549,154 000000000000000000190262bc8d8b87cb647b3f6eba19703b2382d3d13f7fdc 2,604 1.00/1.00 vMB 44
549,153 549,153 0000000000000000000c0e557a008e4044bd01a6f5a47fa3503396ec7553f943 3,064 1.00/1.00 vMB 29
549,152 549,152 0000000000000000000d8e3cad98bd3effdf8a1686f05a01f1a6d8cbc12fa8c6 2,877 1.00/1.00 vMB 13
549,151 549,151 00000000000000000004a189d4f360f4182e808cc580ee0209af9b14b5f5f024 3,033 1.00/1.00 vMB 22
549,150 549,150 0000000000000000001c3b69842fe35ca992f56a83766f61534614b4f419a7bf 1,562 1.00/1.00 vMB 27
549,149 549,149 00000000000000000018a65ff0bbbc2a93493c693d05dd65c6a8dcbb881f55fb 2,904 1.00/1.00 vMB 41
549,148 549,148 00000000000000000026fe62acfabe9fae5f986e0eaeda21d5830c15ac4bdf89 1,721 1.00/1.00 vMB 14
549,147 549,147 00000000000000000000eecdc8cec3ed73c2298ced2e0fbca3e7c46b033b58d0 2,954 1.00/1.00 vMB 31
549,146 549,146 0000000000000000001f5f2b512fbf0b4538398852857455eb8d02dfdc042eeb 2,525 1.00/1.00 vMB 31
549,145 549,145 00000000000000000020f5d0a7cb16e4946c9dbb7c62416ea292d6a10229c83c 2,017 1.00/1.00 vMB 34
549,144 549,144 0000000000000000000397c08197ec14faf64be08714640fbedc83a7c697b78e 885 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.58 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: 671.35 GB
    • Received: 15.91 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.