Loading Tool

Explorer IconExplorer

Memory Pool

79,541 transactions
29.95 vMB
0.08483249 BTC
Random Selection Loading Transactions
Max Size: 180.52/200 MB

Candidate Block

Mining Attempt 6ee446758c04b99719ccdeaf4a859ca6b1bad83e5ceadbd8e5776f41b65f47e8
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root e8b2853220ec0cf1c1b14fba7026ec40f1c26aace43a9c78c28711f2f8f9e1b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,988
Size: 1.00 vMB
Total Fees: 0.01622269 BTC
Feerates: 40.21 > 1.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (269,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,524 645,524 000000000000000000095a268521a5d18018f686fe8f1a18726549ad50722272 2,953 1.00/1.00 vMB 153
645,523 645,523 0000000000000000000d7a90c635f8d8d4c981f4290d01df332f376432e42c78 1,391 1.00/1.00 vMB 22
645,522 645,522 000000000000000000031cfed5eedab8d67b41182f9eb4e52cfc7ed41f6fcda1 1,896 1.00/1.00 vMB 36
645,521 645,521 0000000000000000000c8da33dac79588ae85163afca33808598812389bf328f 2,626 1.00/1.00 vMB 31
645,520 645,520 00000000000000000007615aa928c340f5fbc9c97588239657f493637856e739 2,208 1.00/1.00 vMB 48
645,519 645,519 0000000000000000000847959de8e544b4f2167d383eba0dfc1267255d0bc700 2,213 1.00/1.00 vMB 74
645,518 645,518 00000000000000000001343d28610c184e64e3b66db6cc26d2dc9bdc04816885 1,596 1.00/1.00 vMB 70
645,517 645,517 000000000000000000051d4ea36f8f6f433cd916ffba2b75247c8165427b5663 2,197 1.00/1.00 vMB 15
645,516 645,516 0000000000000000000abb32f99b779f07f40db531b96a9b926a73ec7f2c2e5f 2,541 1.00/1.00 vMB 73
645,515 645,515 0000000000000000000057fc8179bc28df77a568a86ecb43f366642689053c9b 2,513 1.00/1.00 vMB 15
645,514 645,514 00000000000000000003aac6924add0ddde8febe7249b4b890a401f1c9a18a80 2,261 1.00/1.00 vMB 21
645,513 645,513 000000000000000000042102688e3b4e7fad3ea64a23a8736bcb2a71ebe10334 1,814 1.00/1.00 vMB 19
645,512 645,512 0000000000000000000a444516c5bc6cbba85c5dcfe5ae8ce8f209ddaed09dd7 2,400 1.00/1.00 vMB 62
645,511 645,511 0000000000000000000f9869e60b563bf47ce1e57691e4b93c8ed6829f94b70a 2,099 1.00/1.00 vMB 32
645,510 645,510 0000000000000000000400aadcea6555710a9284e01ae66361c840fbc772a2eb 1,937 1.00/1.00 vMB 42
645,509 645,509 0000000000000000000b440a2bec219116ccd94521702d9e38bdcd40b9526434 2,331 1.00/1.00 vMB 55
645,508 645,508 0000000000000000000d1e2e74b743bc6bbec581507b6b1b4b82bcb3276c5c44 2,396 1.00/1.00 vMB 51
645,507 645,507 0000000000000000000d0d838d94d56ffd2ac9347e3bbf668b3d3b4855c60c9b 2,566 1.00/1.00 vMB 46
645,506 645,506 0000000000000000000a3a3d1300ff5f7de0735c064b1906bd4954c9dee51583 2,221 1.00/1.00 vMB 104
645,505 645,505 000000000000000000049de93f4c4d8da7aa1ff631710293f3922e315c402a1a 2,334 1.00/1.00 vMB 65
645,504 645,504 0000000000000000000649a3459e5a1bc88126ab819c7e5e706b0ac14cb7b310 1,909 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.