Loading Tool

Explorer IconExplorer

Memory Pool

83,461 transactions
31.03 vMB
0.09354496 BTC
Random Selection Loading Transactions
Max Size: 187.07/200 MB

Candidate Block

Mining Attempt 186a1dac0a42d6f1e7fd8ea90e33315bad59fafd31738e0f99c4b6400b3c8a6a
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 874d43a35393246032f986b2b44ef12c7cd107cbd0241eadb9f8df61bb379936
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,701
Size: 1.00 vMB
Total Fees: 0.02533843 BTC
Feerates: 100.80 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (630,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
284,005 284,005 0000000000000000388fcebba6759219a03355fda8ce24bd8cbd307b89d6dd10 844 0.35/1.00 vMB 67
284,004 284,004 00000000000000006165e78947899833f7cedf80c44479175a265464a1656123 153 0.05/1.00 vMB 109
284,003 284,003 0000000000000000cbdc87c4b14afd64e54c2e9ad06b4fbe905c08c01b765ff0 567 0.25/1.00 vMB 77
284,002 284,002 0000000000000001200a3b497cad46d1dfafccf53eaa2021824b280446cb4e55 76 0.10/1.00 vMB 10
284,001 284,001 0000000000000001d6b73ce478f8801d837f94d3a8462e67e9c5d7898b5cfce7 138 0.11/1.00 vMB 28
284,000 284,000 0000000000000000eac86582f121e5431734e2ea36bf73347022c99c1adae37f 144 0.09/1.00 vMB 29
283,999 283,999 0000000000000001d9eae18063bd5a4e1125d63fdd2ff93a181e764ea96e2c47 419 0.21/1.00 vMB 37
283,998 283,998 00000000000000013c0d4b13048ba0f063eb4c20837705c2b1b0425c4815c3b8 186 0.44/1.00 vMB 8
283,997 283,997 00000000000000004b28e95fa671e2f63a48db1d0929d27b1c6e3dd30437b94f 483 0.25/1.00 vMB 39
283,996 283,996 00000000000000004ff193f5c504289b4db080292de8f1aaf7fad1ea60e2af0c 1 0.00/1.00 vMB 0
283,995 283,995 00000000000000009a4e22f4aa15b0bba69b18db804b798f5f011c4d87387f9b 92 0.05/1.00 vMB 41
283,994 283,994 00000000000000018bc3978af4f47322c57bd9ffc5a57b51abe1861d645eab9f 803 0.50/1.00 vMB 24
283,993 283,993 0000000000000001bada5ac748eea8422234f8cc08acf42901dfd8dc101bf7dc 741 0.25/1.00 vMB 69
283,992 283,992 000000000000000151e2e6b59ef3f3471528542337c0fb86677df9e0014498e4 458 0.24/1.00 vMB 39
283,991 283,991 000000000000000089f4ed639eeb35912a8f6a1b00864c82e0425d50f1677ce3 735 0.50/1.00 vMB 26
283,990 283,990 000000000000000082afa17b5384b8949135ba28a157e6d9575902b1f0f6bbf5 1,191 0.50/1.00 vMB 79
283,989 283,989 000000000000000196e150942eab8d5b54602eea85fde769044c8904b8a6df70 497 0.35/1.00 vMB 25
283,988 283,988 0000000000000000771200a47ecdd4f89f58619fa14ef729a2dbcb5bef8f96a3 154 0.05/1.00 vMB 55
283,987 283,987 000000000000000157d3a346d4057a59d0b88c2c9bda5bb9e3e2312d5639a6f2 170 0.05/1.00 vMB 79
283,986 283,986 000000000000000141c0397ca71c520b9d131cda1bedf19f0195fbad473b432e 153 0.20/1.00 vMB 16
283,985 283,985 0000000000000000f72d33a911b1879d27431afe8263fe9de18789cf44b5d999 965 0.35/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.35 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: 661.85 GB
    • Received: 14.83 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.