Loading Tool

Explorer IconExplorer

Memory Pool

27,914 transactions
14.30 vMB
0.06487096 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 78.07/200 MB

Candidate Block

Mining Attempt b4a02f86d2faa8facc091dc522d1abce785f966223b4cd48ab8c014edadd50bf
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root 0631cd67ad934c402dc4f0b89fb1db658e0f928637292fdd08cb8be4ffa756da
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,551
Size: 1.00 vMB
Total Fees: 0.03006364 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (667,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
246,043 246,043 000000000000008b05757fd32067c0f7adf95ae1595e682f5ecf91993d78813c 279 0.12 vMB 117
246,042 246,042 00000000000000590458ab3c01c2ff504af2c3728086367ec4a7c58ef042f822 54 0.03 vMB 82
246,041 246,041 000000000000006062dfddcf370e870530191f16745ed6120205d04a19e0494e 263 0.12 vMB 128
246,040 246,040 0000000000000094d233b2c42aea81c06a5cc2475fe00cf93b0b3b0fffc8168d 491 0.22 vMB 141
246,039 246,039 000000000000003e0fc8735734d6067dd8f7a73ce5f1621594fe67e319b7c539 153 0.06 vMB 194
246,038 246,038 00000000000000156d9f3470de536cf7163ff34a698831ebfd8de211ca192eb5 181 0.08 vMB 114
246,037 246,037 000000000000001f520bfd23b920f91a4573aec79a2084fb03392e748ab1b786 223 0.10 vMB 274
246,036 246,036 0000000000000017c6a07042ecebe5d54927ef0671404555e70b145f8f7b8336 268 0.12 vMB 146
246,035 246,035 0000000000000097441569ad9cddc2fcdafcb2eaeae01dcd3dcf0afe91e6c285 54 0.02 vMB 115
246,034 246,034 000000000000009da71a121f4292dc49339dd6305b6c58e01462be29c3d86296 166 0.07 vMB 115
246,033 246,033 0000000000000091b881804847094c619c2854e80a011c700d9cfff4f48b48e4 242 0.21 vMB 71
246,032 246,032 00000000000000307d730a255426b8e7f20c19ba810a825c64cc3981c34afb39 5 0.00 vMB 44
246,031 246,031 00000000000000501b7558424cf61a09082b696376c3a9435bb4344b74fb3a26 577 0.34 vMB 110
246,030 246,030 0000000000000088101bf9e3069c9c8a4201d4afbeffdbfd05b5aecfadeafa52 82 0.04 vMB 28
246,029 246,029 000000000000003912cecd465ebe35524046f45808b068204f63509109c8e155 244 0.09 vMB 110
246,028 246,028 000000000000006200a42e62420c3d89e1fb4190f7d21650f1d1d0db98a5108f 97 0.06 vMB 41
246,027 246,027 0000000000000026c982e0f9c1e985878eb37263b91e985e831d40b279505bf0 79 0.04 vMB 36
246,026 246,026 000000000000000a0b1ee6bef87692d1cd0e2fe5df683876859d457139cb4b22 401 0.19 vMB 146
246,025 246,025 0000000000000012d3a22634950406ed613c36340ee5397e971fc3077d62a167 131 0.08 vMB 27
246,024 246,024 000000000000000a7d468a950f9978257b2a5d911638eef3966ca6571c9ae985 778 0.35 vMB 140
246,023 246,023 000000000000001b2b7a6f08ca5f5459d0fb0d65aa12cfb568a44de48a1a7a23 97 0.04 vMB 47
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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