Loading Tool

Explorer IconExplorer

Memory Pool

36,522 transactions
25.76 vMB
0.05948603 BTC
Random Selection Loading Transactions
Max Size: 131.96/200 MB

Candidate Block

Mining Attempt 85f6e816dc6ce51c0ff819b7fe296d70207f7e5b0958c4ecd2a19fa4d451cb81
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 66b72ef0846969a4445215320a9c4794060f66e3e9dc77c4e6f9b1fb63060171
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,200
Size: 1.00 vMB
Total Fees: 0.01242922 BTC
Feerates: 170.89 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (523,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,793 390,793 00000000000000000a941500b3b29299a92d35c9531e0d206bf8e2e93048f893 3,285 0.95/1.00 vMB 64
390,792 390,792 0000000000000000024d0f72319fd6ebe55c0ef88df201657b2d9eaaeb0ac5a3 2,176 1.00/1.00 vMB 35
390,791 390,791 000000000000000009f7f30c9fa9d94baa2829858110ad72fc2d7b667c47c14c 1,027 0.87/1.00 vMB 19
390,790 390,790 0000000000000000088d145547af69a572e6422dd6285725c647e76802f1a9e0 1,975 0.96/1.00 vMB 30
390,789 390,789 0000000000000000015624edba9af25b857845fe6c84ef770f9cf943bc2eaef5 2,872 1.00/1.00 vMB 48
390,788 390,788 00000000000000000a0e3a0b04d2ef8ae8ffc1d6d974c46a44b1cd57cf136211 282 0.25/1.00 vMB 13
390,787 390,787 000000000000000008bb1d8207b65d76bc95930f5970bba434240aea857addff 538 0.42/1.00 vMB 18
390,786 390,786 0000000000000000059859f49f12dbae0b3cd77f3f25b5ecbff35f11aae96dcd 943 0.69/1.00 vMB 31
390,785 390,785 000000000000000006b9446e7366f175473298ca65e0a82098fbe4d4580a5cef 2,276 1.00/1.00 vMB 38
390,784 390,784 000000000000000008e46807962bb7f40170c3176a7aa076c8fac634b84919a8 376 0.31/1.00 vMB 25
390,783 390,783 0000000000000000084c39b4da4f43ddcf6887fcd85a246d69a7e52eebabf094 1,999 0.79/1.00 vMB 38
390,782 390,782 00000000000000000ac01cbff015e622e4471dce7c0deded3ae2bfd946b2c074 1,235 0.66/1.00 vMB 32
390,781 390,781 00000000000000000696ad7b31c6f2e979f73cf7d152091166aff01dbba0f429 831 0.30/1.00 vMB 48
390,780 390,780 00000000000000000701940c460262520e1d7a7702561171f0103ba23ce75896 1,146 0.56/1.00 vMB 31
390,779 390,779 0000000000000000095b0d449413f370be3e1b565fe149fa343d6985c82f3c34 875 0.40/1.00 vMB 36
390,778 390,778 00000000000000000657174e9546c7ac76e73b4e6cba10e330c3a92051a6fa0b 1,511 0.74/1.00 vMB 33
390,777 390,777 0000000000000000041ede2ebfccd4e9a9190500d9442c3f352b81d653d42d26 1 0.00/1.00 vMB 0
390,776 390,776 00000000000000000391d6cb628d4a9250be867258c25ef266f7b7dacb51360c 1,360 0.74/1.00 vMB 29
390,775 390,775 000000000000000008aca58bd782e0bd1c6f591833ad144361f28c5c1e2265a1 2 0.00/1.00 vMB 0
390,774 390,774 0000000000000000008d9cec258f1e559da2848dfe44c4d9ab0bdf8b83c8457c 733 0.59/1.00 vMB 20
390,773 390,773 00000000000000000758170527393fd0555ee2fa585cc63598e52b5ea1c53322 367 0.27/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.80 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: 634.70 GB
    • Received: 12.26 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.