Loading Tool

Explorer IconExplorer

Memory Pool

51,265 transactions
30.52 vMB
0.09940596 BTC
Random Selection Loading Transactions
Max Size: 163.80/200 MB

Candidate Block

Mining Attempt fd9a13658bb782d63cc77b1b7b15b30308294cafc6cc381d9dbc56dce0039d97
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root f817e88fa033a31e92d457d34559613a39b475c438db0e68b396a4f901db4e0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,681
Size: 1.00 vMB
Total Fees: 0.02636643 BTC
Feerates: 202.16 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (326,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,786 588,786 0000000000000000000c6a0040ee2310ed576ea3ad3345ac6d6a527f81cca413 2,998 1.00/1.00 vMB 30
588,785 588,785 0000000000000000000f6cb52445235a2acb7546fe358898732b5be6adf6c038 2,125 1.00/1.00 vMB 26
588,784 588,784 000000000000000000199b3844f090547d3e39a37a42f8080b04c1585ee4138f 2,628 1.00/1.00 vMB 52
588,783 588,783 00000000000000000006f471796bab6ab7bbaa4f849edd62fb4b11e4432a481f 2,870 1.00/1.00 vMB 50
588,782 588,782 000000000000000000170a9cd980c5e59dffb4e9df40aca57217c3dc21e42337 2,959 1.00/1.00 vMB 53
588,781 588,781 000000000000000000033efd339c9010b173fd0a72edc1037b447e2766508f7f 3,318 1.00/1.00 vMB 30
588,780 588,780 0000000000000000000f5f4577dfc62ea28e6a6101c972ab40d03e0576b314ad 2,402 1.00/1.00 vMB 68
588,779 588,779 0000000000000000000fd91e6febad70662d83b18216fb306ce615c966764504 697 1.00/1.00 vMB 16
588,778 588,778 0000000000000000000e4c388509364fe1bc94f4169dc9879eb6c6ad88a237ff 1,318 1.00/1.00 vMB 8
588,777 588,777 0000000000000000000b9e9648aae4b9a8a23a2543c42d7d4d489d6c9b6d230c 1,255 1.00/1.00 vMB 9
588,776 588,776 000000000000000000043274ff8584f9fff38831f91a2702bf4f88d1cf8b3116 1,211 1.00/1.00 vMB 10
588,775 588,775 000000000000000000054ac29167bf3cc677044bd93746a1898636fa898c56c2 2,260 1.00/1.00 vMB 22
588,774 588,774 0000000000000000001a829a4327fffdf8a8dbe2f5e3ca5d95d56a06e3c1231c 1,999 1.00/1.00 vMB 12
588,773 588,773 0000000000000000001a0c3478b70e9841e33689caae79f47bb658d143d1e013 2,723 1.00/1.00 vMB 45
588,772 588,772 0000000000000000000ad02ff3ab6bc1ed1250fe3170efb6bb218e76d571b3e5 1,481 1.00/1.00 vMB 19
588,771 588,771 00000000000000000013b288328b7274d2201a23dd104c2e606208596371ed6f 2,264 1.00/1.00 vMB 25
588,770 588,770 00000000000000000014f00955c471583a65bc9a59bf0889141377ffa2f317ce 2,554 1.00/1.00 vMB 31
588,769 588,769 0000000000000000000ecf28149c56123906f66b3bd71adc639cff3d5a7435e9 2,822 1.00/1.00 vMB 44
588,768 588,768 0000000000000000001b92e4d3027218ef63c67abbfb0870326b8184302aaaaf 3,262 1.00/1.00 vMB 63
588,767 588,767 0000000000000000001742d9304987dec9dfba1c17f1c1e766bdd9a2eabdc76c 2,936 1.00/1.00 vMB 16
588,766 588,766 00000000000000000013bdaa65f449e81fa65c3e0a81be0d72eeb97fb933f7ef 2,887 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.