Loading Tool

Explorer IconExplorer

Memory Pool

40,983 transactions
26.29 vMB
0.05603936 BTC
Random Selection Loading Transactions
Max Size: 137.53/200 MB

Candidate Block

Mining Attempt 4550eaab8b06fb0d6c6f875219ec51d5f84caa976c68d28d8e076a1699acf34e
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root e7f1bc8097cbdb61ffb20d0904fcd21e4df505166ed09d5893a559924cd9bb5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,610
Size: 1.00 vMB
Total Fees: 0.00803985 BTC
Feerates: 100.00 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (67,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,588 847,588 00000000000000000001652f67c883ef915ca27303443ad45651a6ad6122d1cd 4,753 1.00/1.00 vMB 28
847,587 847,587 00000000000000000001486b03d75c3df48df56e419da523f85cb1a90a7b01eb 2,412 1.00/1.00 vMB 30
847,586 847,586 00000000000000000002d806687fa50fe71b5d716fd8df97bf977a7e9cd14351 6,962 1.00/1.00 vMB 24
847,585 847,585 000000000000000000034b061154296aa82cabd4ebf8f298c1f1283656dd3eb5 7,008 1.00/1.00 vMB 24
847,584 847,584 0000000000000000000106f03da4dee9617e96baedbbd88553cfaeb558a8395f 6,401 1.00/1.00 vMB 24
847,583 847,583 00000000000000000000ff2e15a675acec49daf7ac67f18c76273b46b265592a 4,084 1.00/1.00 vMB 30
847,582 847,582 000000000000000000034cb959c67d627db06875e6bd31d3cf41ed52cde541df 4,224 1.00/1.00 vMB 29
847,581 847,581 000000000000000000032c0c9d6d7a4978f99f72ec7523775d95e46f9307d595 5,947 1.00/1.00 vMB 27
847,580 847,580 00000000000000000001539d9a569e2c407d5886d9ccf30b4c2ab789e1e2a767 3,233 1.00/1.00 vMB 31
847,579 847,579 00000000000000000002433c2894d79428961b1e0d7d16ae7cba7563be0b780c 5,710 1.00/1.00 vMB 26
847,578 847,578 000000000000000000035bcee5914b2f301eecf1ce6fae055a95d94252c1af21 5,521 1.00/1.00 vMB 29
847,577 847,577 00000000000000000002709e9e89a3e2e24871d43a4f59bc4af618b55b2dc127 3,478 1.00/1.00 vMB 32
847,576 847,576 000000000000000000015476a806e685eed63b96d23dd9f2355da0eb053b3570 4,966 1.00/1.00 vMB 29
847,575 847,575 00000000000000000000fd55f2cb1e98a01808fc7f25f9a3ab8af441ac2f8304 6,638 1.00/1.00 vMB 25
847,574 847,574 00000000000000000002028b0ac839fccbae3edfd10b9ad6ca2ed225e899c145 5,851 1.00/1.00 vMB 25
847,573 847,573 000000000000000000008aae93eac021968d2014e1afb5a5ca4488ae699f9bd5 6,933 1.00/1.00 vMB 24
847,572 847,572 0000000000000000000128737dbd88e289864cef856c456a59bed8ec665090f0 6,324 1.00/1.00 vMB 22
847,571 847,571 00000000000000000000a3b6649072161784e4b09dcd878f9a6d126574bde4c6 6,868 1.00/1.00 vMB 26
847,570 847,570 000000000000000000027d60d069813d620a9f7140e43f30e3b29f26f7346619 5,236 1.00/1.00 vMB 26
847,569 847,569 00000000000000000002c7ac2eb544c73955e09d47d82de194c5f23be395dbe9 3,457 1.00/1.00 vMB 29
847,568 847,568 00000000000000000002da5a1b3f10efb843de19a375d02cf6392ddbfcdd074b 3,406 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.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.