Loading Tool

Explorer IconExplorer

Memory Pool

78,684 transactions
28.90 vMB
0.11109420 BTC
Random Selection Loading Transactions
Max Size: 175.39/200 MB

Candidate Block

Mining Attempt 3f2e86184e203a5e7d687c960f6f7db3e71c435c7d3d5cab6cf7b5dd1a74937e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root c9df7030d23d5c6e02558f6752ccd7a749312fa4a1548c0d96e1831c9ba76ca3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.03968187 BTC
Feerates: 602.26 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (221,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,076 694,076 0000000000000000000b23d4c7118aaf117eef31fda29e2a46ceb083d4e8ea48 2,781 0.92/1.00 vMB 10
694,075 694,075 00000000000000000008ab154a8bdf7df0987339a87c8108d6542cff47260fdc 1,327 0.48/1.00 vMB 10
694,074 694,074 0000000000000000000d6bd3300c6fa38d16ca60a8bfa758436480dec2711d90 435 0.15/1.00 vMB 11
694,073 694,073 0000000000000000000b7ac10f0f212e1d57897577152c50880d7edc33bb23a5 1,956 0.63/1.00 vMB 13
694,072 694,072 0000000000000000000be8c3385b570c775af23740faceab487277c5c3fee961 884 0.38/1.00 vMB 12
694,071 694,071 000000000000000000051a66bf1d22a30d108e6d41169c45b2c445a90f5a8508 301 0.12/1.00 vMB 20
694,070 694,070 0000000000000000000730d5a7e7b068650c46734b2d54e84a7e4c4622c6efba 1,242 0.46/1.00 vMB 14
694,069 694,069 00000000000000000003dcadd859e949a4d2ec7a1419ff963eeeb1a381403598 1,245 0.46/1.00 vMB 13
694,068 694,068 00000000000000000007f041812b9fb814d106bc55fd0457a69836d0fedf8618 889 0.69/1.00 vMB 5
694,067 694,067 0000000000000000000a2f17bd1578fd1813856a1e8ef03d6a07c56311fb5e08 1,832 1.00/1.00 vMB 6
694,066 694,066 0000000000000000000aa256e6931f4c062c8d5ffa3828de5d1c9b10245447cc 1,359 1.00/1.00 vMB 5
694,065 694,065 00000000000000000003af71242e1685e3b9d6059e5da70d3b73ba3e11db71eb 2,946 1.00/1.00 vMB 13
694,064 694,064 00000000000000000002eb8f779c50098033adb1df65e1ab33041d23b8916a40 2,725 1.00/1.00 vMB 7
694,063 694,063 0000000000000000000f0c7878553be7d988a327a948552bebcae91cda0b776e 3,056 1.00/1.00 vMB 14
694,062 694,062 0000000000000000000fc5641dffac93723728ac64e08a7f70fc873da9b96f44 2,121 1.00/1.00 vMB 32
694,061 694,061 000000000000000000117c69182b6403ca705197578c87834cc5af5fd5218fca 1,844 0.84/1.00 vMB 6
694,060 694,060 0000000000000000001058f939c9370fb6e648dff8b17464c8455a3b429b246a 654 1.00/1.00 vMB 4
694,059 694,059 00000000000000000005bfa02fe9d22b73c866b8b12ca6100c9a91b861ff1c92 2,687 1.00/1.00 vMB 10
694,058 694,058 0000000000000000000aefe80050df1f92da71830b9c0b4c5e798fcf7a0d3f69 2,790 1.00/1.00 vMB 15
694,057 694,057 0000000000000000000f361835214d4374f8a4878d754197507f08a8fb4e93b9 763 1.00/1.00 vMB 3
694,056 694,056 000000000000000000134edd7b1225d2d38fd8163344d56ba31839f02516300b 3,166 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.