Loading Tool

Explorer IconExplorer

Memory Pool

74,465 transactions
28.80 vMB
0.07921948 BTC
Random Selection Loading Transactions
Max Size: 170.13/200 MB

Candidate Block

Mining Attempt fce7446c87a432c1837a043b5c5ee664ffe614d8c46c648006d00e056cde1c02
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 68919734405c696362c18cda3a3a378bed93224a886fc96832df8fe9a29d6182
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,558
Size: 1.00 vMB
Total Fees: 0.02030397 BTC
Feerates: 302.06 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (460,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,679 454,679 0000000000000000024a3adeaa53990fc6eaa2e61a7e0538cbe8e6cf074bcf30 2,020 1.00/1.00 vMB 125
454,678 454,678 000000000000000000c95c7a4f7cf70531fbc11b69ac1484408fd72d830b8afc 2,368 1.00/1.00 vMB 117
454,677 454,677 00000000000000000102df8cfd2044309dd968392ab010d65448279343bb335e 2,618 1.00/1.00 vMB 133
454,676 454,676 00000000000000000067a7fae46d10636ce6cf0a3e10d262bdde1dcecf1d807f 810 1.00/1.00 vMB 113
454,675 454,675 0000000000000000016949ea3ea33783d1707e77a9a99ca4a5da09d74e2b670a 1,666 1.00/1.00 vMB 179
454,674 454,674 000000000000000001dcf84499b387093f5aa953d6574e35578de1b120cc537f 3,078 1.00/1.00 vMB 124
454,673 454,673 000000000000000001f2748302326375473718fcce60cb28f6e0bcdad33df9aa 2,651 1.00/1.00 vMB 227
454,672 454,672 000000000000000001e169c0cc6272365c550b00de6c53abc9a0caf82c8c5d88 2,427 1.00/1.00 vMB 176
454,671 454,671 0000000000000000022f63b133d46014f8e47f2cf627ca60657b078b73c02e8d 2,377 1.00/1.00 vMB 123
454,670 454,670 0000000000000000018d03a3dc946a2e439c932cf7062da9ebc4b8c042b2dc30 2,639 1.00/1.00 vMB 133
454,669 454,669 0000000000000000020120c3690f43bdea5682ec20bd7bb6d38b1231ed8be621 2,310 1.00/1.00 vMB 159
454,668 454,668 00000000000000000138387a13cdfaf26dc1b3b3091e5c696aecb5a85a48defe 2,617 1.00/1.00 vMB 215
454,667 454,667 000000000000000000818f84dc9b7b07cb55a150355d70889eced508b080532c 2,499 1.00/1.00 vMB 162
454,666 454,666 000000000000000000ba8e816b26bcfe1436bf381bbdcd257751d1e68498d30f 2,084 1.00/1.00 vMB 155
454,665 454,665 0000000000000000007065a29789ee5ebcb0e360d91e01d2e9bcdf58470fea2d 3,190 1.00/1.00 vMB 222
454,664 454,664 0000000000000000003dd4f58e9d0e4e171ace3b4b5f5a3d7f4f26f414084364 2,971 1.00/1.00 vMB 148
454,663 454,663 0000000000000000000261d50ff902034871137e8748f7257ff06c0bd1a7edb4 2,577 1.00/1.00 vMB 173
454,662 454,662 00000000000000000249500b5ac5143f15c88ded7fa8fe3da1ffa8bca6f16573 2,278 1.00/1.00 vMB 144
454,661 454,661 000000000000000001111c119b026fad319f81940a45292c8e737b6f4c95c6d6 2,635 1.00/1.00 vMB 172
454,660 454,660 0000000000000000017a34425363e5daf88d92e01bf50eafb0abcd3ef8b4b9e9 2,304 1.00/1.00 vMB 154
454,659 454,659 000000000000000001e84a56a1051295be851393a65f6a25f87083745f5796e8 2,142 1.00/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.47 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: 667.97 GB
    • Received: 15.34 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.