Loading Tool

Explorer IconExplorer

Memory Pool

48,464 transactions
30.44 vMB
0.10459114 BTC
Random Selection Loading Transactions
Max Size: 162.25/200 MB

Candidate Block

Mining Attempt 3fb9c530154c8257edd9ed6af3b217562b831b0a900a7d1fd47b41f75f6b27c4
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 81fb954d2c0f760939a907d93bab563cbe3717eb1e7eb7d12c37c39200b399f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,147
Size: 1.00 vMB
Total Fees: 0.04144922 BTC
Feerates: 150.97 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (564,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
350,592 350,592 00000000000000000bd2a5eaa52e7b62883b1d86fa10e50f962d4b59382d66c0 539 0.37/1.00 vMB 24
350,591 350,591 00000000000000000b4f86ffc5f45fa099afdd6683c3fe96f3ecf7d6e734e47b 1,851 0.75/1.00 vMB 35
350,590 350,590 0000000000000000053fe79de3ef17e7ee9f0c076df85fbd245186de0eacca23 312 0.17/1.00 vMB 26
350,589 350,589 00000000000000000fddaf2c7e12f7ff0c1cfc1925429582fb5764f775f89a58 301 0.18/1.00 vMB 28
350,588 350,588 00000000000000000b14ae8575ee22fa6677e31034b7aa7d1dd709558b75af64 309 0.20/1.00 vMB 25
350,587 350,587 00000000000000000741a0e1c4b0f6d1eaf458ff9e302967036dd9d83ffb065b 131 0.10/1.00 vMB 17
350,586 350,586 000000000000000011a41bb08a89c13a4c536adb65f9ccc2ff121badd544ad1e 651 0.37/1.00 vMB 27
350,585 350,585 0000000000000000061c3345fce7a29b842ab35df6ef0dc10785382b8282a48a 352 0.19/1.00 vMB 25
350,584 350,584 000000000000000007eb91b6283b5f5a9bfb0f766208f31f6ec109fb3da3975b 440 0.25/1.00 vMB 22
350,583 350,583 00000000000000000162a82f429518b48bfc70873f520eda320052bfd18e61d1 1,247 0.60/1.00 vMB 28
350,582 350,582 00000000000000000799ebc1eb8f0185cbf37cf7ece7043551da89e5fabdaac5 339 0.18/1.00 vMB 20
350,581 350,581 000000000000000003d929799033f0b9a433ed801fe499b3d9ea1d5d3ed195be 592 0.29/1.00 vMB 25
350,580 350,580 00000000000000000f3a81eab528009e025c00077100a46e09acb8dd575367c3 1,125 0.66/1.00 vMB 13
350,579 350,579 00000000000000000f5f8d5892c42e9f67e335ca8bf45fc54eee7e770284ba9a 1,848 0.75/1.00 vMB 17
350,578 350,578 00000000000000000273f464adfcaaec91b0ef87f00dd431fbb4068b39f8897c 129 0.09/1.00 vMB 16
350,577 350,577 000000000000000016a166293ddcc6c74d151f85f780d64adf4176bcb06555e0 1,029 0.72/1.00 vMB 23
350,576 350,576 00000000000000001487bc4c6b158903630c1950627e684d1088836eefca7281 131 1.00/1.00 vMB 11
350,575 350,575 000000000000000010dd4390f40187bdca4bf87f5ac4f8f5f2afa36f3fcc363f 253 0.75/1.00 vMB 12
350,574 350,574 00000000000000000b8a5cbcb3e1b900fe1e86406bba0a2cb8d84d313e51f34d 1,183 0.75/1.00 vMB 23
350,573 350,573 000000000000000008a10a3220d59230a1b5a3263b9a47d127a24480c691b3cb 1,985 1.00/1.00 vMB 30
350,572 350,572 00000000000000000efe86453ddb33a578de2f8b032389be88e7ec1e6015ac8f 793 0.75/1.00 vMB 20
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.39 GB
    • Received: 13.76 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.