Loading Tool

Explorer IconExplorer

Memory Pool

84,230 transactions
31.63 vMB
0.14110753 BTC
Random Selection Loading Transactions
Max Size: 188.96/200 MB

Candidate Block

Mining Attempt 8d429b52a005f0a5e70a2cee4b44d46ae35ceb9d90b8d9674a91d63a7f63cc62
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 2bbab269bc51f75ae7e39abe71088e62a6a19a76d5c7df2211077f3593564031
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03695859 BTC
Feerates: 55.77 > 3.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (156,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,113 759,113 000000000000000000013c1fcb31bc68bbdd770aa12a7367b256a0cf47ff70a1 3,419 1.00/1.00 vMB 14
759,112 759,112 000000000000000000061f375d5a73d67cafb56a92b04c8d432354a75d799361 2,610 1.00/1.00 vMB 13
759,111 759,111 000000000000000000034ee3c6bd0c308f754051de6afd2fcda4acd633c2dba5 3,674 1.00/1.00 vMB 14
759,110 759,110 000000000000000000066ac297a6c8e02e8d793cb315e568f03961ed16064c4f 1,661 1.00/1.00 vMB 15
759,109 759,109 00000000000000000003a55e60bf8939ab3544004fd328833a2ffac876bdc878 2,854 1.00/1.00 vMB 21
759,108 759,108 0000000000000000000533c7c3bbd180c965aeac893c2c79453106b52af658ff 2,636 1.00/1.00 vMB 17
759,107 759,107 000000000000000000070cab9a5d5f26c6359c1b5fc0b30930203524796c2b30 1,198 1.00/1.00 vMB 19
759,106 759,106 00000000000000000005911d4a2937334ef1c04d4ff778f178c75545aaf140fd 3,386 1.00/1.00 vMB 39
759,105 759,105 00000000000000000002efc1e481b30d36b0c9df29c133c86544a645bfa15e97 3,239 1.00/1.00 vMB 14
759,104 759,104 00000000000000000000e7e7410c157417a860b379c991a35aa6ae0806927de3 3,666 1.00/1.00 vMB 24
759,103 759,103 00000000000000000003c850bd2c8d880d4ed4f71ce811d48179b84a4cc09138 2,128 0.72/1.00 vMB 11
759,102 759,102 0000000000000000000475415565e0e3027225b9991ace3250883668829d4d49 1,300 0.40/1.00 vMB 12
759,101 759,101 00000000000000000000448eaea79fa5211ed4a76cb924ce0e9e66844ab51f47 1,305 0.58/1.00 vMB 9
759,100 759,100 0000000000000000000072c50e212bb376a5ecd1b3ff5b016bd43882fdf1442b 1,983 1.00/1.00 vMB 6
759,099 759,099 00000000000000000006b52b43f83f6f65fed19fe745df559af627559e2d5e2b 1,335 1.00/1.00 vMB 14
759,098 759,098 0000000000000000000055c1e065d8843324c4e5c3f7797aef90ce74a3e95dca 1,640 1.00/1.00 vMB 15
759,097 759,097 0000000000000000000083923fe7559c657572877a03e0ebb77e70619a2ced8c 2,339 0.94/1.00 vMB 10
759,096 759,096 00000000000000000004a006ffeecea96513fbc376d930d058b5f7cb80f0da44 1,360 0.46/1.00 vMB 10
759,095 759,095 00000000000000000007d6d93fd9680e6bbef9d376d8bef3f08212a33517e47f 1,209 0.72/1.00 vMB 4
759,094 759,094 0000000000000000000026d45cfd78904c59b3b5d1501323179b3870926f3af1 1,919 1.00/1.00 vMB 4
759,093 759,093 0000000000000000000282966aaec9df67fc60ca999f8b1ee2c22cc6239150bc 3,233 1.00/1.00 vMB 15
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.72 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.