Loading Tool

Explorer IconExplorer

Memory Pool

87,140 transactions
32.20 vMB
0.19919630 BTC
Random Selection Loading Transactions
Max Size: 191.32/200 MB

Candidate Block

Mining Attempt 236a0462a12f9bfd42c993ae921b5297cb7f196247244e6b4ed2cdd85e1f5110
Version 20000000
Previous Block 0000000000000000000115aec14edef7351610aaca38a5e367d17c217cb00d7e
Merkle Root 766642709659ed8eb76dc375ba9d69d7a34c5367b434b5b26b5853ae69050a7f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.05615022 BTC
Feerates: 100.36 > 5.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,633 (131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,502 915,502 00000000000000000001b0e0aafded17d40d0301555708772335f2f5e87d97c7 689 0.32/1.00 vMB 2
915,501 915,501 0000000000000000000081bc324599bffa576eff6f95a924598267745a9bef35 3,317 1.00/1.00 vMB 0
915,500 915,500 000000000000000000012fde24cfa805e399dca95e9b1052c9375aa70a555ee0 3,954 1.00/1.00 vMB 1
915,499 915,499 000000000000000000012bcb1b2e80b6a64226a9b1bd5f2b49913884a73b7425 1,985 1.00/1.00 vMB 0
915,498 915,498 0000000000000000000197fac3b985a5ebf7daa608a10c45b8cca52529ef17f4 3,782 1.00/1.00 vMB 0
915,497 915,497 00000000000000000001e35061040bcc7a2f29e8ae70e09c46aebc1250cc6564 4,887 1.00/1.00 vMB 0
915,496 915,496 0000000000000000000105985c65c33382942eee89d1e9d894da91aecc43cccf 1,754 0.67/1.00 vMB 2
915,495 915,495 000000000000000000015522877cd9b9ccea122cdaa34591d6b445605f8cd8e9 3,674 1.00/1.00 vMB 0
915,494 915,494 00000000000000000000017c0cc95d2c398af1ab5c28d3c88d6b87457b265153 4,501 1.00/1.00 vMB 0
915,493 915,493 00000000000000000001aecbaf4c0c2495ed30f65ea65aa56190f6e4b76c46a7 2,813 1.00/1.00 vMB 2
915,492 915,492 000000000000000000018bf36fc2f826bfad29701e5489b8f164255e4a110f35 3,127 1.00/1.00 vMB 1
915,491 915,491 00000000000000000001b6180953ba237da99d2589400732ee189435ab9bc3e8 4,309 1.00/1.00 vMB 1
915,490 915,490 000000000000000000012d53bdad14ba16d8650d2e3fdfb32111505e0bb6b90b 4,714 1.00/1.00 vMB 1
915,489 915,489 000000000000000000012e27bbcbb49a74fa06170edd02eb82c203a835da11d9 2,500 0.93/1.00 vMB 2
915,488 915,488 0000000000000000000048fdfff8116c2d1f1d4c70b59da7a28ddc4ca1e717c9 2,751 1.00/1.00 vMB 1
915,487 915,487 000000000000000000018d0d78720d3175d7f70f46b866504cf923bc2a4f157d 2,895 1.00/1.00 vMB 1
915,486 915,486 00000000000000000000a88c0480813b257c3b266c0ff673087b6241610c03ea 553 0.15/1.00 vMB 2
915,485 915,485 00000000000000000001f63eb0b8a1ca2abcd77a4bb9f0556cda9b673d6f365e 343 1.00/1.00 vMB 0
915,484 915,484 000000000000000000014494d92ee8dcfbca765f26edc04ce303bbe2304d317e 3,722 1.00/1.00 vMB 2
915,483 915,483 00000000000000000000f9304047f8025ef0d06b14539998cfe50a964e17b3a7 3,390 1.00/1.00 vMB 1
915,482 915,482 00000000000000000001f3016e87197686d19988e24c7ffef6224956e55fdfed 2,853 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.48 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: 772.57 GB
    • Received: 20.28 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.