Loading Tool

Explorer IconExplorer

Memory Pool

39,151 transactions
15.92 vMB
0.12834197 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 90.77/200 MB

Candidate Block

Mining Attempt 4da7949a696bda62d9029879a0bac09be08ad55db95363dd22126049ba863e58
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root e014d6935f551fd46736c4c307de8234d1e9ac7dd5b5ab8c9a197993c34023e6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,053
Size: 1.00 vMB
Total Fees: 0.05721882 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (646,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,573 266,573 00000000000000023bed5d51bb0fabc55a792f5992b18d0347c75fe203f14f31 455 0.18 vMB 89
266,572 266,572 000000000000000636bd94cae29ea51ecb7b6ab5672a4952b085d37310498d53 289 0.12 vMB 91
266,571 266,571 000000000000000a668f5a8d61c34908b776462a23cafd9cbb931e4fea50a5fc 220 0.10 vMB 29
266,570 266,570 00000000000000012834e1cb42727d567eb2e15622e9a4824e59fbb1b0c0c2ae 327 0.15 vMB 91
266,569 266,569 0000000000000007bb84a25c94f7df35ad49fe83158973855396557386030b32 698 0.27 vMB 111
266,568 266,568 000000000000000a52db47f56ccb0ea444451bbb4f39943efcc29297f907b575 62 0.03 vMB 101
266,567 266,567 0000000000000008ea87cb38a91595ccfdad20dc5a53a2faf681e6f2df4e6873 627 0.31 vMB 88
266,566 266,566 0000000000000007c45743d91dfab46b7191db43b54e22152570594369f09aad 415 0.26 vMB 26
266,565 266,565 000000000000000859019ef81e77e7db3b3be63edc6f888b98635b34d15dd956 407 0.25 vMB 118
266,564 266,564 000000000000000928297da55a5c277428ce4122c353dca49f7efdc6a1427473 200 0.25 vMB 84
266,563 266,563 0000000000000004385b06ac24161c9fcb687aee78e4a5275cf45d2dc0fd7d23 162 0.10 vMB 39
266,562 266,562 0000000000000003cc8f4eb6bde1d558915a85cd3590e1266db35fb77f4438ac 64 0.02 vMB 68
266,561 266,561 0000000000000003c58a2f1a692f6da570069f59d18f2840498b70acb0cfa7ef 127 0.06 vMB 76
266,560 266,560 0000000000000005d5bd3d3b3911f3f4a7e9b29b12c6b7d5d39132266499b35d 203 0.08 vMB 81
266,559 266,559 000000000000000a9624a26c18d6333c034664115cd8ff1f66b401a98520f072 821 0.44 vMB 107
266,558 266,558 0000000000000004cf70ff646a464cf5a750e9dd32f5c756ae2871dd892d125e 115 0.04 vMB 90
266,557 266,557 00000000000000019d8ebe1f4714819a25c146c0b833188a3e26657f13c16aea 87 0.04 vMB 63
266,556 266,556 0000000000000002fb0758334d4f310d2b469719ca8831da1b20567eaa73ab49 385 0.16 vMB 132
266,555 266,555 0000000000000004a10a8813d3d0f6658747e41912e7d2e30ff683a52a5cd490 293 0.15 vMB 83
266,554 266,554 00000000000000060f9bb791a96857e35e4a2a3b778f9fc0e788ac26f50ec654 198 0.15 vMB 56
266,553 266,553 00000000000000066fa06e6e8f06ea6f7e66b408b5abea1478f9eee83c482134 338 0.15 vMB 66
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 94
    • Outgoing: 10
  • Data Transfer:
    • Sent: 150.73 GB
    • Received: 0.61 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.