Loading Tool

Explorer IconExplorer

Memory Pool

15,580 transactions
9.02 vMB
0.04210000 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.21/200 MB

Candidate Block

Mining Attempt 3db39b66d9126478a34d35a849e842867117de5f5b037f08cb16c5f59a35c282
Version 20000000
Previous Block 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d
Merkle Root 32bdc75374deafd2b1891281335d2c09047d041f2df3b19b7d863da66894f089
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,501
Size: 1.00 vMB
Total Fees: 0.02250238 BTC
Median Feerate: 1.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,372 (649,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,302 264,302 000000000000000527394959fb37c277351c4d3ec53f1b7c689308d7698b50cc 226 0.10 vMB 117
264,301 264,301 000000000000000cee6c1ad3ddb30fc0f2ccd2f055f0a77ccacaed14af13b96c 363 0.18 vMB 88
264,300 264,300 000000000000000002f171ba88a159a6993d1c59c18337dd557ffb168e19987c 368 0.14 vMB 34
264,299 264,299 000000000000000a9fa9c0a32108d74c89623b47c11361419ecaa19d38e0fa2e 610 0.25 vMB 151
264,298 264,298 00000000000000098ae2c76784809189a4979c2c96fb21d175a4d68912603372 98 0.03 vMB 90
264,297 264,297 000000000000000c39c8d534fc46c39449a08303c3baf04c074eaffdc400b688 335 0.16 vMB 103
264,296 264,296 000000000000000b8e05ef173aa07e218d47488eb3acab7f9a8c9176c4036fcd 79 0.03 vMB 75
264,295 264,295 00000000000000029bdc75c95e03b295df47dc0f575eef4795441692b0ed4ea6 30 0.01 vMB 93
264,294 264,294 000000000000000f31b599f6c5611ffa48ea97f71942cee625322a6479bd89fb 383 0.15 vMB 108
264,293 264,293 0000000000000005582c713ade4e3711a682fb819c53840878458f29e9b51afb 584 0.21 vMB 176
264,292 264,292 000000000000000dffab25134eef06ec6d37098dc330eb6ddcfd758a32f23181 178 0.08 vMB 157
264,291 264,291 000000000000000070ed082c70409823f48c1685c6bdf9cc12ea25164a6617b7 117 0.14 vMB 38
264,290 264,290 000000000000000af66e865841afa124078519dbe8561acdcba55ff29344e506 241 0.09 vMB 126
264,289 264,289 000000000000000d3270f951ec86cde3391996956c441a71c9b653800ac7ba75 42 0.02 vMB 163
264,288 264,288 000000000000000313b661c955be45ac8fce4878e23d43985e53af8cbd8fa5d5 47 0.03 vMB 127
264,287 264,287 0000000000000007bd35128c23c38ca0a815ffc19447948a987f05ff5ef763ee 64 0.03 vMB 95
264,286 264,286 000000000000000d4bdd8381574d4bd0b2a5d87895891d2d9608806b48e75ca1 205 0.09 vMB 101
264,285 264,285 000000000000000e7fbc2bbe3e72a882b12ad234c598de2bfbed64bcc02f1e12 36 0.02 vMB 85
264,284 264,284 0000000000000001c658747309b8a1cf7ce17e25a0078185101969f46ba159ee 141 0.07 vMB 101
264,283 264,283 0000000000000003fe3447aec876b86068c620d1101a2d292185eff8f1c6eb93 51 0.02 vMB 136
264,282 264,282 000000000000000566fcb8cf672f7cac0f057b3fed514e5390b27e54265258c1 255 0.09 vMB 103
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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