Loading Tool

Explorer IconExplorer

Memory Pool

79,437 transactions
29.39 vMB
0.10069169 BTC
Random Selection Loading Transactions
Max Size: 177.63/200 MB

Candidate Block

Mining Attempt cb422179b37b7fb6737287cd5b6c5466d3d5eb2d2c13e6628a180afbfc3d59dc
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 9eacff08795fcca5f818fc8fc90fb96321c1411f3de85d1d81d7f4623761abae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,433
Size: 1.00 vMB
Total Fees: 0.03763541 BTC
Feerates: 150.62 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (160,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
754,685 754,685 0000000000000000000415f7e5ee3f4f53d7d9266f1fc7c7eb839b67d8cfc8ec 3,361 1.00/1.00 vMB 19
754,684 754,684 000000000000000000029055430fa46260f60159b9502169d9d367b031107526 2,425 1.00/1.00 vMB 7
754,683 754,683 000000000000000000031f4342271fa64a9e5006d7f08c384212d6250df67cd0 3,147 1.00/1.00 vMB 19
754,682 754,682 00000000000000000001379f1a78af7a817b98a128b0d3fe86e3abbd99f6e539 2,980 1.00/1.00 vMB 24
754,681 754,681 000000000000000000049544aaa6940dfa7c7cfb8dc14a0939854317e0a78f9b 596 0.18/1.00 vMB 14
754,680 754,680 000000000000000000050c2ecf27c3ec675eb57759b1f73f904244179e467987 2,764 0.87/1.00 vMB 4
754,679 754,679 0000000000000000000806a0d021777435659dab74cae3e43c4ad1c9c31a5dda 3,206 1.00/1.00 vMB 26
754,678 754,678 00000000000000000007dfa33fb0929cba4c19e7c88194e30e0a907bf5e4fac3 1,870 0.83/1.00 vMB 16
754,677 754,677 00000000000000000007ae8b59e34434b8959f681426673024d56395c7c3e13a 1,023 0.76/1.00 vMB 7
754,676 754,676 000000000000000000017ad7f77e95d38df7927e09893b8412c3ec41ae2bb717 834 1.00/1.00 vMB 17
754,675 754,675 000000000000000000082e9f407b67d71bbc35c0c23e8d14f8c2a73536b9e256 18 0.00/1.00 vMB 22
754,674 754,674 00000000000000000003a48d96917e8add5fa61d508145aa48f94bc9476dcbe4 2,074 0.74/1.00 vMB 11
754,673 754,673 00000000000000000004ab79935a6f15b01eda97fe788cb84cac6c1a01f46b98 2,981 1.00/1.00 vMB 14
754,672 754,672 0000000000000000000154a22a86bc8373bdee62c67e811b719010886ea05b94 1,584 0.59/1.00 vMB 9
754,671 754,671 00000000000000000003b91e77d70df6ba38cb11e25119305b3624f75ae29bc7 1,222 1.00/1.00 vMB 5
754,670 754,670 0000000000000000000576a5e27c6fc85eb84afde5ae068e7ba651b6d98194a2 1,087 1.00/1.00 vMB 4
754,669 754,669 0000000000000000000187822e1da4bfbea5d94784f14343e3fb918a49226862 1,553 1.00/1.00 vMB 3
754,668 754,668 00000000000000000004342d729cd69b79832a898a3471b574fda5e79de7f71e 3,727 1.00/1.00 vMB 12
754,667 754,667 000000000000000000030bde936edcb82c9e34945b8c718bbc759087624493df 2,262 1.00/1.00 vMB 10
754,666 754,666 000000000000000000038030a6c052c9a25dbe3900f2a8d6564ccc73796052b6 3,455 1.00/1.00 vMB 26
754,665 754,665 0000000000000000000861701f6bee4cdb74347daac5f83cee7011a15c20b696 2,672 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.