Loading Tool

Explorer IconExplorer

Memory Pool

65,601 transactions
30.32 vMB
0.07654786 BTC
Random Selection Loading Transactions
Max Size: 171.51/200 MB

Candidate Block

Mining Attempt 4d45916483416e08b76363df1482ca35a6ff80f2b898ff8d6f0ac4a17e5f0dda
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 5715bb6199ac19c0a299bac860627f0b0654fb960108025a623184d15f7e67b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,224
Size: 1.00 vMB
Total Fees: 0.01773510 BTC
Feerates: 150.93 > 1.78 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (333,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,938 581,938 00000000000000000003a6f4a3029c8ba133f945aea509c4b7f82e7990e3535e 691 1.00/1.00 vMB 25
581,937 581,937 000000000000000000099dbb81ac110074db9f1a49a903d7e9d27d2cac5a177f 2,575 1.00/1.00 vMB 78
581,936 581,936 00000000000000000010f51557f2cfc5949c71bbdfd9dd38c46fc0f788b04a91 1,765 1.00/1.00 vMB 30
581,935 581,935 00000000000000000001b1d8d2d1f36f7463b7d3a7f8ad9630bfe734df76528b 2,231 1.00/1.00 vMB 45
581,934 581,934 00000000000000000002a3c663a71be62430f9bd0a6ab40316be385e63673a70 2,627 1.00/1.00 vMB 32
581,933 581,933 00000000000000000016709787da4894b7cc36bd0f5a02639211a6903ea7cc48 3,332 1.00/1.00 vMB 112
581,932 581,932 0000000000000000000f9784f2b1f263fe61752b037de0913de716a615a4efbc 2,372 1.00/1.00 vMB 49
581,931 581,931 00000000000000000025d45ba10e86b02345c269680bdc6c55064a1cfdd00a0e 1,455 1.00/1.00 vMB 16
581,930 581,930 0000000000000000001ed748e425173afb5ad1c1f80ca57cf923d726a5cce7ad 2,849 1.00/1.00 vMB 29
581,929 581,929 000000000000000000228e36d9cba48de0cee0556df8bda31a6aaf7f658c4803 2,355 1.00/1.00 vMB 56
581,928 581,928 00000000000000000023729b38c1d09fa5da876ffd857265ef7842a4b07ab308 2,379 1.00/1.00 vMB 21
581,927 581,927 0000000000000000001c3ac8593e3ad72958f7aaf984f3139c68718776d43cdb 2,076 1.00/1.00 vMB 27
581,926 581,926 0000000000000000000f11859b1a38b299903b3b2456963b9f0460a62a4f29a8 1,950 1.00/1.00 vMB 67
581,925 581,925 0000000000000000001afb853ac22694d754a816eac3ab947bb0ae851a2d2fdd 2,460 1.00/1.00 vMB 72
581,924 581,924 0000000000000000000135e63ad4d8133a90e91a52edf5c8d47f232ab936148d 2,679 1.00/1.00 vMB 86
581,923 581,923 0000000000000000002150542b692eca113515cccfc2cb5cb7e45aca60fd97e3 3,129 1.00/1.00 vMB 66
581,922 581,922 000000000000000000074b72b7f576e748ed4c5a703862ec72406223fbca5192 2,820 1.00/1.00 vMB 26
581,921 581,921 00000000000000000011c18cc473e3e6ae516ed92bfd9c72dc1b7fed37f97bbc 2,912 1.00/1.00 vMB 108
581,920 581,920 0000000000000000001a054b861eeb0a48e6f1380a7d0b167d4a9179220fd650 2,433 1.00/1.00 vMB 68
581,919 581,919 0000000000000000000c9032f7deed8c2912e0d171075caa2556d15fc94fc19f 2,015 1.00/1.00 vMB 33
581,918 581,918 0000000000000000000bb522ad72cdee9451cebec6d00ee358c00a96c125aab9 3,445 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.