Loading Tool

Explorer IconExplorer

Memory Pool

40,431 transactions
20.01 vMB
0.07416385 BTC
Random Selection Loading Transactions
Max Size: 111.27/200 MB

Candidate Block

Mining Attempt 6dd672ae2ac573baaa07bae217e02e54ff9b7ab5761c2958519c332c841f25d2
Version 20000000
Previous Block 000000000000000000007a0cd34982de1d141109cf84d849ff739c12e62220ed
Merkle Root d9f81a3ee16ff25d8e22e816708778d6d2c9ca60c6b05a8b96b7a05b86342a47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.03469570 BTC
Feerates: 145.95 > 3.48 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,106 (872,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,181 41,181 000000002b2094f4cb61b3d326c4f4744a9765cbacf8f9837703995210237120 1 0.00/1.00 vMB 0
41,180 41,180 0000000012530a0fe80a93328d282105f594f6088b82c07f791f934d023f122e 1 0.00/1.00 vMB 0
41,179 41,179 0000000043dfc30825779f4a16a408beb7c9d2b79c1644cb7ad647715804b1d5 1 0.00/1.00 vMB 0
41,178 41,178 00000000496e14599bff0a3375e03331e005649147ca9ee71a98403cf67d9ecc 1 0.00/1.00 vMB 0
41,177 41,177 0000000019cdcd0533cfa98020e58989215142f4b95b31b9ca26c825c9e272ac 1 0.00/1.00 vMB 0
41,176 41,176 0000000001c65c181634ca6a6a42283ee84713520af65fba87e0c7c14968ab8a 1 0.00/1.00 vMB 0
41,175 41,175 00000000098e8882055dbd9ed8c3bafafc9f8bfc5b94ae7c8b681fcdf1ab00b7 1 0.00/1.00 vMB 0
41,174 41,174 0000000005349f58d14b6d85f35e1ca6a12a7f4e6d4d22006001f26f74129aa7 1 0.00/1.00 vMB 0
41,173 41,173 000000003cfa8694a355550f3f266314dc42f602e49bdd62703b26184cc0c4f6 1 0.00/1.00 vMB 0
41,172 41,172 000000002c4570bbf15b0673ea8670df332e800f992060757f546e0d88d513a2 1 0.00/1.00 vMB 0
41,171 41,171 000000002c68bf787d7eaf45649d235db74d26643294e1a26a49d82adefdd0c7 1 0.00/1.00 vMB 0
41,170 41,170 00000000505d21aa946fcd9b9aaa30076891072404bfda61052bdf791dc44407 1 0.00/1.00 vMB 0
41,169 41,169 00000000449accde0512a63b95af3be2ad14d0c49792b0ef2835d36cde86969d 1 0.00/1.00 vMB 0
41,168 41,168 0000000000b950ebddc104288c08b7f2b4e28ecd931e1ce69fb93b5a9cea2048 1 0.00/1.00 vMB 0
41,167 41,167 0000000062133b485c0b780c6dc6c41ee2f24d99ea96c1b2f86c41dc25fc69de 1 0.00/1.00 vMB 0
41,166 41,166 000000005956fd7bb0d3a23533aee66e77c39f998b826b89099cdfdff2393c2d 1 0.00/1.00 vMB 0
41,165 41,165 000000002ff4e28668f601d26fbaf799ed24751e0f91cd381f3fa1f8bf72b5f4 1 0.00/1.00 vMB 0
41,164 41,164 0000000056a6492054980cc9291b26a49de8c1de93030a69770935e34958af77 1 0.00/1.00 vMB 0
41,163 41,163 000000004ce3bb19c73f7178fad78e0c6fbcc37504e058696772deee501f4adf 1 0.00/1.00 vMB 0
41,162 41,162 000000001f74a6caba496cf880ae4c5cbc0aefbac79a83957405893b719c73a5 1 0.00/1.00 vMB 0
41,161 41,161 0000000034e0ba0846d706888e6b89c8aa83831aa19c86b7cccbe8f8f89debe0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.79 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: 559.44 GB
    • Received: 7.21 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.