Loading Tool

Explorer IconExplorer

Memory Pool

87,802 transactions
32.55 vMB
0.24719625 BTC
Random Selection Loading Transactions
Max Size: 194.57/200 MB

Candidate Block

Mining Attempt 31b65a8c169a04321e5639df7220559d295e67801c17dfebfca01ac026c3a399
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 0ba6212b0f7ade35a9ec84f327c3a328a3f2a0eb23dc25295378f62c48c61d66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.10955093 BTC
Feerates: 538.26 > 10.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (344,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,864 570,864 000000000000000000016ec08d039fb35d2b77a087c114598cd7361a118685bc 2,541 1.00/1.00 vMB 90
570,863 570,863 00000000000000000023a9f2bea713c2be7a5d1a568ff97055ab4b317206d890 2,844 1.00/1.00 vMB 107
570,862 570,862 00000000000000000019eb1501230b4cea7f2621f7a6b6e33bedb58276967580 2,421 1.00/1.00 vMB 151
570,861 570,861 000000000000000000005baba7aaccf52542e450474aa84a1b31ebc546ee7dc9 2,530 1.00/1.00 vMB 50
570,860 570,860 00000000000000000004a27376dfa595a6d62de2da0a6d1c0b02c2a68afd97be 2,528 1.00/1.00 vMB 52
570,859 570,859 0000000000000000002a31f50dde965d8c929e1e34be72efa3bbd791a1ea7051 2,142 1.00/1.00 vMB 104
570,858 570,858 000000000000000000144c10ec655f44340d325c9b6eb82543907cbfb994ca59 1,892 1.00/1.00 vMB 95
570,857 570,857 00000000000000000029a507cce0b7aec51838316a489ba3703af9f286f90dcd 2,643 1.00/1.00 vMB 135
570,856 570,856 0000000000000000001dfec3e36978b457787f831c7363833e71bd84542a112b 2,863 1.00/1.00 vMB 133
570,855 570,855 000000000000000000076ce2ff60e27642448f00dbd83e3773327c91fd038f2d 2,598 1.00/1.00 vMB 131
570,854 570,854 00000000000000000009242a472f53109114e07c8aed8c6820f99c0b667e5151 2,507 1.00/1.00 vMB 85
570,853 570,853 00000000000000000020f25cfc0a835cb72f1ea52e9c0dfb3d1336c6ee6a58e7 2,892 1.00/1.00 vMB 51
570,852 570,852 00000000000000000013f7b474462c9abbedf93336866e757ecc9df8b52d34d4 1,716 1.00/1.00 vMB 4
570,851 570,851 00000000000000000026b9d19b22ca8b222d2df82402254b5e094ec3e8ddfe30 2,768 1.00/1.00 vMB 27
570,850 570,850 000000000000000000163f1fa3cabbf2f49df699bfa67ecf21836585ae563194 2,536 1.00/1.00 vMB 107
570,849 570,849 0000000000000000001e6d9ee5f2a04e3ca12a6ca7e550a864af5af5a7ec9fd9 2,556 1.00/1.00 vMB 45
570,848 570,848 0000000000000000002ac53d65bf8459f2a2f8ed75c774429a7fb098ee7a17e5 2,408 1.00/1.00 vMB 14
570,847 570,847 00000000000000000014c43fda4b47e20ab7bb56b72ec51691a7b19178231294 2,602 1.00/1.00 vMB 43
570,846 570,846 0000000000000000002574fbdc2238b3c5f43158168007c43ebb1bd6ff9849c8 2,857 1.00/1.00 vMB 45
570,845 570,845 0000000000000000000c15d170854bcd4631097bae9a935a4e45b6974e01bbf2 1,998 1.00/1.00 vMB 17
570,844 570,844 0000000000000000001e84d1ba29d1c7b64596d22bfca18802f006ea6f1f5177 2,654 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.