Loading Tool

Explorer IconExplorer

Memory Pool

80,724 transactions
30.15 vMB
0.12236888 BTC
Random Selection Loading Transactions
Max Size: 180.85/200 MB

Candidate Block

Mining Attempt 94107e4f6b9cca4417ed0a193f5e7434e62c93259885cbff26445d9d1daca133
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 946cc2e6bbd9cfd1b591d1a79ea26641a6f84aa4f6fceb302742eb4313be10f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.06038734 BTC
Feerates: 180.34 > 6.05 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (233,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,261 681,261 0000000000000000000bbb515765c668c1d9c85d95c4cb700d8efde938f08dc9 3,011 1.00/1.00 vMB 104
681,260 681,260 000000000000000000034a9433add00281d4a33a71b2984f3ae6cba205afa5cd 2,336 1.00/1.00 vMB 134
681,259 681,259 000000000000000000075833fe0140125ae32e291f97b7ad0d2e9b0daa5a9436 2,799 1.00/1.00 vMB 153
681,258 681,258 00000000000000000003d26527adc3a69a3a9ee4f260251b2a0192489542edd8 2,558 1.00/1.00 vMB 159
681,257 681,257 00000000000000000001ccc9b232a1b49c1e304de95cd94e779f369e04b9df15 1,423 1.00/1.00 vMB 138
681,256 681,256 00000000000000000007623bb339282510e03def5f26bf928eb82042b1f62edf 2,337 1.00/1.00 vMB 167
681,255 681,255 000000000000000000052beef996d4011f66d18eec5294d8fc26e2a2914b4302 2,212 1.00/1.00 vMB 133
681,254 681,254 000000000000000000042f40b66b2af0e2603d5da2591439de2a5eb001bc30f2 2,049 1.00/1.00 vMB 136
681,253 681,253 000000000000000000050e4338ce5d977aa1ca2592d3032b417810718183a6d6 1,744 1.00/1.00 vMB 157
681,252 681,252 000000000000000000053569d0695faa661428172389d375c72dde72168f93e2 2,191 1.00/1.00 vMB 154
681,251 681,251 00000000000000000002ad0f09a7c55f37e61e797ec67be408c11206aced5a93 3,336 1.00/1.00 vMB 188
681,250 681,250 00000000000000000006ecdfc9d55d36a69cd2b5c9484086ae1d9e2b26d9b137 2,782 1.00/1.00 vMB 134
681,249 681,249 00000000000000000007e844e852d43b32c5a0f2a7f4fb32511396affd6a298f 936 1.00/1.00 vMB 35
681,248 681,248 0000000000000000000bd92cb9660c994c594307e1b3eeeb113f41e85f68f317 2,224 1.00/1.00 vMB 51
681,247 681,247 00000000000000000004910d6795886741127b7e318893425fc02b6ae716717c 2,481 1.00/1.00 vMB 97
681,246 681,246 0000000000000000000b424397e19f7c5501127c5bc0c8f44e898a1505456563 2,011 1.00/1.00 vMB 114
681,245 681,245 0000000000000000000a91cd13e5ad30b172e888ebfac3ee9875f8231a04397c 2,594 1.00/1.00 vMB 170
681,244 681,244 000000000000000000048d152313ed72e65ca21b9d0892fc3edb22807c7984ec 962 1.00/1.00 vMB 126
681,243 681,243 000000000000000000054d4da6491a2869cef61c3efbc12b65c5cd7e2d98127a 2,333 1.00/1.00 vMB 164
681,242 681,242 00000000000000000009cb8bd3ce6e47f3c12107fdd6b05add095807833dddf0 1,387 1.00/1.00 vMB 67
681,241 681,241 00000000000000000002070ccdf95e74857c9bee6e65f6124a55fa6903c2aea9 715 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.