Loading Tool

Explorer IconExplorer

Memory Pool

43,662 transactions
27.34 vMB
0.06981064 BTC
Random Selection Loading Transactions
Max Size: 143.43/200 MB

Candidate Block

Mining Attempt 443e65949618e353a4b92e7379e70b27d64a2a10e4be2ba4b3745725b7e54176
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root bd684bd3ae3dbd2f41af4f9aa40173ced0473ed0a4190e23b4c3a2ca6cc552a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,122
Size: 1.00 vMB
Total Fees: 0.01867996 BTC
Feerates: 298.50 > 1.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (417,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,875 497,875 000000000000000000b8da947411833ac0a392709fab433d46c212369bbf0492 2,240 1.00/1.00 vMB 168
497,874 497,874 00000000000000000057e2e22fad5cb41668b15eb69a57197e7e18596ce6b4ab 2,425 1.00/1.00 vMB 170
497,873 497,873 000000000000000000b598bba09c6fbdba9689078e259a4962df195101b93e93 2,488 1.00/1.00 vMB 83
497,872 497,872 000000000000000000a78576a0d5233bab0259ed2eb470314294edf303623c9b 1,334 1.00/1.00 vMB 45
497,871 497,871 0000000000000000000f3cc75fc51485b1c573680582e5129dce79da8b6eb638 2,437 1.00/1.00 vMB 103
497,870 497,870 000000000000000000cc926afba3994675fb8afd44cf57a727bb7fe7df208627 1,755 1.00/1.00 vMB 68
497,869 497,869 0000000000000000001a5b54e9889381f120730bbfecd3d6ed137c016c627fc9 2,180 1.00/1.00 vMB 98
497,868 497,868 000000000000000000879b55ab352b3fe53fa1b3a2086c8f0c619fba93cca9f0 1,380 1.00/1.00 vMB 66
497,867 497,867 000000000000000000b6aaa19bd2bd010f2d4fb6d4b1d6cc480ed39dcdd61b6e 2,240 1.00/1.00 vMB 79
497,866 497,866 00000000000000000092eb51e28b51b1d3dbe2a5315fb1dfb227d3597d628d22 1,853 1.00/1.00 vMB 85
497,865 497,865 0000000000000000002e9a5e588ced16f53c64c44b388fc90ea086ec6a19fa81 2,190 1.00/1.00 vMB 61
497,864 497,864 0000000000000000001b4f606ffc45184ccad614edc4920cbae74561fbd91458 2,513 1.00/1.00 vMB 134
497,863 497,863 00000000000000000041e3aa7d8593992d8e6061ddc9fe734c418f3137d50efc 1,730 1.00/1.00 vMB 67
497,862 497,862 00000000000000000041f49b4f76cb0950d30644a4ed342c16aef9f6cc49b71d 1,279 1.00/1.00 vMB 89
497,861 497,861 0000000000000000005ba94b939b629a60d4ffb64f720454251db14df386ae96 2,069 1.00/1.00 vMB 99
497,860 497,860 0000000000000000005094051986157589aba8e35891bfb8d4ae55ecee5e7deb 2,041 1.00/1.00 vMB 141
497,859 497,859 000000000000000000877e69e57c87f1419ac4a188538b2301c0de39369b0faa 2,318 1.00/1.00 vMB 163
497,858 497,858 000000000000000000a360fc58619c7387b4ee242a2e01c2b10cb656b44e013c 2,296 1.00/1.00 vMB 131
497,857 497,857 000000000000000000851f2848b52c68c300b89b8ef7f763bd84e4efba6e76fd 874 1.00/1.00 vMB 76
497,856 497,856 0000000000000000002a1c00beb7ae3049681cc825a10bda7e75fc7e71d8b01a 1,649 1.00/1.00 vMB 76
497,855 497,855 00000000000000000009bbeef32a274b32de48482c57db8630d7d42e2dd1a996 1,640 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.