Loading Tool

Explorer IconExplorer

Memory Pool

33,715 transactions
14.23 vMB
0.05996745 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 81.80/200 MB

Candidate Block

Mining Attempt 9f6cec7659b0def77a3ff8b97beae0d956ddf9e15f766ff67822cc14a0b2e241
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root 7a499fd50ee5a2ded3010d740e42485ed141aab746ba59dfedd98b6a03dc35ae
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,908
Size: 1.00 vMB
Total Fees: 0.01907710 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (767,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,355 145,355 000000000000085a27fc76bdd3e660d256052c5c220491f2397036328ac7168c 118 0.03 vMB 81
145,354 145,354 000000000000044c4856fb3882efd088ff1df00836a0ce3a5ae3ee10af7a6dcd 59 0.02 vMB 171
145,353 145,353 00000000000002ee597eacd834dbbd9ebccca9e7ecd0919269250d8db7c821b4 43 0.01 vMB 297
145,352 145,352 000000000000005e45df9ccba688f8616f51b23a2538d2a5dd0fed09830667db 13 0.01 vMB 348
145,351 145,351 000000000000079bf860ac34a40b84c2cf04cf54f2ded9e515eb2ddba5557021 32 0.01 vMB 231
145,350 145,350 00000000000003274bf679a7ce14336823bc83832911661942cbacf4c114ca1b 129 0.05 vMB 140
145,349 145,349 00000000000002de7c90e256ea20b125206b9a2038db4e703baea01419c6d53b 51 0.02 vMB 332
145,348 145,348 0000000000000712946fcf86661395a83fb715978d680a5eae8a5c6db771aabc 35 0.01 vMB 60
145,347 145,347 00000000000002f83cdf2c0cc9b4863d9bec247d5f122e79b55fe6febab0f6c5 54 0.03 vMB 101
145,346 145,346 00000000000007a97ae928d1a42e22a1c85b895c56502c8c9b9dbdb7af0ea3e6 9 0.00 vMB 669
145,345 145,345 00000000000000852fe0e4834b953cfd1eeaed53ed0add8a83928c63f53067d9 124 0.04 vMB 66
145,344 145,344 00000000000004082eab788a57ef75be1a107cd87d320ad9cf246bea4cf383ce 109 0.06 vMB 519
145,343 145,343 000000000000028ff094123730ee56066dd097a1ab3f91bb55d167afee5cfb41 76 0.03 vMB 110
145,342 145,342 0000000000000658799a7e6d131c658399ca33d02de6cd127c5a8cd9929763c6 37 0.02 vMB 191
145,341 145,341 0000000000000387a8fe272f2bb58ed5b5a399ed47ae99a3c86fde03bd629a43 10 0.00 vMB 539
145,340 145,340 000000000000005ab88d1076683bc75a4d65ed7a8e1248610323c45ae24da699 1 0.00 vMB 0
145,339 145,339 00000000000005c9e064f9ea5cdc26677987d2e57d732f11db7a13483851e966 95 0.05 vMB 163
145,338 145,338 00000000000001ecfc0eb4b84f297b2c0f2738de24f1f52c6822d6d1ff35b064 1 0.00 vMB 0
145,337 145,337 00000000000008505fe661a526b55d1f19029c10540c0419cf9deb55699f8a75 22 0.01 vMB 0
145,336 145,336 000000000000073ca3169290f28fb68385ed143540ce2a2c5a7448a719181769 41 0.01 vMB 114
145,335 145,335 000000000000094ad81c1165b4ddb71382a4f249d759411fa0be25aad076fdee 62 0.03 vMB 191
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 88
    • Outgoing: 10
  • Data Transfer:
    • Sent: 146.80 GB
    • Received: 0.59 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.