Loading Tool

Explorer IconExplorer

Memory Pool

81,884 transactions
31.62 vMB
0.10330897 BTC
Random Selection Loading Transactions
Max Size: 191.06/200 MB

Candidate Block

Mining Attempt 4ec3ca06828a709b15f8e056e02c84612be3acaf9a528c8ebcb76c2544282932
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root f2224b9c0c54695eeebaeb7ef52955e7b6869c1bf4c57223a5a078b8a58679be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,535
Size: 1.00 vMB
Total Fees: 0.03167734 BTC
Feerates: 265.25 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (88,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,416 826,416 00000000000000000003cc2b5aa5db01bf4d7dd27d7aabfe04898fac9d7e02db 3,881 1.00/1.00 vMB 43
826,415 826,415 0000000000000000000262ef3d30ea3805e5da1e061631e91fbb979d91e0889a 3,151 1.00/1.00 vMB 50
826,414 826,414 00000000000000000001be73025b508f591b53becfda74ff6ec50c4fff85f847 3,830 1.00/1.00 vMB 64
826,413 826,413 00000000000000000001bba5171f1ea22cf9ccc57f9d739397b9630cd3b4289d 3,726 1.00/1.00 vMB 58
826,412 826,412 00000000000000000001b4ccf298017bfa1c68485258b8f2cf43c7e8856e36c5 2,701 1.00/1.00 vMB 75
826,411 826,411 000000000000000000019d22a1ac52bb8bda706739fcecb22c3cd9d559048cfa 3,719 1.00/1.00 vMB 38
826,410 826,410 00000000000000000001e9447456fe7b72cb22bf1860f18bad6d560f44eceeb2 3,825 1.00/1.00 vMB 68
826,409 826,409 000000000000000000033faf1457a4176214182ef349432d670de1610312ddb0 3,605 1.00/1.00 vMB 62
826,408 826,408 00000000000000000001cd23ede4ef5183d75b5ccef9a17f4269058b6d59b2a4 3,655 1.00/1.00 vMB 46
826,407 826,407 000000000000000000001d773bf0e0501f033c629823ea03d7e319f76238421a 3,655 1.00/1.00 vMB 66
826,406 826,406 00000000000000000001aaf31acded9180601105cc7e6c5d3bd1d5e865386e6e 3,415 1.00/1.00 vMB 77
826,405 826,405 00000000000000000000d5e71da13071a7dcb035f6f6c88966cd7b9ee65962af 3,827 1.00/1.00 vMB 87
826,404 826,404 00000000000000000001d85e09aadc4fb78506928753ced22dac31578d6342c0 3,952 1.00/1.00 vMB 62
826,403 826,403 000000000000000000005fe46d2d12d1a47779aca4a4924f82382218778031bf 4,004 1.00/1.00 vMB 83
826,402 826,402 000000000000000000004d4c3f2b2ed5f92ef54f08fe7676d0c3da549c15a6c3 3,878 1.00/1.00 vMB 42
826,401 826,401 00000000000000000000d19a27fc4ad97163d86b0f7c9bb9def8b3f11c1d23fa 4,030 1.00/1.00 vMB 50
826,400 826,400 00000000000000000000595acde01f01b9bbf2ae1bc2d78019c34f4ea37bf45a 3,727 1.00/1.00 vMB 81
826,399 826,399 000000000000000000000c45098b8eade941a46a8a36dd47ed90a2d210f300cb 4,632 1.00/1.00 vMB 46
826,398 826,398 00000000000000000002b7069b549febea74a7389267aacabf3c3552fdd5d18a 3,948 1.00/1.00 vMB 63
826,397 826,397 0000000000000000000150756e19fff7027059433df39d55e1e996a9fcf24657 3,608 1.00/1.00 vMB 64
826,396 826,396 00000000000000000001e00c4ec15d056541afdabe8f988758380e100076b00d 2,902 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.73 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: 707.58 GB
    • Received: 16.69 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.