Loading Tool

Explorer IconExplorer

Memory Pool

43,665 transactions
26.30 vMB
0.05344666 BTC
Random Selection Loading Transactions
Max Size: 138.67/200 MB

Candidate Block

Mining Attempt 0459425d71a186054f1e3ca979df9e38dca0fd37b0fe45504959bf221258f081
Version 20000000
Previous Block 00000000000000000000e26c69d66b4d957ffcc15202e94d7da28d89cb2bd653
Merkle Root 77edf0b106bd91118d5bc166c8a9fc961386f124d88171d2669a4e2a4c9fbc11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,071
Size: 1.00 vMB
Total Fees: 0.00537786 BTC
Feerates: 40.21 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,744 (249,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,047 665,047 00000000000000000005ae1818a1fae42638d976cd40b2f943d64dc022d9cbce 2,860 1.00/1.00 vMB 100
665,046 665,046 00000000000000000004c7326171fa8897e211ff8ea2fecf25a04fe727846644 2,727 1.00/1.00 vMB 126
665,045 665,045 00000000000000000000361f970a189c67fc62e6f1ee8ef23ecdc376f7100518 2,520 1.00/1.00 vMB 105
665,044 665,044 00000000000000000009203b17bcb1e6544333793d45678d6acb24f5ea6d6aee 1,977 1.00/1.00 vMB 65
665,043 665,043 00000000000000000003d73fdd78cdbbe490f9e507d928b0e718ff0cd88c73a1 2,957 1.00/1.00 vMB 87
665,042 665,042 0000000000000000000024c2e93dd74e84e6923c7b1b95af583800e44639d684 2,686 1.00/1.00 vMB 85
665,041 665,041 00000000000000000008863e74220673625da253c24da3f1ee482205d603abf2 1,993 1.00/1.00 vMB 103
665,040 665,040 0000000000000000000cc88a5ec11f4eac7a15b25c4be7cd0ac8f64384427300 2,444 1.00/1.00 vMB 83
665,039 665,039 0000000000000000000cbd24c2ec73a14da2ce0c38b29ac2914c8d566389c14e 3,059 1.00/1.00 vMB 69
665,038 665,038 0000000000000000000a9f0b995ba3b2c63f64cf21a922234c63eeb647349f91 2,835 1.00/1.00 vMB 77
665,037 665,037 0000000000000000000054f74da54f5f94512354791eaf610afc86abab688957 2,650 1.00/1.00 vMB 52
665,036 665,036 0000000000000000000a1ae7c1e8ea850b769a04cccd24bdc4d69b4e15e23df7 2,845 1.00/1.00 vMB 88
665,035 665,035 0000000000000000000d962f55b3c1f35ab812ca651213a7bc7e4fbfcf237665 3,248 1.00/1.00 vMB 77
665,034 665,034 000000000000000000063cbad824f0ddae8d1c2f688331dcdff2de2cf8ac3b1a 2,285 1.00/1.00 vMB 81
665,033 665,033 00000000000000000005810d54394aca9836be7dde9af4e15ab005befdb46447 2,845 1.00/1.00 vMB 83
665,032 665,032 0000000000000000000ef8ef8553fd482a3deea2c558e74a5f0075d5d044e0ef 2,047 1.00/1.00 vMB 83
665,031 665,031 0000000000000000000ae04ba33e98f0afe609a95a5a4c809f744d2d4060f281 1,546 1.00/1.00 vMB 100
665,030 665,030 0000000000000000000322e8ad2c94f8d5f175defc7dd2f8d7eadfcd89198959 2,133 1.00/1.00 vMB 105
665,029 665,029 00000000000000000007e1c4ef68d46f5760f91888fac0982062988147e7ca48 3,107 1.00/1.00 vMB 94
665,028 665,028 00000000000000000006aaf89b21c7dadd4887f7657430c2a6078a5a05c5da3d 2,023 1.00/1.00 vMB 90
665,027 665,027 0000000000000000000c3c8bc869676f7dec6f39939745c79119065bf0cec26b 2,879 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 781.93 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: 646.49 GB
    • Received: 12.86 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.