Loading Tool

Explorer IconExplorer

Memory Pool

76,042 transactions
27.95 vMB
0.07833794 BTC
Random Selection Loading Transactions
Max Size: 170.56/200 MB

Candidate Block

Mining Attempt f28e50426016c056a08e30d4871c717f3e08f228f319e16b3888dce8610f5bc3
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 05e779762f06134e98931ab3c17d9784bbd711ea30f4e754f245e8f92c600d21
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.01839990 BTC
Feerates: 150.93 > 1.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (231,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,870 683,870 00000000000000000001977a4e0b706c51651054fbc189fab9d4bb1799fddcb2 1,343 1.00/1.00 vMB 13
683,869 683,869 0000000000000000000a4c234af5b2d0f87cb2384d0a51c7227569c5e78b9897 2,201 1.00/1.00 vMB 61
683,868 683,868 0000000000000000000a3103bf2b6df82549b08bc343c4ccaa0bcb2073d66056 1,256 1.00/1.00 vMB 23
683,867 683,867 00000000000000000002b8c2e9c7a26348e507c64e7df7b88c01df3a33db4d15 1,457 1.00/1.00 vMB 18
683,866 683,866 00000000000000000008dd6ea62cfbc8063e3d2c0720d09789f327e37666bff1 1,077 1.00/1.00 vMB 16
683,865 683,865 0000000000000000000ade708e816d8d48cdf40c0d0d9f5cc9e56bfe2a0d6011 810 1.00/1.00 vMB 6
683,864 683,864 000000000000000000087a89dc71da040509f7b6e4811c24586f273f7f123720 2,164 1.00/1.00 vMB 8
683,863 683,863 00000000000000000006bc4efeca1cd50bebd1ddb495edc081e68cb34f7d69cd 2,414 1.00/1.00 vMB 19
683,862 683,862 0000000000000000000932fd8e54d2d99a8b66de2a39e7bc94f68220d3e3f7d3 1,366 1.00/1.00 vMB 35
683,861 683,861 000000000000000000094eafbbdb8f943b61291115d8a1852cb55e0b68792a47 2,029 1.00/1.00 vMB 68
683,860 683,860 00000000000000000003975ca2fa303e6b6226fea1c71f949873ad739a229294 2,401 1.00/1.00 vMB 50
683,859 683,859 000000000000000000057eefd7e62ae4134d6357a8fc3640eaa3d881a2edad44 2,546 1.00/1.00 vMB 61
683,858 683,858 000000000000000000083744f209c6d443ebc6ecbbe6d66d16453421da2e2c26 2,054 1.00/1.00 vMB 27
683,857 683,857 0000000000000000000955810a40c505789a6576541f2497cab26a96a5c32201 2,164 1.00/1.00 vMB 28
683,856 683,856 00000000000000000002b12759222ebef784a44a4be5896762df06b4c0455b3b 1,404 1.00/1.00 vMB 55
683,855 683,855 000000000000000000060194eca07ede6d4e16ce9fcfa439fd11d85aa175d353 2,906 1.00/1.00 vMB 75
683,854 683,854 00000000000000000009e86bab632fe067dd07217d41e2ec9ecf7a6c092c4277 1,348 1.00/1.00 vMB 65
683,853 683,853 0000000000000000000412c59d56c480feb0469fa45939ff48923d7169e72578 1,285 1.00/1.00 vMB 67
683,852 683,852 00000000000000000009318a4aa825dd451190b313d69a025c6da4c391f106c3 1,210 1.00/1.00 vMB 67
683,851 683,851 00000000000000000001325342402ca641f3f2db7325488d920e9b2e3074574a 2,306 1.00/1.00 vMB 11
683,850 683,850 00000000000000000001efc62867b3a41fc5099bb23cfdfc1e5cc510e3f990c2 2,227 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.