Loading Tool

Explorer IconExplorer

Memory Pool

31,259 transactions
12.28 vMB
0.04348554 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.10/200 MB

Candidate Block

Mining Attempt a2404301de7e949a4e001455b291a8fa3a8400717454015891a0a171da9b5d33
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root e07902d76f7742b3f38e3da5d8d3c727532c5e2353d1119e6c8349d221928bf9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,509
Size: 1.00 vMB
Total Fees: 0.02156746 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (711,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,402 202,402 000000000000049f63680641382d516abb0578b5ab4593d3d8b032016fdfc876 51 0.02 vMB 356
202,401 202,401 000000000000051b258aa2e17271db5cff1191f956bdc0e4d413c40f56de3054 544 0.21 vMB 79
202,400 202,400 00000000000000e9dff8703761b40d2b2bfdd0eccf2be98b451492df0d27c620 89 0.04 vMB 83
202,399 202,399 0000000000000434c799a4db08cb5e823c393a6dca90409acc7ac34fc4887eeb 302 0.19 vMB 112
202,398 202,398 00000000000000459ad8d926219103dacd87c48ddeef72bb21f0769d17b964da 199 0.12 vMB 104
202,397 202,397 000000000000025d9832461a1b8d130cdecf698b4212cb6ab59fcb9d02a5bb9e 32 0.01 vMB 163
202,396 202,396 00000000000002c8d26a7f5a24035103383badb53414912984128043dc7e268f 91 0.07 vMB 68
202,395 202,395 00000000000004d1b6250c8b0155096c244ea00eddd26a14babebe4373a811fa 353 0.19 vMB 129
202,394 202,394 0000000000000537d707b0a3797dd92ef53a36954402fd40332c5148953cd195 179 0.19 vMB 78
202,393 202,393 00000000000000f29d08099b496c998903d1eb98bddcb0f7d8d06613e31df627 13 0.00 vMB 20
202,392 202,392 000000000000057b2517c22f863d4fa60cbd05a1f939bd595fc6c60e20846e34 699 0.20 vMB 357
202,391 202,391 00000000000000c1b311e7ae33eda3a6f8ce21519fb0411d08aa1b32062ef345 23 0.02 vMB 50
202,390 202,390 000000000000032dae81f4362dd2edb346e23d692ad6f2221c9c87594c0173b9 256 0.21 vMB 87
202,389 202,389 00000000000001274f9fdd44bfa4c66eb9b9d0635a260bc21ed997724a8f6916 87 0.03 vMB 9
202,388 202,388 000000000000003275319dba3b26c8c110e6de4d9a32cee40e57dadcf5a88b1d 662 0.24 vMB 152
202,387 202,387 000000000000046eb9a2faf256fb19e4eadf0d655ebeead9f70405799f48f1f4 332 0.24 vMB 94
202,386 202,386 000000000000051f46d1a16116b0c96e79f16e8df5c33b38d5417bdcdbbe3518 567 0.23 vMB 151
202,385 202,385 000000000000044c210f7aaaff20b1dfa72b4a798c18465014a68e765d5a4606 12 0.00 vMB 445
202,384 202,384 00000000000004d1971718845db8cf62d5bee6504eb9d25167e553431aa26dd7 49 0.02 vMB 193
202,383 202,383 00000000000000009be572969a5ed3047e63ea67db138645752a9dfa7519cc48 370 0.15 vMB 222
202,382 202,382 000000000000030cb2948628ca8357ac8d0418ec8b8007b40791643e6a346b4e 20 0.01 vMB 1,398
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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