Loading Tool

Explorer IconExplorer

Memory Pool

44,622 transactions
28.75 vMB
0.12700141 BTC
Random Selection Loading Transactions
Max Size: 149.63/200 MB

Candidate Block

Mining Attempt eef3d74eba7dea3a53c4c4d1d8e986dcc37f0770e5390a2aceb8fcda20afe051
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root 1aa19615889f00fe14f6f4e2113f9b2fe050e3eb2ce64f792fa82d1f6c61d038
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,006
Size: 1.00 vMB
Total Fees: 0.03932179 BTC
Feerates: 201.13 > 3.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (415,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,689 499,689 000000000000000000a0ec0af90f2196e81122541c5d0df8b4e50e84bea76d80 2,140 1.00/1.00 vMB 440
499,688 499,688 000000000000000000096b2afe581a7d7b80f57315f5d475c45e57d0a0cb560e 1,251 1.00/1.00 vMB 144
499,687 499,687 0000000000000000007d9a9a0a7fe128757f4d482c7dbea97e50ed58b385c713 2,008 1.00/1.00 vMB 197
499,686 499,686 00000000000000000094ae5a1a7fbd246f68b17a945a8fcdcd9ace51011e6fa5 2,702 1.00/1.00 vMB 410
499,685 499,685 000000000000000000a3da4ac522fb5fdcccf6a85f4df6c54b726d450a7a5e56 2,715 1.00/1.00 vMB 385
499,684 499,684 000000000000000000a125482641deef8c11e11a3a2c3613d49ecc183b30688a 2,607 1.00/1.00 vMB 396
499,683 499,683 00000000000000000059a3bf0b05cec799687aed8d4cc7629e95dbf191b482f2 2,741 1.00/1.00 vMB 407
499,682 499,682 00000000000000000019ab9de37021438ec73e9ee734cbc8284923c78948be2d 2,232 1.00/1.00 vMB 208
499,681 499,681 000000000000000000103557a1942a49902907aedc82c40f495988622decf5ab 913 1.00/1.00 vMB 132
499,680 499,680 0000000000000000009ab0b0b3c63f39179dd119753425d4e3eb9019ec5ed912 2,796 1.00/1.00 vMB 378
499,679 499,679 00000000000000000012c5ef5592cff18ee12a3717568245286ce146f7924d10 2,231 1.00/1.00 vMB 211
499,678 499,678 0000000000000000004987ecca4e47c992feff5c20d499dd6730faf3ac6611e1 2,722 1.00/1.00 vMB 347
499,677 499,677 000000000000000000670a02cc51626bde26d83d46ff98d06791785e96f36195 2,308 1.00/1.00 vMB 440
499,676 499,676 00000000000000000004ee9ace32f3e7a0477b52d4487f6b1d85db05c8f38f07 2,656 1.00/1.00 vMB 429
499,675 499,675 0000000000000000008fefa8a8ed285d43a16b26fcac7c371272a880fa6d62a0 2,717 1.00/1.00 vMB 312
499,674 499,674 0000000000000000007a7ca8e81f5efeb41148d198d1d2bbb77493b0b31143f2 2,448 1.00/1.00 vMB 268
499,673 499,673 0000000000000000006a1f2318d6e5f3f6256dbab5566bc86d3a3649bb240484 1,963 1.00/1.00 vMB 212
499,672 499,672 0000000000000000004677ee15f37c2186666c666b98760dc48ec2aefafb9760 1,582 1.00/1.00 vMB 174
499,671 499,671 00000000000000000055bd249bfb282fe2da358015f8a151656d38ce5dff2f14 2,144 1.00/1.00 vMB 264
499,670 499,670 0000000000000000004591a8b3f5c4a16eb91da339dfa094ad4fc23665493b88 1,439 1.00/1.00 vMB 188
499,669 499,669 00000000000000000020b1be4738fec9199d7ccb522b608166fc5d3ab7574113 2,282 1.00/1.00 vMB 225
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.