Loading Tool

Explorer IconExplorer

Memory Pool

80,042 transactions
30.56 vMB
0.08064832 BTC
Random Selection Loading Transactions
Max Size: 185.64/200 MB

Candidate Block

Mining Attempt a3a537aedb0d53b5f834a15f8cfd13c4f8195d70e2d7e3f0e4efe0bff1b94d9a
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root a9465df61723852b1c3b65899487f4ec2136383aba424c7981fd82f4b86755f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,354
Size: 1.00 vMB
Total Fees: 0.01529082 BTC
Feerates: 351.58 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (370,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,971 544,971 0000000000000000001c39a0b85f83a50ca9a5ed5874eb09b0693fc5930e57af 2,254 1.00/1.00 vMB 10
544,970 544,970 000000000000000000073cb8d590fb545228d5750cc33162c15d6ba3702a63ab 2,380 1.00/1.00 vMB 25
544,969 544,969 000000000000000000043123ba61a071b490023e0e10a256e554d00c605acded 2,724 1.00/1.00 vMB 22
544,968 544,968 0000000000000000002380f0a7abb475e7067aff79f25ec9744cdc33b75fe6d4 2,099 1.00/1.00 vMB 17
544,967 544,967 000000000000000000001535a7401c694aa564b21c2e7186cac2f34121727e7a 3,064 1.00/1.00 vMB 8
544,966 544,966 0000000000000000001c0bcb369e5f4095b277e4ad920f75f5218e0c9d8c18e0 2,768 1.00/1.00 vMB 22
544,965 544,965 0000000000000000000300303ec8c13abf9f635a738f2cd8d5cfdc75fcd3b188 1,888 1.00/1.00 vMB 12
544,964 544,964 00000000000000000020ea923d5c3404c24449c48027ebda819e0b4276b9c8eb 2,608 1.00/1.00 vMB 9
544,963 544,963 000000000000000000128e10c8d712e8c89655923dfeaa7fdf3944bfed2f4951 415 0.16/1.00 vMB 28
544,962 544,962 0000000000000000000126b9eaf99a1205a63d0db0e40a46988373a2d33ca3d3 1,922 1.00/1.00 vMB 15
544,961 544,961 00000000000000000010cfa14bc3839ac7197eceece68e3909e18b7312636961 1,455 1.00/1.00 vMB 3
544,960 544,960 0000000000000000000448ce1f3bd0861c7dd38b148cdbb836787713aef6b7c4 2,871 1.00/1.00 vMB 14
544,959 544,959 0000000000000000001abf0e347bdba764d767e280a07e52a918bf27e0b3821f 2,812 1.00/1.00 vMB 12
544,958 544,958 0000000000000000001b621b90462eae368d3da62738355c0e5a4fb005ee8707 2,738 1.00/1.00 vMB 22
544,957 544,957 000000000000000000193c1fe3195b9e26fb32818ece1faec00fca7bed5e9ff7 2,674 1.00/1.00 vMB 21
544,956 544,956 0000000000000000000d3d67b6fc7e3a84db12411573418e324eee2e0a205629 800 0.33/1.00 vMB 12
544,955 544,955 0000000000000000001a87e43a3706c0ac2807e364051efac88c829f03a006ea 316 0.17/1.00 vMB 9
544,954 544,954 000000000000000000092e2fdb2ebd6ecf5456ef0585006592d9d58144eb2be5 2,490 0.99/1.00 vMB 14
544,953 544,953 00000000000000000002bb3e4d36158335bd2f746f6f45309559c00bd02620c3 1,159 0.47/1.00 vMB 11
544,952 544,952 0000000000000000001911a9dd1d99f2686e1dbd9a07e4ad0dd73e71623ac860 674 0.24/1.00 vMB 14
544,951 544,951 0000000000000000001e377bca4cb9451fac544493cdf1f206cc9e82b71c55e2 4 0.06/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.