Loading Tool

Explorer IconExplorer

Memory Pool

39,972 transactions
18.43 vMB
0.15454475 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.70/200 MB

Candidate Block

Mining Attempt 55997cd064fb6a0d63ccca3966347ffa5e2cdeaea7f3ef61ecb760768216d832
Version 20000000
Previous Block 00000000000000000001f9031a1149e0ca831bb425bf636c4a0456659e3abb3e
Merkle Root b58d37dd4871a6b6d36b7c3a0da64d8abd321199f8a3b0cf3472e7361aa99ca6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.03332942 BTC
Median Feerate: 3.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,324 (673,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
240,046 240,046 000000000000004b4745e1b015e46315342ae3301855f75f3fbec3100a35de16 49 0.02 vMB 136
240,045 240,045 00000000000000e4609fcb39674d689e07fd088c96af65308d32a4f6335c12da 46 0.02 vMB 145
240,044 240,044 000000000000007fe64fef3224fbd27d75ca83562e1ce0035c54c13ced7241a5 237 0.09 vMB 234
240,043 240,043 0000000000000090ed5be96260975d3c2914df77189420a115781153610ca20f 165 0.07 vMB 163
240,042 240,042 00000000000000f6018ee79e7743b662349184fed297cf36ce500cd9c8fab778 446 0.19 vMB 163
240,041 240,041 00000000000000d3729ed0adb800c9095466ba180864d03e74301ed7ce704854 39 0.01 vMB 190
240,040 240,040 00000000000000bef066f9bc7bc1ff87dabc9435f326b5dd8529f5af2948ee0a 238 0.25 vMB 77
240,039 240,039 00000000000000a29a39e77043eb779c2b1cac9907ce38a32ee9d15250b89660 13 0.00 vMB 83
240,038 240,038 0000000000000108f8cf27a2a2f49384346d915ff0970554358b9544bc7f5bfd 252 0.11 vMB 175
240,037 240,037 00000000000000e8ced40b14ced8e3019b0d996f4f8fdf6c53632b2a8c35f820 25 0.01 vMB 134
240,036 240,036 000000000000002613b983782bea0a9304b27283776895638c87ada080f133c3 388 0.16 vMB 178
240,035 240,035 000000000000004ef5b4f20ddd73687e22d70601a2c30a021c30bd9aed3f0cc2 122 0.06 vMB 171
240,034 240,034 000000000000007d85964e3e3540a5cc7c45b94c743100dd68b93f053325c7ad 157 0.06 vMB 209
240,033 240,033 00000000000000c73858ba926a4865bcb46813d142a3f404f89e4a558ea2c149 183 0.08 vMB 168
240,032 240,032 0000000000000079dea927e04b6ae2325288e4b975b190d747ff0312aefc547c 46 0.02 vMB 51
240,031 240,031 000000000000005485955206f933dc55e83f8207c9cd45faa20e20527c48e73f 389 0.17 vMB 155
240,030 240,030 00000000000000b738b548ab2767ee333d1c7fb13de5eafc3ee51aec71331a7e 28 0.01 vMB 161
240,029 240,029 000000000000004023beb8171f2ccdfe341f0ccbcd57dd490709c65683afd0eb 22 0.01 vMB 171
240,028 240,028 0000000000000069db8f5a5df2bc250b66e0d572fc41fda629c0ae88d85dbe92 205 0.08 vMB 161
240,027 240,027 000000000000010405b02df3fbb1534b9aa927c50433fd42860e9ed438060ca2 211 0.09 vMB 167
240,026 240,026 00000000000000cc1ea416689da60ebf741542aa046c9b48286b6aeecb6d4b62 385 0.18 vMB 188
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

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