Loading Tool

Explorer IconExplorer

Memory Pool

74,289 transactions
28.91 vMB
0.07704166 BTC
Random Selection Loading Transactions
Max Size: 170.44/200 MB

Candidate Block

Mining Attempt ffb8dd0db60c08ecea3985f57e8804ca5caa961152d884f413c4d3f711b4126e
Version 20000000
Previous Block 000000000000000000007f1cc86584d5091523c563b1e01951438035453336d6
Merkle Root f7991656507e13277f0bbbaf6310d55de0a15f446111109dbfbbe359da1beeff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,043
Size: 1.00 vMB
Total Fees: 0.01700095 BTC
Feerates: 98.05 > 1.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,041 (39,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,204 875,204 00000000000000000001483712974f922c1c060ab7d8ea4edc5b7b78c47d2a44 3,509 1.00/1.00 vMB 12
875,203 875,203 00000000000000000002917510ccc7036b63da3400da8f8530349a4230d65b2d 1,231 1.00/1.00 vMB 7
875,202 875,202 000000000000000000008c89e4025f250e40c6931fd61ec1c8e4a9f971206ec6 3,089 1.00/1.00 vMB 9
875,201 875,201 000000000000000000025a0492c5acd4b02530c779ec186f50f861e8bcaf2e67 4,023 1.00/1.00 vMB 10
875,200 875,200 000000000000000000029544d13419b440aba7a6ca9c15d55b8392af7e70120c 3,413 1.00/1.00 vMB 15
875,199 875,199 000000000000000000014d718cf8f1502ee421b40cfb8310d52e3807a9e60cff 3,329 1.00/1.00 vMB 18
875,198 875,198 0000000000000000000058f8b1f1cc461716edfcccf85890272983c551570d4e 2,508 1.00/1.00 vMB 9
875,197 875,197 00000000000000000000b12761f13f95aaf43e9fd4e0e23cef6cac72599220a7 1,878 1.00/1.00 vMB 8
875,196 875,196 0000000000000000000025e3ad0cfe92fbcead39971a39637e0ce0b7d3180feb 3,266 1.00/1.00 vMB 12
875,195 875,195 000000000000000000016b58da559ac0b99bf3fb1e91165a7e339fa65dee2bb8 3,736 1.00/1.00 vMB 11
875,194 875,194 00000000000000000000ebb9ee4b3a330d63e67ea23005ceb0fe2e35223ed8b1 3,512 1.00/1.00 vMB 14
875,193 875,193 0000000000000000000090a12e245906700111ea6bcfadeb37a0a118e8023ba7 2,379 1.00/1.00 vMB 10
875,192 875,192 00000000000000000000632286dcbcd160a7c59d90b1e4748115b817c8b1f8e6 3,660 1.00/1.00 vMB 11
875,191 875,191 0000000000000000000177275824dc6e06ac3e75e2c3c4131f2a2de14a66aca3 3,517 1.00/1.00 vMB 10
875,190 875,190 00000000000000000000a8aa7ff4501f74cc8af32b4b1b23416740cb9ed8d73c 3,571 1.00/1.00 vMB 14
875,189 875,189 00000000000000000001ed4d40e6b602d7f09b9d47d5e046d52339cc6673a486 3,548 1.00/1.00 vMB 19
875,188 875,188 00000000000000000001cbeea48f8769490346e108a3a1fd7fb39a29f596a67a 2,156 1.00/1.00 vMB 9
875,187 875,187 00000000000000000001370aa1e9c8e88f03b8b9ec5a63396b3a433d965118cd 3,734 1.00/1.00 vMB 12
875,186 875,186 0000000000000000000104e56feeeca600c2507dc2f15b3ede08ce15fe1b040d 3,347 1.00/1.00 vMB 12
875,185 875,185 0000000000000000000254ef605707cdcfdc0a415db3a2aaf5448d23e3d269e7 3,339 1.00/1.00 vMB 15
875,184 875,184 00000000000000000002738fbaff64ecb247a6b7bce91212e5ec2714665ad8f2 3,108 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.46 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: 667.95 GB
    • Received: 15.33 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.