Loading Tool

Explorer IconExplorer

Memory Pool

80,958 transactions
30.38 vMB
0.13166032 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt 0802e92b033b866aba9ab25e5fd770d46954700f218400dcb2cdb888e094a2d8
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4b6efff9b4fecbfb10cb6c1601411c82969b03fb4d7c42c647bbe254ecd542cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,664
Size: 1.00 vMB
Total Fees: 0.05972721 BTC
Feerates: 150.86 > 5.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (305,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,211 609,211 00000000000000000000b3c9cba1117a7fef161a9b32dab37c6eb7d07d50f719 1,900 0.46/1.00 vMB 8
609,210 609,210 0000000000000000000cb68f69829d1c6b1bc955947936293135e04bb39bf86f 3,644 1.00/1.00 vMB 19
609,209 609,209 0000000000000000000f1c3530a1d76b8a26220559ed42316a63a3f92d9f6ae7 840 0.23/1.00 vMB 17
609,208 609,208 0000000000000000000235db3888101a2de0d6f18665e7da6fb93d1d6fdd6f5b 2,194 0.65/1.00 vMB 9
609,207 609,207 0000000000000000000066927de7563aa87e574dc0f33450e28c00f394b3a79c 1,393 0.37/1.00 vMB 15
609,206 609,206 00000000000000000001ee1187205eb68ff0deb8ea55b2bbef77154855543020 3,424 0.98/1.00 vMB 14
609,205 609,205 0000000000000000000db14626b99c7e516d4240e38f97b6acb3d84303d94661 891 0.23/1.00 vMB 12
609,204 609,204 0000000000000000000d39e22d872741820d6e01144fff72e14cbdd24d2b5c01 844 0.21/1.00 vMB 11
609,203 609,203 00000000000000000002016536151de6a28c8a319d469bba29daced99121062c 825 0.24/1.00 vMB 10
609,202 609,202 0000000000000000000c0bb6ec5ce2b4398bfa04c15fe7a1caecb4436c9b464d 408 0.17/1.00 vMB 17
609,201 609,201 0000000000000000000048f342eba93ef6d5f44452c393c7ae64ab9cbb2c1067 367 0.10/1.00 vMB 16
609,200 609,200 00000000000000000009ab2a3a2d42f9364d82c8e1159a42c699d4ea7257e068 469 0.12/1.00 vMB 13
609,199 609,199 0000000000000000000cbefde1958bb6b8a3157d9f51f71b2cbee8cbbd8621f8 2,458 0.76/1.00 vMB 10
609,198 609,198 000000000000000000038a02cc3f6fe2931c01a880e8def11d029358c488b95b 3,438 1.00/1.00 vMB 16
609,197 609,197 000000000000000000108ef1f1cf01a28f3e46b02cc0fb882003110253cf7ad6 858 0.23/1.00 vMB 11
609,196 609,196 00000000000000000004451cb253b13322f8bc3226c980070177dab1c59c979f 545 0.14/1.00 vMB 15
609,195 609,195 00000000000000000008928f00702f8d6db4c0e8c92e04fc781aee90f258085a 533 0.15/1.00 vMB 11
609,194 609,194 0000000000000000000b5cef74c0e08e7078f4f0e85c4557ff78f1a4886addee 2,086 0.58/1.00 vMB 4
609,193 609,193 0000000000000000001405f6604875b661d049bfbde2e5944aa438a1291cbc38 2,983 1.00/1.00 vMB 17
609,192 609,192 0000000000000000000bf9f36273bded7b1daea1aa1e56cc3049a389947966b1 1,478 0.38/1.00 vMB 12
609,191 609,191 00000000000000000009458d70f643cdb03b9e9abcb36352e958ed44c12416a7 3,503 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.