Loading Tool

Explorer IconExplorer

Memory Pool

35,428 transactions
25.89 vMB
0.06517923 BTC
Random Selection Loading Transactions
Max Size: 132.03/200 MB

Candidate Block

Mining Attempt a587fd9f6586103b78f97e670c37769c9fb7ea3fb4d833f738ca7f39c811ad76
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 85c87af0441dbcd88a30d30f5434978608b50128affeb0a8579b0121e8ef22e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,117
Size: 1.00 vMB
Total Fees: 0.01771091 BTC
Feerates: 713.01 > 1.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (78,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,221 836,221 00000000000000000000bd283e8f4483a43cf4ff6d1c326359b2d60e357965a8 3,276 1.00/1.00 vMB 13
836,220 836,220 0000000000000000000082042370fd53b9d72bc397ba6deba357f2bf4a076e07 2,097 1.00/1.00 vMB 10
836,219 836,219 0000000000000000000198f14d964f5b1c3da50ec94752c9e746911b6a3e1ae0 2,863 1.00/1.00 vMB 22
836,218 836,218 000000000000000000019756bbb6064f5d37ba63a352c4c601bd79b57a82e8af 1,288 1.00/1.00 vMB 10
836,217 836,217 00000000000000000003253a27e460b888d9e1239727e3b46654955ed773c8b2 2,160 1.00/1.00 vMB 11
836,216 836,216 000000000000000000015052a6ec690ca288f5f437c16061554b57c85f030fdd 2,679 1.00/1.00 vMB 12
836,215 836,215 00000000000000000002a7072d945bf1742e9f1943dcfa68a12cf4ef48cb8a5b 2,323 1.00/1.00 vMB 11
836,214 836,214 000000000000000000033c78679814e44d5686263f9ed164a2cec7af021405b2 2,866 1.00/1.00 vMB 12
836,213 836,213 00000000000000000000c58c91c455930e9ebd8d463529e1f0f833a16e132a51 2,644 1.00/1.00 vMB 11
836,212 836,212 00000000000000000000ae42eb13ee3b4a92c0d2fdbcd0d818b72d70b82076e8 3,429 1.00/1.00 vMB 20
836,211 836,211 00000000000000000002efeb56c1c1c658b264d22ab724e13d6491768fbb394c 1,270 1.00/1.00 vMB 8
836,210 836,210 00000000000000000000064c42d845fa2230fb1c6cd19b2624951334c09c5826 2,306 1.00/1.00 vMB 15
836,209 836,209 00000000000000000001f5865c390d6504dae1592c88cb5b9eb8a9d6a85f436c 2,362 1.00/1.00 vMB 13
836,208 836,208 00000000000000000002d86b27360e11630eaef63342b1a048489ed5eb03def8 3,103 1.00/1.00 vMB 19
836,207 836,207 000000000000000000023ffdd1ae43b1a42529c39ff8be481213f6b048ddcd3e 3,009 1.00/1.00 vMB 20
836,206 836,206 00000000000000000002880fbe89dffa62c12ba42630b0a14ae84d73443f5cdb 3,667 1.00/1.00 vMB 28
836,205 836,205 000000000000000000012ad536efe5620f8d2b92db02673713d14d67f3003d2e 2,177 1.00/1.00 vMB 12
836,204 836,204 00000000000000000002c45362ed4860d1e554389d8a8272056085043e0c9495 1,026 1.00/1.00 vMB 8
836,203 836,203 000000000000000000027f12567c1a26f57dfac0fc2d664e2d62df25880d731f 2,897 1.00/1.00 vMB 14
836,202 836,202 00000000000000000002c547301dfb1f6e04a409f5e29130595d65d70654b7b1 2,243 1.00/1.00 vMB 10
836,201 836,201 000000000000000000006a611c85958841e869d2c5e9f3125e25bab41ba3a8e3 2,039 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.82 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.99 GB
    • Received: 12.34 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.