Loading Tool

Explorer IconExplorer

Memory Pool

82,788 transactions
31.93 vMB
0.09685355 BTC
Random Selection Loading Transactions
Max Size: 189.86/200 MB

Candidate Block

Mining Attempt 5db5e94d95508cf2e8c62c608eb0207ebea5bf9b47e95c3138372ec4ac74139d
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 977f500b888bf57c01ad8997647f020c68236b4b3d85f0a805820b4055d9024c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,253
Size: 1.00 vMB
Total Fees: 0.03313374 BTC
Feerates: 170.36 > 3.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (491,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,724 423,724 000000000000000001da6dcc99b88ffadc57c464dd41d58707883473875366a4 1,370 0.75/1.00 vMB 49
423,723 423,723 0000000000000000045f444cdca355cda9d7be1751c3cbf7a66d056db131b047 2,499 1.00/1.00 vMB 78
423,722 423,722 000000000000000001ab8d08e580a29942e039e6b7de1cc92ffb9d6c0562e9dc 2,261 1.00/1.00 vMB 70
423,721 423,721 000000000000000000ddf1f02fb5bfa640d1c14700229d6d128b5c5a8039137c 2,577 1.00/1.00 vMB 77
423,720 423,720 0000000000000000004a31ed24b5a9296dad23e118a8267985f4ee20df8fc36d 2,942 1.00/1.00 vMB 85
423,719 423,719 00000000000000000529eedfaaa6eed90230fe785ca9f0db03ebb1257d3564ac 2,197 1.00/1.00 vMB 54
423,718 423,718 000000000000000003d9f8258f325ba75b6bfe48f6ab7724c934a2fcd2269b33 632 1.00/1.00 vMB 14
423,717 423,717 0000000000000000034b48bad08edd8a21e0fb81f9fcfd0e7802bfddefbd1c45 911 0.98/1.00 vMB 21
423,716 423,716 000000000000000004834474b32a4768ce37c5bedaea53b804fd7e6b1888c97d 1,314 0.53/1.00 vMB 61
423,715 423,715 00000000000000000459149535a09efa98c1188c511d08b3b52bbb49d8bad685 780 0.47/1.00 vMB 32
423,714 423,714 0000000000000000013f19e1c7ac293e4c3e8b9833b1a7b9b0e9b4f0fa1a8f46 2,032 1.00/1.00 vMB 52
423,713 423,713 000000000000000004578d7ae698be6d315b79fddb7cce70145f1d951e45d6f3 3,193 1.00/1.00 vMB 82
423,712 423,712 0000000000000000038245392b795008e49ca9bb0fcce0bc1e6fcf7a9ae957d1 2,442 0.96/1.00 vMB 59
423,711 423,711 000000000000000001556c46b91a78585cd5f1f031269061f50888842e714172 220 0.99/1.00 vMB 4
423,710 423,710 000000000000000001f0b84c0c3e7904166720af8a1f434bcbcd74659f0de454 839 0.33/1.00 vMB 61
423,709 423,709 000000000000000003088c9d461730ac386d5a57e1bfa8f6c27c5d4770d951f4 1,588 0.63/1.00 vMB 60
423,708 423,708 000000000000000002ab63e669fb2224e2d610abe800950211839b2cb37cc49a 19 0.01/1.00 vMB 139
423,707 423,707 000000000000000002d5aa3e2404d18eceb7453eab501ccbd58f9abce0d0baa1 620 0.98/1.00 vMB 14
423,706 423,706 000000000000000001502ae9b4bc09a4292d45c9d1e4f4bf40c4a642e1e26bc4 599 0.25/1.00 vMB 60
423,705 423,705 0000000000000000006a8bfaba7172ccbebbfa6408ec89da0cc24b164d6106ac 144 0.06/1.00 vMB 56
423,704 423,704 000000000000000005636552bc1b4b410e133b9cfe883b466fe374ad57efb65c 331 0.21/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.31 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: 658.75 GB
    • Received: 14.58 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.