Loading Tool

Explorer IconExplorer

Memory Pool

39,604 transactions
28.67 vMB
0.07587894 BTC
Random Selection Loading Transactions
Max Size: 145.62/200 MB

Candidate Block

Mining Attempt 76f82447372caff656b76a1a243f14fec2e421861b0e46d1292c9b12378401c9
Version 20000000
Previous Block 000000000000000000008c63f333c2759a97068a8205bd4bdb576a11858f7db9
Merkle Root aba485452ffbbf8a0b5c76109402d59b5fdfb81b3a0c8a45d22b367bf9b67175
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,619
Size: 1.00 vMB
Total Fees: 0.02039945 BTC
Feerates: 115.11 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,608 (411,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,919 502,919 00000000000000000061d14d0024b6fdbb6590857ed0d0cdd13ec1c7784d78c8 1,415 1.00/1.00 vMB 291
502,918 502,918 00000000000000000078a1306e81cb1367e5a4f4680b2aa62e3b6f4cd9f3906f 1,953 1.00/1.00 vMB 206
502,917 502,917 0000000000000000006d8c84771d5402615f2ef84aaebf97d6f92f88389c6c16 1,863 1.00/1.00 vMB 272
502,916 502,916 00000000000000000078c142136eaa7d7e8f40d00aa7c8323be162ce05199297 1,025 1.00/1.00 vMB 220
502,915 502,915 00000000000000000080c9458f9e32a3a306cf76bd917fa647045bc3134c26dd 1,724 1.00/1.00 vMB 219
502,914 502,914 000000000000000000245892513bd4cbeeb5671b967e50ddff3307c5383f2867 1,671 1.00/1.00 vMB 230
502,913 502,913 0000000000000000002abb677663e90d442769e5b5844154cd7cb691338ae191 1,880 1.00/1.00 vMB 360
502,912 502,912 0000000000000000004aa25dbc156e9166ae542deafe0ca2b58aa1f3a832ba58 2,482 1.00/1.00 vMB 466
502,911 502,911 00000000000000000020319e1fa87e4724ebe8871aeb27a13adb83bb4c6a27c1 2,341 1.00/1.00 vMB 509
502,910 502,910 0000000000000000007f37fff807e2b74081ce4835e921c098f9ebef2f1514e7 1,513 1.00/1.00 vMB 370
502,909 502,909 00000000000000000072da673cf077d7f8ff16ffa804b08759567990c04ffb1d 1,851 1.00/1.00 vMB 395
502,908 502,908 000000000000000000655c58c2e9a164eb4aaa6a88bc5c509b46b980c37465c2 2,425 1.00/1.00 vMB 502
502,907 502,907 00000000000000000029df66934fbd669b9285060cecee33b5637bfe79b0c483 2,315 1.00/1.00 vMB 410
502,906 502,906 00000000000000000022c4358e927e6a2dd0cbb5d070d5b05b6f32f3c0484210 2,452 1.00/1.00 vMB 508
502,905 502,905 0000000000000000004c067578a74ca400eaef717c0282a379122787411f0c31 2,107 1.00/1.00 vMB 363
502,904 502,904 0000000000000000006109abd9642271fd71407142a00955ec9694331be3f18d 1,520 1.00/1.00 vMB 296
502,903 502,903 0000000000000000003374b9143755d2f165368e03816467b5c00032c58271aa 2,468 1.00/1.00 vMB 395
502,902 502,902 00000000000000000070ab575ec2ca05da59c31f579cb0a1d61efe373981715c 1,966 1.00/1.00 vMB 343
502,901 502,901 0000000000000000007663526bc25f716cd07cf4f4e8c93d2a57d40c7606c9c5 1,697 1.00/1.00 vMB 452
502,900 502,900 00000000000000000007c993c75a7e0f1b39b4bd8d39c642c286567aa7153467 1,980 1.00/1.00 vMB 400
502,899 502,899 0000000000000000004c86ac58d9114999310ee8bf5b91c70f0178b6b8c9e245 2,357 1.00/1.00 vMB 440
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.93 GB
    • Received: 11.85 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.