Loading Tool

Explorer IconExplorer

Memory Pool

25,013 transactions
17.45 vMB
0.03718035 BTC
Random Selection Loading Transactions
Max Size: 90.30/200 MB

Candidate Block

Mining Attempt 6ff6fc52dc344dbd5273890c58c9fe3bd6d079cea3829b5500b3d19978ea43a8
Version 20000000
Previous Block 000000000000000000005d99f9966169bb81073001c765a7eea5ff8fa0859ec8
Merkle Root 8819021d2834546dd8919e1ee369d01ebf0e1537bd3fc2c9729ef71e6dd70403
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,084
Size: 1.00 vMB
Total Fees: 0.00501971 BTC
Feerates: 301.58 > 0.50 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,119 (790,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,639 123,639 000000000000227b9894db0755183bbcb59a595ec198cbd535230771cb26edb3 13 0.01/1.00 vMB 1,004
123,638 123,638 0000000000001affcb30f9492318a3b5b18dd42511dcd15dd5dabe0cd29b9e85 56 0.02/1.00 vMB 270
123,637 123,637 0000000000005c5a3ca18e0fb3b9aaaae76df569b14b4f7a27f2e389520b809b 12 0.01/1.00 vMB 132
123,636 123,636 00000000000046a8df1ff693a397a8f3f348b096c12e25a976bcea634b36c68b 48 0.01/1.00 vMB 2,516
123,635 123,635 000000000000582fd3db28ce39c0ac7926f99b1cc01dab5ce3c1b4549171da3c 33 0.01/1.00 vMB 834
123,634 123,634 000000000000149dd6f151832f73d6a1f518cd5cdaad66495dceedc41d2d3562 1 0.00/1.00 vMB 0
123,633 123,633 0000000000006406310afaabf4fa3d4baf4f9b9ef7e78b20790e4304129e959d 6 0.00/1.00 vMB 740
123,632 123,632 0000000000002e459798dfcba848634b19ecbd744f8d49bfeccdae14ad93022d 4 0.00/1.00 vMB 1,816
123,631 123,631 00000000000067a517bf4e7ac5d5b297f56a9f8cff95cc7dadeaafa5741958f8 21 0.01/1.00 vMB 415
123,630 123,630 0000000000001d87feb90c53a43f3b7a4eeda253bf67026134babffa894e4303 8 0.00/1.00 vMB 486
123,629 123,629 0000000000000f5df031029582e340fe15d26526adc04d68d57fc1a3bc458cd0 5 0.00/1.00 vMB 0
123,628 123,628 00000000000024b54f69824272971cb4f71236d94538f37a3775aac8441f6db6 16 0.00/1.00 vMB 0
123,627 123,627 0000000000005b8f221daa95d9ec1939d372dbc464a6c7a378de1c8f851dea55 16 0.02/1.00 vMB 710
123,626 123,626 0000000000004f8e1a9d4f388d1ebf9b0b097e11eb7bd90859130a992edd4d48 23 0.01/1.00 vMB 614
123,625 123,625 0000000000003191f7d64c76181d0143e69bcf592c467c55e38b838c8b73292c 10 0.00/1.00 vMB 0
123,624 123,624 00000000000044ba912e2a7e20efb62e1852c1f81c1e35cf478bd047c95841bf 5 0.00/1.00 vMB 1,349
123,623 123,623 000000000000694501f753d2ccaf7e28b7598d750917f96feb65408602833a86 29 0.01/1.00 vMB 0
123,622 123,622 0000000000003e1fa8c174e703f86119c9dde981de8831659fc435d5772c8132 53 0.02/1.00 vMB 1,387
123,621 123,621 0000000000001b4fcde1f1d5526d47fffe133e9a19112c0eabe94b6bb4a618fc 4 0.00/1.00 vMB 1,829
123,620 123,620 00000000000016630324c8950eb3fc3b4cdf808c30bdf4a6f9421c5dc947e58e 19 0.01/1.00 vMB 115
123,619 123,619 00000000000069628d69fad0ce59d7b7369d6a11b6aac0914af1b1475c0710e4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.81 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: 560.15 GB
    • Received: 7.31 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.