Loading Tool

Explorer IconExplorer

Memory Pool

18,289 transactions
8.68 vMB
0.05693895 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.53/200 MB

Candidate Block

Mining Attempt 59e60095e0dcf3052b2da685b4f3b7fc1d2542411ca1c839be95e5ef42423527
Version 20000000
Previous Block 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c
Merkle Root acff5c5c5b5af53919657030b023e2eb169ea9a2ed78b133593766a483c07595
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,111
Size: 1.00 vMB
Total Fees: 0.03811362 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,389 (754,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,528 158,528 00000000000007600dbcf7abe49124571a9f8c0b132e795857576c75389f5406 87 0.05 vMB 384
158,527 158,527 0000000000000128922cbe607176d467960025c09079b9713b194ed7dd0c1364 10 0.00 vMB 52
158,526 158,526 0000000000000a3958a98318d5afca756b79a9056a1f11060f255024e5be1689 114 0.04 vMB 17
158,525 158,525 0000000000000128e4d06682fd089bb90423882927a9ceb3d611acc63b826606 21 0.02 vMB 57
158,524 158,524 000000000000033c1c7195d18aa0d2e4950d1842c63fe64138808d1180ee667f 12 0.00 vMB 60
158,523 158,523 0000000000000cb9e142e24dc2d922d3dd309f48c039b8a84882fae50b68dfc6 108 0.03 vMB 119
158,522 158,522 00000000000008347adc287a500ad0a05106a273ada6a299c57c6b85e6a490f0 76 0.03 vMB 178
158,521 158,521 0000000000000ccbdf62dbd37fb62328eac881b25fb650a41cee035d3fda1a35 11 0.00 vMB 529
158,520 158,520 0000000000000b81d6e42d8f9ff3993adf674678d09b8fbb49ad365542cd3957 72 0.05 vMB 34
158,519 158,519 000000000000075dd6b6cfc284817995150a8b2ad4b912dcd15266099bbac3e3 113 0.04 vMB 646
158,518 158,518 0000000000000b9247b51a6cbd9fd55c23e3317d1924266015c8674422ad70f2 57 0.03 vMB 528
158,517 158,517 0000000000000d9865566ed2c1da0fd18b99c91e272353de12c6ff8eac28aa68 147 0.05 vMB 111
158,516 158,516 00000000000000c42379a634d27cc07830ed7da0bdb9ef4490997a9426fcbdff 26 0.01 vMB 171
158,515 158,515 0000000000000a93a7f15c28df1da86c8754522a3f83af305d55ee93872bda0e 52 0.02 vMB 2,348
158,514 158,514 000000000000077cedb963319b0e3c3bbc878d3f02fd8358423db828b32780ab 43 0.02 vMB 480
158,513 158,513 0000000000000dde1290cb1d48a3d0be9ff78ab941f03e34f785c952e4ab045e 70 0.04 vMB 265
158,512 158,512 0000000000000aa29ceefd63391975c5c847555185b2ad637835e068d09a8648 38 0.02 vMB 126
158,511 158,511 0000000000000ceefa470e17a7b9b0a1b630fefb9c2831762d6f642dd4ad3f39 8 0.00 vMB 115
158,510 158,510 0000000000000734c7486b6cc3207b89f731e680470544a843ec22dcf771a9af 29 0.02 vMB 86
158,509 158,509 000000000000071e82d8136188b5f1c11abc13b14bd0b9bf94c1dc4a04261f60 104 0.03 vMB 166
158,508 158,508 000000000000057d71f1091b72f2544122be409382d65b8083f2d9bb6daaf584 42 0.02 vMB 51
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

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