Loading Tool

Explorer IconExplorer

Memory Pool

49,894 transactions
30.82 vMB
0.10436179 BTC
Random Selection Loading Transactions
Max Size: 164.95/200 MB

Candidate Block

Mining Attempt c4fee4bd1f3dfd1f35a03a4d5a05d39394e80d7dc76f53d3ce774d08b95dd54b
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 34952a8717ea64e18cc4860d85d7e7a56c4a322af523c1f80679bbec2ce5ee7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.03762775 BTC
Feerates: 101.56 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (161,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,021 753,021 00000000000000000007f24b5c957e42c16f204efacdce2e2c479fb936b323cc 1,170 0.94/1.00 vMB 3
753,020 753,020 00000000000000000003762a5f80f6112b0fdbdf6e2592eb3f8da6708747d56b 903 1.00/1.00 vMB 18
753,019 753,019 000000000000000000045fe3fd6ba2c67c03e74d5c1ba75203003cc6913d159a 953 1.00/1.00 vMB 10
753,018 753,018 00000000000000000001ed5d4c73306e39243b340c997e38b7c4c72560e8d7a8 418 1.00/1.00 vMB 11
753,017 753,017 0000000000000000000495ff314d19aecbe09eeaeaa6e3d321ce79348ca19000 869 0.56/1.00 vMB 11
753,016 753,016 0000000000000000000396a8bdfc34c34bf3a8ee839e9f7e74f849ce62e5d3f4 2,135 0.97/1.00 vMB 9
753,015 753,015 00000000000000000007dd34f1d73a8d5dd88429b6ff09fd53a48fa7abd1c2e8 1,273 0.43/1.00 vMB 11
753,014 753,014 0000000000000000000426c02dddf7c523c7a3aa4c2871b2b4474f0fdd26baac 2,407 0.76/1.00 vMB 11
753,013 753,013 000000000000000000064af4378fa87493db2613d29128efbf2125710faefc2b 3,173 1.00/1.00 vMB 12
753,012 753,012 00000000000000000003c11cf6eb6d9fe1f1ef95ef27f81d18bbcf5c5289df35 563 0.19/1.00 vMB 4
753,011 753,011 0000000000000000000267b00d66d2289dc464ed8d75c3eefa966aa57a64861c 2,511 1.00/1.00 vMB 14
753,010 753,010 00000000000000000008ea7fc3216fd4c8c3eb49dae21d1441174bc6757ceb00 773 0.33/1.00 vMB 16
753,009 753,009 0000000000000000000065b0c41ac252ae6b6e65d6e3bbc7e0d4b4c54451963b 906 0.33/1.00 vMB 10
753,008 753,008 0000000000000000000621ddd74052f1a635ee865d42c40b99d390e7c1f303d8 115 0.03/1.00 vMB 14
753,007 753,007 0000000000000000000101fc4670864aaccb6cee785ab0393b26514834262b69 1,834 0.57/1.00 vMB 11
753,006 753,006 00000000000000000002a5443a73d7a3dfce29d8e212157305372148e28d2077 1,756 0.59/1.00 vMB 11
753,005 753,005 0000000000000000000370ee79b499ae577272c8707d0a2093098b54597fd56c 689 0.24/1.00 vMB 13
753,004 753,004 00000000000000000001c69c2c22dd69a2096fc1986c1368aa4247aa75986bc2 1,013 0.47/1.00 vMB 10
753,003 753,003 00000000000000000008543522c9e0a32d127cd89c5dbdae9b5a016f7b869380 139 0.07/1.00 vMB 10
753,002 753,002 00000000000000000007bd27f75846d3ff849decd22fda0dc3913a11c9420a25 639 0.22/1.00 vMB 16
753,001 753,001 000000000000000000058c9f548ddb5fea415b4b26cc49954e84cfffb1677363 1,366 0.73/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.