Loading Tool

Explorer IconExplorer

Memory Pool

37,394 transactions
26.07 vMB
0.06204946 BTC
Random Selection Loading Transactions
Max Size: 133.91/200 MB

Candidate Block

Mining Attempt 3f54764794395bc0d32087f97f0aa6b86b3b65b2306b9298d3a3a534b8cdb5a7
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root 431f0d11c603e20ad4c0fec43ccd7cd565d73a0f1b08b916f8179eb5424af4c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,653
Size: 1.00 vMB
Total Fees: 0.01407970 BTC
Feerates: 102.99 > 1.41 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (352,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,023 562,023 0000000000000000002933d536ebaf9a65beae86965551cf2e22f2df4eec4c99 93 0.04/1.00 vMB 21
562,022 562,022 00000000000000000021318ae925ae1c70bdffec5f0e1c814363e531eef4318e 663 0.23/1.00 vMB 11
562,021 562,021 000000000000000000097057a858c47afa0bd7644694d41b6b74daf1ab29de43 2,974 0.91/1.00 vMB 10
562,020 562,020 000000000000000000209c19f773e515e1f861cff1c9ce92be39a2520adcd0d2 1 0.00/1.00 vMB 0
562,019 562,019 0000000000000000000cb20fd4796b4034ee6f26e24cd2e8f1aad589a2aa389d 934 0.31/1.00 vMB 10
562,018 562,018 00000000000000000014e837951a4cdd5ef9115882c84192d8eebcc12424f400 2,144 0.87/1.00 vMB 6
562,017 562,017 000000000000000000053aa3ba8a25c867dcb0b210af66f6bc6bd38c585cef2c 2,998 1.00/1.00 vMB 15
562,016 562,016 000000000000000000208b4614c3a50e9fdb731b5424b3122791a4293f401879 795 0.85/1.00 vMB 2
562,015 562,015 0000000000000000002fb41a1432c667be9d0f5fe92a573f5612009f54d2dca1 1,971 1.00/1.00 vMB 3
562,014 562,014 000000000000000000008f1bbf9d1b0e6a486e3cf9edf1cb3ffd1ce2f3bd06f2 3,264 1.00/1.00 vMB 5
562,013 562,013 0000000000000000001357ee745d1c41c62c153a6861fa5038eb0234c059a336 3,062 1.00/1.00 vMB 22
562,012 562,012 00000000000000000026b05fc9b72b21dc80336811a2c5a1ca085f182fa21185 1,748 1.00/1.00 vMB 2
562,011 562,011 00000000000000000012c938ec52314ee0c4280740715ba73e561d2a5b836b4f 1,528 1.00/1.00 vMB 8
562,010 562,010 00000000000000000007cc73d3733b703f68046cfdeac56cafdee32fb96db5af 2,437 1.00/1.00 vMB 6
562,009 562,009 0000000000000000001addfcebe20c68fad3c7055e551049f5f2a799415575ec 2,332 1.00/1.00 vMB 21
562,008 562,008 0000000000000000000f329b47a758d10b658aa15dd92d35e0fb5806f3ceecb7 3,087 1.00/1.00 vMB 10
562,007 562,007 000000000000000000135e170c6ecdd49694a3a3b1098263cd560e796826498e 3,804 1.00/1.00 vMB 4
562,006 562,006 000000000000000000220952d238717b15a9b4fd66bf00d46ad83a2e9c22f7ad 2,736 1.00/1.00 vMB 14
562,005 562,005 0000000000000000002905ff1ef4103ca744ae3ddaeea95f447c84b19b40807d 3,120 1.00/1.00 vMB 17
562,004 562,004 0000000000000000000d36879951036030db97914e8878e7c71bf60e0f4d4d89 3,021 1.00/1.00 vMB 14
562,003 562,003 0000000000000000002eec406c6a94eb3e3f9047241fafd32b6a66e260c7905d 3,126 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.81 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: 635.53 GB
    • Received: 12.31 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.