Loading Tool

Explorer IconExplorer

Memory Pool

79,865 transactions
29.62 vMB
0.09512476 BTC
Random Selection Loading Transactions
Max Size: 179.21/200 MB

Candidate Block

Mining Attempt 1b463fd1bd40d43e258b4af175a34a51514ed9dd38fb20fe57c1750e86291ae8
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 0b7b6173696eb0eab83f84d05ee965f3ae03b9e2cea5c9e86789f6c84b4cebfb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.03205216 BTC
Feerates: 301.60 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (348,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,689 566,689 0000000000000000001970a19f3bf1a12ff2fde98bf20c0a61dfd7032a7a8eeb 2,796 1.00/1.00 vMB 19
566,688 566,688 0000000000000000002cdd81e4dc31a2a95e6e758c0cc935ccd5564e036d263a 2,997 1.00/1.00 vMB 35
566,687 566,687 00000000000000000028765cc8465cb63598abb3e2157d7864c4cd6c7518791b 2,500 1.00/1.00 vMB 39
566,686 566,686 0000000000000000002e54da735f277bf774e91aa83f4be233fa2201d1d4c134 2,560 1.00/1.00 vMB 21
566,685 566,685 0000000000000000000d9dca531a2a0a179ff72d2fcc9339577c98b369337cff 2,895 1.00/1.00 vMB 32
566,684 566,684 0000000000000000001a8a08a0ca7498a16d8b46ce3a588c0a507439e0ba8316 2,259 1.00/1.00 vMB 18
566,683 566,683 00000000000000000014319ce50cef0c0c9d3e09e8745d30e6e4729dbdb85526 2,218 1.00/1.00 vMB 24
566,682 566,682 000000000000000000240613a7ae3cffebb899a0dd20538cec9b827565d3e750 3,438 1.00/1.00 vMB 34
566,681 566,681 00000000000000000028cb2a22e7731ec541c8b84b068bc7a3d9a70cdf853a85 2,587 1.00/1.00 vMB 41
566,680 566,680 0000000000000000000bf712f5b6b2cbab309d485a6deddfcc7e2ae2fc7aa7a5 3,062 1.00/1.00 vMB 31
566,679 566,679 00000000000000000018ece2bcdc40e10a3ee4f1de295bbdb2d1dda3180bf53a 1 0.00/1.00 vMB 0
566,678 566,678 000000000000000000263e63d2a877f6898cae86a84707af25a62695d842e7c4 1,673 0.63/1.00 vMB 25
566,677 566,677 0000000000000000002be8240dc20f17558b0e11c3a3bdc089e77738d5c1970d 1,312 0.45/1.00 vMB 9
566,676 566,676 0000000000000000000a3f68280c8c77d14a9a7410237ee1920a7a02ca122240 1,775 1.00/1.00 vMB 29
566,675 566,675 0000000000000000000b79346a3b9befe98b1ad1ab5d95c4c239c3212c2441e2 739 0.30/1.00 vMB 12
566,674 566,674 00000000000000000023b9d97999e9d748037373dcf9e238fc53279445517271 2,220 1.00/1.00 vMB 32
566,673 566,673 0000000000000000000a3cd051b075ab0d121d41e086470a3022cddeb4cbdde9 1,659 0.65/1.00 vMB 25
566,672 566,672 0000000000000000000bb9523b6b704f45b0366f083885cc2e802d497adf2b18 1,265 0.83/1.00 vMB 9
566,671 566,671 0000000000000000000a381bdb589c85afac537ab43d1ba190f13262a9a83f18 3,223 1.00/1.00 vMB 31
566,670 566,670 0000000000000000000297574aa0e5898c3880699e557e2b4ce2dc884bd0fbb0 2,407 0.87/1.00 vMB 23
566,669 566,669 000000000000000000208fb39dd38ec0ffc1df5d1547a0c0e63f583a83423905 856 0.36/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.56 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: 669.96 GB
    • Received: 15.79 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.