Loading Tool

Explorer IconExplorer

Memory Pool

84,637 transactions
32.70 vMB
0.09997645 BTC
Random Selection Loading Transactions
Max Size: 198.17/200 MB

Candidate Block

Mining Attempt ec0f6e283e51faab5a9cf7c947a4c6c46204ffb13f625b82e17a6566ea6fc4db
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root d3d7b1239ac2ff1b46044ffd8a7f1ffce0a7ec8e198ab96abcaf9d8d0949f84d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,744
Size: 1.00 vMB
Total Fees: 0.02753592 BTC
Feerates: 223.65 > 2.76 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (364,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,925 550,925 00000000000000000022b4824ee24f0319b8da4f897c0e6d5edb603f4f8e1544 2,032 1.00/1.00 vMB 8
550,924 550,924 000000000000000000084480ba5d4dc74e7966d91d236e372d7b0e070ffad325 1,912 1.00/1.00 vMB 30
550,923 550,923 0000000000000000001915676d8b40b5ce5e734b4c1fd267e9d680415073bcde 2,568 1.00/1.00 vMB 45
550,922 550,922 0000000000000000001fbab87b91c9667fa08a6800158c0c023655287b573ed2 1,115 1.00/1.00 vMB 54
550,921 550,921 0000000000000000001ae5ed7905298f62f85e600cd587c90199d8e94561fa86 2,434 1.00/1.00 vMB 21
550,920 550,920 00000000000000000015793f8a9010afae621f73ae8e93e5bc27b8a32f90f622 2,559 1.00/1.00 vMB 36
550,919 550,919 00000000000000000025b2c5116d6541b8170a070560f3056bfc3d250490291f 2,414 1.00/1.00 vMB 70
550,918 550,918 0000000000000000001507d803c9ce3a7bcee92db95bdefeb4f03b2cd414c75d 1,882 1.00/1.00 vMB 57
550,917 550,917 00000000000000000010d3fbe69c3ce1eb4fbb94d1c048ea2a765103975f904b 1,931 1.00/1.00 vMB 18
550,916 550,916 00000000000000000023f58d875d02d88196d22cb0cd6a9054a18530bb1e5b76 2,175 1.00/1.00 vMB 21
550,915 550,915 0000000000000000000d48c340b6844148b7d859b27dbba56ffed73617d723b6 3,671 1.00/1.00 vMB 14
550,914 550,914 00000000000000000017d5b2b2ecb39a6379071261077089d82c85568b208440 1,792 1.00/1.00 vMB 12
550,913 550,913 00000000000000000009fd9909ba156ff8ef44111787c284a271cc3899b3b9a6 2,307 1.00/1.00 vMB 19
550,912 550,912 00000000000000000009b515fb81c2d03eb9032683f2d502f1cec0d576766593 2,970 1.00/1.00 vMB 62
550,911 550,911 0000000000000000001c4abb36b37934ae13a8559168dc50a4fee0ae7b410f93 3,406 1.00/1.00 vMB 22
550,910 550,910 0000000000000000000c0ed010a4bc012732986e10ffd0106ede9d3c323791e3 2,565 1.00/1.00 vMB 34
550,909 550,909 00000000000000000015326fa252df47f38e8dc9206426bc8a7486d9a00d7811 2,609 1.00/1.00 vMB 63
550,908 550,908 00000000000000000015ad4d1edf4745b3ee296708e01029c4d6f53018123376 3,118 1.00/1.00 vMB 77
550,907 550,907 0000000000000000000177eb6e43a0d8b4420bc41ea7bbb3562d36819ba0d501 3,121 1.00/1.00 vMB 79
550,906 550,906 0000000000000000002352597f8ec45c56ad19994808e982f5868c5ff6cfef2e 2,923 1.00/1.00 vMB 59
550,905 550,905 00000000000000000009cd85a748c4d8060d20b0e16985fae2e898c4060855e0 1,885 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.76 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: 709.02 GB
    • Received: 16.82 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.