Loading Tool

Explorer IconExplorer

Memory Pool

40,738 transactions
27.91 vMB
0.06338643 BTC
Random Selection Loading Transactions
Max Size: 143.21/200 MB

Candidate Block

Mining Attempt e0019f71a0f5c3931d61d5be03c3bf1e62fd31890f43dbb517274ee56d4cf5c8
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 2f4098bb2d890c15560616dc3fd9257187bdc60301428452e8ba1b006e7269f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,707
Size: 1.00 vMB
Total Fees: 0.00991245 BTC
Feerates: 100.56 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (454,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,890 459,890 0000000000000000015dbd6fa31898569a71f42d5dff3e0a6f8102be606ea9d1 2,519 1.00/1.00 vMB 235
459,889 459,889 000000000000000000e2a8e1b24b2dfa279cf19d0cb7a21988f368a3cbb27caf 2,347 1.00/1.00 vMB 121
459,888 459,888 00000000000000000134ab689d90e3ca6dc2acbd9cb5523b3d148c12a1788cc7 842 1.00/1.00 vMB 124
459,887 459,887 00000000000000000062a12d177b62496c9a60e35a92823d0f4adc204ac700ce 1,930 1.00/1.00 vMB 159
459,886 459,886 000000000000000001c0fa4a2f10599d2f90379c33b81e714ef6e51d3584acef 2,965 1.00/1.00 vMB 270
459,885 459,885 00000000000000000129af51d8c259821b6138ccc2e30c1cbdd1034097f16225 2,131 1.00/1.00 vMB 193
459,884 459,884 000000000000000001ebc58805de781038a35d431e1548b5c807057d90176bc1 1,990 1.00/1.00 vMB 157
459,883 459,883 00000000000000000145bfc45d345e372fc2eb44e0415c302558f38a6f57cf17 1,633 1.00/1.00 vMB 148
459,882 459,882 00000000000000000178dee73e87c581529f76a0b7fe3094de132396d51127c8 2,117 1.00/1.00 vMB 144
459,881 459,881 0000000000000000010f0f1338c5a7d795dfe2676682c520796a2148c43201c8 2,566 1.00/1.00 vMB 149
459,880 459,880 000000000000000000be5c63d884de6d146d9e022d325b571a9c77bfdaf2c56e 1,676 1.00/1.00 vMB 145
459,879 459,879 00000000000000000053fe43c2ec293045aa39196bd4af59b86ff6c41070bc26 1,533 1.00/1.00 vMB 173
459,878 459,878 000000000000000000fa4bb3130fc6c8c298fbc3f00bd4f8abf4cb50761dcac9 1,774 1.00/1.00 vMB 152
459,877 459,877 000000000000000001b758468ad528198de06852ec96bf0bcc0cdcd460165152 2,443 1.00/1.00 vMB 166
459,876 459,876 0000000000000000011e01a6e6ae970cd04809c05c379a569c065fd470be1fdc 2,216 1.00/1.00 vMB 205
459,875 459,875 000000000000000000c25a5b2d909152ecfdaeb084b17c5e7a489b4d1b6ddfce 2,255 1.00/1.00 vMB 181
459,874 459,874 0000000000000000006a8297f3110d00c95078d8b9e9de6343cd4e26376ba06c 1,051 1.00/1.00 vMB 186
459,873 459,873 0000000000000000017c524234af962d6d7c523feaa73e6e49763716354fce87 1,367 1.00/1.00 vMB 209
459,872 459,872 0000000000000000001d9f246b477833ab0fef8f79b9ed052e960c45cd2df042 2,056 1.00/1.00 vMB 231
459,871 459,871 00000000000000000098b55c56986cdad017b94990f86abfb86faae316fca9a3 1,200 0.58/1.00 vMB 195
459,870 459,870 00000000000000000192a6f3410d5264add526e9892742cd91b815cca3cbfd68 1,320 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

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