Loading Tool

Explorer IconExplorer

Memory Pool

75,618 transactions
28.61 vMB
0.06555199 BTC
Random Selection Loading Transactions
Max Size: 175.05/200 MB

Candidate Block

Mining Attempt 74568e8f9ece6c9b6b18f9a46b639f9ea4f73db2dff40cdd5009c4b2c5de0f82
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root a8428013e01fdca231837f71447ff7aa7363f47040f3da82cd2e62ae83771002
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,284
Size: 1.00 vMB
Total Fees: 0.00346736 BTC
Feerates: 25.17 > 0.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (484,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,141 431,141 00000000000000000041807682fe1e1edcb18185d9c2c824dd52f51ee5a701f9 2,209 1.00/1.00 vMB 62
431,140 431,140 0000000000000000028aed7391106ce36e94085bf228367aaa6e9026520f4742 1,668 1.00/1.00 vMB 31
431,139 431,139 000000000000000000dc0b5b8ec682c25bc2cc3ca228fd5b1aab101d52d926d1 1,718 1.00/1.00 vMB 50
431,138 431,138 0000000000000000027307617d9af9bd8e93b0dd3873b52903196f6068cffa77 1,966 1.00/1.00 vMB 38
431,137 431,137 000000000000000002098b5efa5742f045d1fb123ad1706a1878552484277354 2,635 1.00/1.00 vMB 51
431,136 431,136 00000000000000000200840865a0ad918fb702dfe8b7dff65a51132c3e30a345 2,778 1.00/1.00 vMB 83
431,135 431,135 000000000000000001e145e1246ae0dc9301e954b49e160ef9ff6b18609a2c9c 2,538 1.00/1.00 vMB 57
431,134 431,134 000000000000000001398c304f1d97c4426b0a2e44254aac36d0b0e2a58b9c5a 2,682 1.00/1.00 vMB 64
431,133 431,133 00000000000000000439ce4f5df8a2bba1af70a14f166f90badae91d07d726dd 2,091 1.00/1.00 vMB 74
431,132 431,132 000000000000000004c0a776e834289ce2eb61fc937083e579179089f8811fe1 2,606 1.00/1.00 vMB 89
431,131 431,131 0000000000000000034addda9f050bd3b3d5a54275085c9ee1af64a2a87443ed 2,452 1.00/1.00 vMB 77
431,130 431,130 000000000000000001a1d4ad583cfe74dfa7953ac9b60e42b6d76887fb91ce86 2,801 1.00/1.00 vMB 68
431,129 431,129 000000000000000001f1c9acfe96f43f53879d775518fe6333b8501281c7f7dd 1,534 1.00/1.00 vMB 90
431,128 431,128 0000000000000000005b09d4ac9be5d14214e825f0d68f3ce4d3ee4b2eaa2db2 3,149 1.00/1.00 vMB 121
431,127 431,127 000000000000000003dcffacdc6b4f583b043d49d9c35545e439d3289361b09a 1,033 0.38/1.00 vMB 75
431,126 431,126 000000000000000002c9f95ff3f88aa25f1789c3a68fba4f692ef77819c377e0 2,137 1.00/1.00 vMB 56
431,125 431,125 0000000000000000038751d958950d2c8a611eed82f077f525d7734ccd8add1d 549 1.00/1.00 vMB 10
431,124 431,124 000000000000000002869d5bc50904ee44d619f632c09a12142501c93b151484 1,873 1.00/1.00 vMB 54
431,123 431,123 0000000000000000044269fe1ecf136fa890713076bd5fff1dbf6969c1edf583 2,075 1.00/1.00 vMB 47
431,122 431,122 0000000000000000022bf150ec555ac263d8a7890be485ea376b36a7348a2901 2,893 1.00/1.00 vMB 56
431,121 431,121 0000000000000000033cf3bbacc32cf8e8c3b532609f38111dad15b6aa4e5408 2,759 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.