Loading Tool

Explorer IconExplorer

Memory Pool

45,064 transactions
27.37 vMB
0.10368579 BTC
Random Selection Loading Transactions
Max Size: 143.08/200 MB

Candidate Block

Mining Attempt 20f209eaed1276ed56c5e5d6478fed5c2fbad2df9a02248093981bc8c1d3a72f
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ef3749323e68e0efddf6b69ab1d2b497c5dfd8cf46dffaa06cf2fc18dcfaf0ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04646018 BTC
Feerates: 151.01 > 4.66 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (340,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,772 574,772 00000000000000000022eea54f821d64f80bb4de6b2e57f8cb89f33ab9ba1b5a 2,345 1.00/1.00 vMB 41
574,771 574,771 00000000000000000012513d4fee6834b5c3d3837003351ab7892b6a19585ad3 1,837 1.00/1.00 vMB 54
574,770 574,770 0000000000000000000b54cc6797be6e9ad961735fe7ce2fc6cd104150d44d87 2,661 1.00/1.00 vMB 73
574,769 574,769 0000000000000000000ba78d3de201e100bb54150c71c2428e3069a96a183e16 2,505 1.00/1.00 vMB 60
574,768 574,768 00000000000000000029541e754d27a0eced718083b5a869ee2a653bb5398a84 3,040 1.00/1.00 vMB 57
574,767 574,767 00000000000000000006d614342552d75ae1d5b42cb622946adf2c899e1bd666 944 1.00/1.00 vMB 14
574,766 574,766 0000000000000000001f8616f289551637d1c05f05802b4e3cc5db10cd7bc2b4 2,855 1.00/1.00 vMB 27
574,765 574,765 000000000000000000254e6c314f65efd2638b2aca2c2ddea17ccb14de79a7ed 2,099 1.00/1.00 vMB 56
574,764 574,764 0000000000000000002057d8f9229b74e80d83dfd86480f7682ca18275a900cb 976 1.00/1.00 vMB 12
574,763 574,763 00000000000000000015fd735f821698ec3da1ecd9e53e72cd71f2b7a1ea5cec 3,211 1.00/1.00 vMB 38
574,762 574,762 00000000000000000008e465ea92e901e852873b0e0dae7e1f10ae01e51d5589 2,218 1.00/1.00 vMB 7
574,761 574,761 0000000000000000001e6ee0d55ead6a08735ad235ef298bccb8c0ac34f61b51 2,872 1.00/1.00 vMB 32
574,760 574,760 0000000000000000000ecc8efeef0c06611b927d00c5d16b88f7a76650b9754d 2,720 1.00/1.00 vMB 38
574,759 574,759 00000000000000000011871645e7b541ca88471cc925241c5faed7ecaef1f327 2,743 1.00/1.00 vMB 26
574,758 574,758 00000000000000000005e907bc5bc4b7b8fda5376edcb5a02e942521075c3cc6 2,034 1.00/1.00 vMB 24
574,757 574,757 000000000000000000251a0f695ebc419f8362b870a55a50b7b8f25db92adcfe 3,284 1.00/1.00 vMB 60
574,756 574,756 000000000000000000123757018ca1f5e264607e3df62122959c1665d10b4a7c 2,555 1.00/1.00 vMB 11
574,755 574,755 0000000000000000000f17cbe3ec94603558ce34955f2790cc24a41dad53aef0 2,640 1.00/1.00 vMB 14
574,754 574,754 000000000000000000290688fe54643291639b112b4467224f7c89702e81f750 2,781 1.00/1.00 vMB 45
574,753 574,753 0000000000000000001fca8f93a5a112b8958594c46bd215551d069bb142a85a 3,257 1.00/1.00 vMB 43
574,752 574,752 000000000000000000093a465aeed73d342ac32cda46f192e55e62ddcff66894 2,819 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.