Loading Tool

Explorer IconExplorer

Memory Pool

83,527 transactions
31.72 vMB
0.12903945 BTC
Random Selection Loading Transactions
Max Size: 191.70/200 MB

Candidate Block

Mining Attempt f1697a449dc67def7879e968ce79bca5aea624dc1cfdab043cda6fe50f06f07e
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root be00a75b607da1ee78ef3b245c4cf5e6f3d29746c27b0ba61df4c8a5fe83e4dc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.04362894 BTC
Feerates: 803.65 > 4.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (479,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,684 435,684 000000000000000000c979ac596144c70ee35db6b4a745c0693c71d0649df442 666 0.31/1.00 vMB 63
435,683 435,683 00000000000000000045eadffdf9aae77d40e92c8edde222c64b090974f5645a 1,776 0.74/1.00 vMB 67
435,682 435,682 0000000000000000011cbe37f9f00714e53fe9ec7c4f263c2f25300615eb1ed5 1,170 0.48/1.00 vMB 65
435,681 435,681 00000000000000000422facdd1d06d540810f8ec46840dce6de1249bdc02f250 366 0.15/1.00 vMB 62
435,680 435,680 0000000000000000001f88de0bda6b18eb66137d23946081ae47f1157dfcfe1a 1,213 0.59/1.00 vMB 45
435,679 435,679 0000000000000000031dcd650e8e114714de48e89b11c88918478038bf80b885 2,316 1.00/1.00 vMB 66
435,678 435,678 0000000000000000013743d0d53894a92cbe7d7b9417135d77ea5dbf8141a9db 2,005 1.00/1.00 vMB 83
435,677 435,677 0000000000000000024da2744b40a0ec3606e7f73f21a610809b20d803fc03e9 1,660 0.85/1.00 vMB 59
435,676 435,676 000000000000000001cf3908e2060379fe69bc6ceda5ecb72487ef7ab8f2a815 544 0.28/1.00 vMB 68
435,675 435,675 000000000000000000439b2818e6a1df5b2079b9cf25aaca65f2981bcaa2e83d 1,418 0.86/1.00 vMB 41
435,674 435,674 0000000000000000003a6d2fea0daca6a29f89787f751a201be130197fd5f34b 1,883 1.00/1.00 vMB 66
435,673 435,673 00000000000000000021868e09863a7940b0502c52105a7c60379a54b204ad08 1,263 1.00/1.00 vMB 122
435,672 435,672 000000000000000002d4714e98424770fb70164b5b203867c17c8150d70177e8 2,312 1.00/1.00 vMB 72
435,671 435,671 0000000000000000024e02c41ce7cf9b9799ad777944ac6ce0be5890ec80b121 1,542 0.82/1.00 vMB 57
435,670 435,670 000000000000000000283327733f68e31ad42106671eb832e335cfdb5b73d82e 1,232 0.70/1.00 vMB 69
435,669 435,669 00000000000000000199bfec27eef982dee3d993eb4dbbd1f5760abef9a40172 754 0.52/1.00 vMB 36
435,668 435,668 0000000000000000026619bab4aa489ad7bb73ef98434f62450fb514210fd544 151 0.06/1.00 vMB 86
435,667 435,667 000000000000000003f23ebf5ec6391dc2cb5c0a87f9488a033dc7a2c7f7a9c6 1,065 1.00/1.00 vMB 34
435,666 435,666 0000000000000000037cf2cc5a3bbf46bb65ca347e9a4b6bb5a4a0b9761a54b6 686 0.40/1.00 vMB 41
435,665 435,665 000000000000000003c0f0cd245a2e7a87cfa6941c4e0de2d32e202e81dc9220 2,268 1.00/1.00 vMB 71
435,664 435,664 000000000000000001fe1b3f4b9c35b74f00b7e103a5f778c49f08f3755df6ca 1,545 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.00 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: 718.69 GB
    • Received: 17.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.