Loading Tool

Explorer IconExplorer

Memory Pool

81,169 transactions
30.62 vMB
0.07369392 BTC
Random Selection Loading Transactions
Max Size: 187.84/200 MB

Candidate Block

Mining Attempt 8582cd1ffbed36dbe74794e2be1b9f4d95dd61afc6e60aaa0e1e056e53af6f80
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root c566051e17a0f089f84056596c0f55f268b49a89ccbe4b831bda484c7c9b7034
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,595
Size: 1.00 vMB
Total Fees: 0.00525572 BTC
Feerates: 10.52 > 0.53 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (551,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,851 363,851 00000000000000000a14342ba96a4c6b1a799183d4a228396c456edfedfd2652 1 0.00/1.00 vMB 0
363,850 363,850 0000000000000000132ccae0a86f40454b8124a2482ac158b0fcf92aec6fe6ea 227 0.14/1.00 vMB 21
363,849 363,849 000000000000000002e6f1df0a73c229031b6292253ab59d25046a05ed4b34ba 160 0.08/1.00 vMB 26
363,848 363,848 000000000000000000af211c4631eab4982d248ab44e267698cfafdad80a13be 521 0.50/1.00 vMB 15
363,847 363,847 00000000000000001601012ec4cbca0f0d17ee29a025913d43dcfeb8fc56c0db 1,785 0.95/1.00 vMB 28
363,846 363,846 00000000000000000c3fbfed3228e2f346b30f4aedcc1eb1d8e1901abf68e176 1 0.00/1.00 vMB 0
363,845 363,845 00000000000000000e29546572715d139c971ae1e18723e79be3e2c155936e15 637 0.37/1.00 vMB 24
363,844 363,844 00000000000000000f6df0c2c1fb21d90f00e02cc9f3c8304a9e0bfb824b0772 429 0.25/1.00 vMB 25
363,843 363,843 00000000000000000308c392aacd83a486090fed4c04fddfbe3d04882ad73447 98 0.04/1.00 vMB 35
363,842 363,842 000000000000000005e304e78027c3b6601784cbafbb1a2267142e56ad6ff6a0 747 0.36/1.00 vMB 31
363,841 363,841 0000000000000000005386b8bfde0991b61a3f6cd9fa5a3f2ca77f14cd4caac3 174 0.09/1.00 vMB 20
363,840 363,840 000000000000000009c77c1cf83b8264e943a14fbddf1c0a7d7f576e9bd330e5 2 0.00/1.00 vMB 0
363,839 363,839 00000000000000000f541795510b79f5fef8900fc2b54f5f9ef24a1608bce58b 568 0.31/1.00 vMB 27
363,838 363,838 00000000000000000613f0bebbe46214ddde2d96ba13cefd055f4c9d0b6be6e3 297 0.17/1.00 vMB 25
363,837 363,837 00000000000000000ce8bfcb263624ff4845fe2da368ed5443ff7b186006dc1a 404 0.24/1.00 vMB 23
363,836 363,836 000000000000000002f4a32abb0551e89b29c16d7935de22f6fe5d9f93a21345 480 0.49/1.00 vMB 22
363,835 363,835 000000000000000000cd89ba29277f9a93bddcca4eabb3c857c73fd6ba29e0c4 1,161 0.95/1.00 vMB 24
363,834 363,834 0000000000000000011cef43d1c689b097bd15410151f6b2666a6f683a7ff659 728 0.66/1.00 vMB 20
363,833 363,833 0000000000000000048ac650e31f261563a739effd2d7856a9eca3c58d9a5a57 972 0.75/1.00 vMB 14
363,832 363,832 00000000000000000461eb56ad6ac43fee3160df9ac2d23e5415d32c8236b084 1,364 0.75/1.00 vMB 30
363,831 363,831 0000000000000000124b23161558e48b88243f9d846b67a3a08aa5f652b1a5f4 1,487 0.95/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.