Loading Tool

Explorer IconExplorer

Memory Pool

81,489 transactions
30.65 vMB
0.09546272 BTC
Random Selection Loading Transactions
Max Size: 187.16/200 MB

Candidate Block

Mining Attempt d3726fa898637b95a17ccd47a58854a6b955b5386d10091a691d0fa1ab7d456d
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 5e88bcc86f6f966991570d5f64272b53e347842def32178a1af206bafd902eac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.02452891 BTC
Feerates: 301.60 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (32,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
882,803 882,803 000000000000000000012b1bb1a8d044201a00df078e2ff6eba2cd2f3f0f7824 4,879 1.00/1.00 vMB 2
882,802 882,802 00000000000000000002606e556b4cbeb831042d1c6a120900d56dd20f98fca6 4,434 1.00/1.00 vMB 2
882,801 882,801 00000000000000000002861bbe2e3fae25fa4c8839ae3f7067ed3d3cdb36e6c6 3,317 1.00/1.00 vMB 3
882,800 882,800 00000000000000000002141703481ddccab8234239563fec49d2c598f9bc43f8 2,786 1.00/1.00 vMB 5
882,799 882,799 00000000000000000001e2cf5adaecefd8b6205b1410995b7b4501a64767be43 2,351 1.00/1.00 vMB 4
882,798 882,798 000000000000000000020f52fc5b829e301eacde09056a6552eb0ddd3853262f 1,901 1.00/1.00 vMB 1
882,797 882,797 0000000000000000000285832f7d83843d7cc01b496310b59bbb5b38242384a4 3,504 1.00/1.00 vMB 3
882,796 882,796 0000000000000000000229eb5d09fab8f6d40e58a23f28c78ab64429536fad28 2,696 1.00/1.00 vMB 1
882,795 882,795 00000000000000000000d79e11ee089e59b453c0af285877f24c9543ba4242c2 3,241 1.00/1.00 vMB 2
882,794 882,794 00000000000000000000f7f0a8fdd078af30916f7a8bb8bebf639f83b86a0a21 3,241 1.00/1.00 vMB 3
882,793 882,793 00000000000000000002220e3fcfdb37858448a6701c6916579057e7488e7f44 3,133 1.00/1.00 vMB 4
882,792 882,792 000000000000000000029719ce8d87923aa32d73f61b4b022c5f0da534ac5e09 2,896 1.00/1.00 vMB 4
882,791 882,791 00000000000000000000bd1a4f0d781e5f1afb576ba340f8b0ef2a6b324e6ad9 2,223 1.00/1.00 vMB 2
882,790 882,790 000000000000000000015491a33b782545ec572994f09ef4f84839ec71c623f5 3,318 1.00/1.00 vMB 4
882,789 882,789 00000000000000000001d8906f7f15636ca8019631d66207840d767e5e5dc291 2,032 1.00/1.00 vMB 5
882,788 882,788 00000000000000000000e60cbe3515c2badb0143d1710e6699a4ba68acb9c3b1 3,249 1.00/1.00 vMB 4
882,787 882,787 00000000000000000001acfcaa2041781431172428c42c1b2d6bca8c189992ec 1,379 1.00/1.00 vMB 1
882,786 882,786 00000000000000000000c54d64779474ec9f527637fa0109ab30ec5ebb3fe829 2,776 1.00/1.00 vMB 2
882,785 882,785 00000000000000000001840e7986ea4b6ea103f5af9b524dc102be926a831dee 3,453 1.00/1.00 vMB 5
882,784 882,784 00000000000000000000c4cebaa30b5c37a360e6b208576614a3be7b1b32df49 689 0.15/1.00 vMB 2
882,783 882,783 00000000000000000000a0ab37a31b50dba1075bdbbc86fc55361d1a865cf7e8 1,341 0.25/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.