Loading Tool

Explorer IconExplorer

Memory Pool

82,573 transactions
31.84 vMB
0.09411415 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt b280aa6a1d0bad3b42f015ba6e436ad388a7b4a90ee6c99822f8fa61bf726687
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root ee4e21543f093683c497da4740406106beffa8b67f3fd92411aa2705ad41fd04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,693
Size: 1.00 vMB
Total Fees: 0.03057978 BTC
Feerates: 101.66 > 3.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (257,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,423 657,423 0000000000000000000f0a0cdb73e42c9f84ac9b64fce1744fe61d94f6417f5d 2,216 1.00/1.00 vMB 99
657,422 657,422 0000000000000000000be174dc9a2e5e00946227aa15d6d149db3137b2ac25fa 2,155 1.00/1.00 vMB 37
657,421 657,421 00000000000000000005f9305405ed5e0fcf806cab19e0ce06c16e578bdb39cc 2,339 1.00/1.00 vMB 28
657,420 657,420 000000000000000000092ad5636afe8557494b3c7edf321e59b67894024c52a8 2,330 1.00/1.00 vMB 64
657,419 657,419 0000000000000000000f133b10f9c10ec3c5f0bc045c4b5d1f9ef56f0a94d535 2,512 1.00/1.00 vMB 56
657,418 657,418 00000000000000000003c9585a032daa8690da59f9a71889cd7e43e3f50c6cb1 2,521 1.00/1.00 vMB 62
657,417 657,417 0000000000000000000fd8da8a21ade065d97e0f920537a1586846d24b555f00 2,699 1.00/1.00 vMB 58
657,416 657,416 0000000000000000000054df221db7df1769a3f574d09e05841e28d278ea53c0 2,798 1.00/1.00 vMB 69
657,415 657,415 000000000000000000032766fe138c0224d6d508a914cd1686de986b77258370 2,970 1.00/1.00 vMB 70
657,414 657,414 0000000000000000000b611f3a2b010e18373819c19016404e811fb6c60e2370 2,464 1.00/1.00 vMB 109
657,413 657,413 0000000000000000000751a9bc5d6073efd0464b11c2098c04be6439570968af 2,973 1.00/1.00 vMB 65
657,412 657,412 00000000000000000007faf6e24c7bc982eb4862b4f17a87dc06f9137a12c7b6 3,432 1.00/1.00 vMB 81
657,411 657,411 0000000000000000000ac5653945234a830c06ffb3905b8325c740812a176e90 2,740 1.00/1.00 vMB 100
657,410 657,410 0000000000000000000b39164efcacbbf97d5b0f6094758b4b9b0a88552d0977 3,188 1.00/1.00 vMB 79
657,409 657,409 0000000000000000000a7a5d22474b1d8bb835a15a5a214398280cdad4e62aea 2,993 1.00/1.00 vMB 89
657,408 657,408 000000000000000000026edd595263b47a8f137c717b59d254c0b9d87a04787e 1,759 1.00/1.00 vMB 95
657,407 657,407 00000000000000000005995a5b855c73fa2cfaa3d5bed633d3de4e470c176816 2,795 1.00/1.00 vMB 88
657,406 657,406 000000000000000000031579c2a5f7ac0df73f92a1e4a8882b3c9d23f0ac152c 2,511 1.00/1.00 vMB 91
657,405 657,405 000000000000000000018a201ddf2305d6b4edf00fc02579778bc985b6df6502 2,878 1.00/1.00 vMB 124
657,404 657,404 0000000000000000000387b524ac689529aa86888b3fac105b1b2afe10bfd1e1 3,007 1.00/1.00 vMB 107
657,403 657,403 0000000000000000000ffb8df8b3a7a2b3ff30b4f2221b6da838735b59587ab4 2,649 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.31 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: 658.68 GB
    • Received: 14.58 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.