Loading Tool

Explorer IconExplorer

Memory Pool

44,919 transactions
27.37 vMB
0.10385982 BTC
Random Selection Loading Transactions
Max Size: 143.48/200 MB

Candidate Block

Mining Attempt c125e9c240882359669dec4f0d09d5d1372dfcbac69c215536ce0823c8b1edf3
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root a4dfc21a361a6a7a5de83bc80e9ee06be9c9076f175b044fb65f368d51dcb01c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.04741970 BTC
Feerates: 151.16 > 4.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (730,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
184,745 184,745 00000000000002679a4485785ba957090a38c0bf6c4437eb45c6faf5eaa444ad 11 0.00/1.00 vMB 14
184,744 184,744 0000000000000305aaa9857788d8df8b7afa2f654c8ff8a26c2e50e9dda5183e 675 0.42/1.00 vMB 108
184,743 184,743 00000000000004c6786e2631c4c35e7b4a7d956d46c4015804adf769719c0ddf 508 0.25/1.00 vMB 205
184,742 184,742 00000000000002bfd1fb1ff098dfbe65b7d2b031054ec0a6b8bf0a2643738f10 7 0.00/1.00 vMB 14
184,741 184,741 00000000000008bf8404746ce4d7830bb3da8c438114b0c99d9801152e3f1fd7 160 0.05/1.00 vMB 154
184,740 184,740 0000000000000760c9b21383116dbbc63f9a7671b43131e03904113d1c4ae7f0 526 0.25/1.00 vMB 123
184,739 184,739 00000000000002575d83c5ef28414dc7d1fab61a506a4bf81448c6aa117ae730 145 0.05/1.00 vMB 235
184,738 184,738 00000000000005399299efc68a8a0ae11f699c8babac6f1d2b793e24064e148e 11 0.00/1.00 vMB 343
184,737 184,737 00000000000004eb9be0fe283eb1c0e52b3f8419e4a0aac18140740541550aa5 392 0.25/1.00 vMB 90
184,736 184,736 0000000000000359aaf7d46c639b995140cda91883e9de103ef6d4db3f05e381 179 0.06/1.00 vMB 236
184,735 184,735 00000000000003a49ed80a735e3a11625ebc9c8a0e1cd23d220115ab177915fd 920 0.42/1.00 vMB 123
184,734 184,734 00000000000001a0c13b062fc847e3daa5651c17557a1eef57b4a26d8bc243ff 655 0.42/1.00 vMB 164
184,733 184,733 00000000000006506198e1776c98aedec7b757d0898946f72dd5f4ab1efc405c 546 0.25/1.00 vMB 137
184,732 184,732 00000000000002cbfc4d6ae62404a3a01f8a939873b4401d37c34fa792f006b5 591 0.25/1.00 vMB 138
184,731 184,731 0000000000000289bb6c5da49256ec82cac6bcf731180b3bb764bff5fb684f0e 176 0.06/1.00 vMB 34
184,730 184,730 00000000000006df51ae4722a2ec9fccdf7e7a4e3ae24c7dde2c8511e6314b3a 11 0.00/1.00 vMB 339
184,729 184,729 00000000000000693adb686412f09712ac7579b564fef0a5d7f3bf512231e178 968 0.42/1.00 vMB 124
184,728 184,728 000000000000010b0b7ed6e9fc257c14ab79ab0b54de347fb0bb1316235e5708 571 0.25/1.00 vMB 134
184,727 184,727 00000000000006ee63728365e4647dec39c8e7f176595d0e6a4d362b999e363e 544 0.26/1.00 vMB 147
184,726 184,726 000000000000072251872dcaa5900b1305a525bb662a3cf45717d8edcfc9769e 11 0.00/1.00 vMB 14
184,725 184,725 00000000000005e58bf7aaad0aaf7ffe4b712881b990655a5177039f0daab92a 179 0.06/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.