Loading Tool

Explorer IconExplorer

Memory Pool

36,327 transactions
16.54 vMB
0.24799814 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 5 sats/vbyte = 4 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 91.64/200 MB

Candidate Block

Mining Attempt da4f3af8e623784c0f87967b7de7549c70d5e526c4fabfc6229114ac2704b41e
Version 20000000
Previous Block 000000000000000000020644f86d66c63bc956b8ad66a3c76b0d77ad346ae271
Merkle Root ebaeba414e05c13e36c66d135c1a15c7c73587064edc6c8a8b478ba389ffc03e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,090
Size: 1.00 vMB
Total Fees: 0.06402590 BTC
Avg Feerate: 5.66 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,051 (673,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,050 240,050 00000000000000adc8a1a4ca1985e06472c710603220bedac5fb8f401466a66a 0.16 MB 421 177
240,049 240,049 00000000000000454fab3b21ac7d51c8b122d1c996b212722ee491f9ddae0cc1 0.08 MB 161 127
240,048 240,048 0000000000000087072e8a316f325e1eceaf1901d519ea77c6b11f6908f8c6cc 0.14 MB 317 168
240,047 240,047 00000000000000918964df2565b4c2532b5deca09634edbca71b81cb298e476d 0.14 MB 326 157
240,046 240,046 000000000000004b4745e1b015e46315342ae3301855f75f3fbec3100a35de16 0.02 MB 49 136
240,045 240,045 00000000000000e4609fcb39674d689e07fd088c96af65308d32a4f6335c12da 0.02 MB 46 145
240,044 240,044 000000000000007fe64fef3224fbd27d75ca83562e1ce0035c54c13ced7241a5 0.09 MB 237 234
240,043 240,043 0000000000000090ed5be96260975d3c2914df77189420a115781153610ca20f 0.07 MB 165 163
240,042 240,042 00000000000000f6018ee79e7743b662349184fed297cf36ce500cd9c8fab778 0.19 MB 446 163
240,041 240,041 00000000000000d3729ed0adb800c9095466ba180864d03e74301ed7ce704854 0.01 MB 39 190
240,040 240,040 00000000000000bef066f9bc7bc1ff87dabc9435f326b5dd8529f5af2948ee0a 0.25 MB 238 77
240,039 240,039 00000000000000a29a39e77043eb779c2b1cac9907ce38a32ee9d15250b89660 0.00 MB 13 83
240,038 240,038 0000000000000108f8cf27a2a2f49384346d915ff0970554358b9544bc7f5bfd 0.11 MB 252 175
240,037 240,037 00000000000000e8ced40b14ced8e3019b0d996f4f8fdf6c53632b2a8c35f820 0.01 MB 25 134
240,036 240,036 000000000000002613b983782bea0a9304b27283776895638c87ada080f133c3 0.16 MB 388 178
240,035 240,035 000000000000004ef5b4f20ddd73687e22d70601a2c30a021c30bd9aed3f0cc2 0.06 MB 122 171
240,034 240,034 000000000000007d85964e3e3540a5cc7c45b94c743100dd68b93f053325c7ad 0.06 MB 157 209
240,033 240,033 00000000000000c73858ba926a4865bcb46813d142a3f404f89e4a558ea2c149 0.08 MB 183 168
240,032 240,032 0000000000000079dea927e04b6ae2325288e4b975b190d747ff0312aefc547c 0.02 MB 46 51
240,031 240,031 000000000000005485955206f933dc55e83f8207c9cd45faa20e20527c48e73f 0.17 MB 389 155
240,030 240,030 00000000000000b738b548ab2767ee333d1c7fb13de5eafc3ee51aec71331a7e 0.01 MB 28 161
Previous 10 blocks ↓
Total Size: 778.94 GB

Node Details:

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