Loading Tool

Explorer IconExplorer

Memory Pool

78,495 transactions
28.84 vMB
0.10903312 BTC
Random Selection Loading Transactions
Max Size: 175.10/200 MB

Candidate Block

Mining Attempt 5cf172b5a1b472c72394f74d4d8e91f57d86471544d9f0f02e4427c70c512624
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8a9651e18c6195ed940d95bee662c1288b103dd1b11a815ccfcee5bf20957e40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,093
Size: 1.00 vMB
Total Fees: 0.03856175 BTC
Feerates: 602.26 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (479,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,712 435,712 00000000000000000331e4c1479e49bf0cde355c29a6b8587dcc0f8009e28dcb 2,585 1.00/1.00 vMB 72
435,711 435,711 00000000000000000132cf7b0c05e434c64bb882e74b98ff7d6e7b90ccc5bc70 1 0.00/1.00 vMB 0
435,710 435,710 00000000000000000020a88bea1ef4c53979c7acf2b1eacdc2fee6cd06757883 2,303 1.00/1.00 vMB 64
435,709 435,709 000000000000000002cddca551dd58b6b7e09d4ebb09dc3929bc404a45718d7f 2,892 1.00/1.00 vMB 74
435,708 435,708 000000000000000000a7d9d1bea0c2572b21105e690fb7d79b09b4ba1583212f 934 1.00/1.00 vMB 28
435,707 435,707 000000000000000002490aeebef3741d92e91d3d6958a7e5634c9deb4851548a 2,012 1.00/1.00 vMB 46
435,706 435,706 000000000000000000fb6576ba3b48af4923c8bcf49e2503f6c9ed06c00051b3 2,437 1.00/1.00 vMB 64
435,705 435,705 00000000000000000009174160468524cb97534d87e1d8bf809511bd64b2ce6a 2,831 1.00/1.00 vMB 88
435,704 435,704 0000000000000000025f66cc9161bde79078aa0d02bc4a3375dbaee9e453f0fe 1,400 1.00/1.00 vMB 49
435,703 435,703 000000000000000000f1c2d01ac138a0a6542ea77f9a98a26487602b1379a5e1 2,523 1.00/1.00 vMB 73
435,702 435,702 000000000000000003f415bf9c2afb74a0da55cd220c4b6a6d8ab3422fda1bc1 1,120 0.59/1.00 vMB 49
435,701 435,701 0000000000000000041a7dc25f896c0f09e6caa6e43b545da517865b771c6e24 2,949 1.00/1.00 vMB 75
435,700 435,700 000000000000000002015a9b9bb2d568cdbf27ed4bb111e6014cfd6bffbd1051 507 1.00/1.00 vMB 23
435,699 435,699 0000000000000000034c9bab77ae80ead4841d2dc9fc498e45e6fa4355644c8b 2,035 1.00/1.00 vMB 50
435,698 435,698 0000000000000000001bd57b04e3ca4b1d878f0f64411d78ee8d518b2233842a 2,488 1.00/1.00 vMB 70
435,697 435,697 000000000000000003c6f88ec12ada31ed06905229bf514c885a2feb21cf097a 2,503 1.00/1.00 vMB 62
435,696 435,696 000000000000000000867d9bd37436108ce2f6afce239be801229d74a07e1e7e 2,204 1.00/1.00 vMB 60
435,695 435,695 000000000000000000240d2f7aeb986bbb248a6256bb1693d820d9bac755c849 2,430 1.00/1.00 vMB 68
435,694 435,694 0000000000000000002af6d7b887b2dd102d098f4d33ba2147d70dd9ed7685e9 2,353 1.00/1.00 vMB 77
435,693 435,693 000000000000000002b401ff2439841eefa63cda8cef398cb1c12eb9ef2514ab 2,283 1.00/1.00 vMB 63
435,692 435,692 0000000000000000022de485ca276ef7e3e4fb008cad28c353c0ae72628dc0c5 2,197 0.99/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.