Loading Tool

Explorer IconExplorer

Memory Pool

46,386 transactions
27.84 vMB
0.08357272 BTC
Random Selection Loading Transactions
Max Size: 147.34/200 MB

Candidate Block

Mining Attempt 7e8fe9eaabf693e260a1bc453ee156c668261c8a22188342a2a98e5c4daf5f15
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root e577d7e466ad0c908176326136f094f28dd7784bf36af742442fbe7be1192073
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,859
Size: 1.00 vMB
Total Fees: 0.02962419 BTC
Feerates: 200.00 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (256,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,372 658,372 000000000000000000023a39575b73e6b7e649ce8fe2a6f7bdcf60eeb52d2429 2,908 1.00/1.00 vMB 82
658,371 658,371 00000000000000000007be354363957ff7da2474d18b89a4af52f58d2344c8e3 1,496 1.00/1.00 vMB 39
658,370 658,370 00000000000000000001882cf8379c5cd3d06161253d9708909198b59c502776 1,340 1.00/1.00 vMB 34
658,369 658,369 00000000000000000009867bc85c03577d4517c7c0eb1f641eb3d1dd0f807aaa 2,084 1.00/1.00 vMB 39
658,368 658,368 00000000000000000008671e7ac22e1def3941202804e2bff3ccd6ec5a44477c 2,480 1.00/1.00 vMB 54
658,367 658,367 000000000000000000005e168c1f8f3ce76f62b0fd8989d447d0b49c4f2e37ec 1,544 1.00/1.00 vMB 44
658,366 658,366 0000000000000000000120748c26c2f2c6c261664947109871501b37d9135355 3,115 1.00/1.00 vMB 48
658,365 658,365 0000000000000000000506266d00fa7c21039d0f76173eec56e3b7d0d31b3d9e 2,932 1.00/1.00 vMB 57
658,364 658,364 0000000000000000000c33b581689ae0a91736c3df90a7bad120c00e148e9b42 2,495 1.00/1.00 vMB 51
658,363 658,363 0000000000000000000cca3c38171bbbbba38ecd0cd36fb134d84ae16d7af006 2,906 1.00/1.00 vMB 74
658,362 658,362 0000000000000000000b93757bd20354350ecbc995e694edddc10be352ad2b85 2,879 1.00/1.00 vMB 42
658,361 658,361 000000000000000000084f20ebb4fc48d019851ad002ef16a0d52979ddaf6052 2,928 1.00/1.00 vMB 44
658,360 658,360 0000000000000000000d56b5eb8d0262eb8387b4afc6d149c123f6087d164b19 2,875 1.00/1.00 vMB 68
658,359 658,359 0000000000000000000fb028570ec0eca3e8ff65d0b628fa5702237d2dd2b193 3,046 1.00/1.00 vMB 74
658,358 658,358 0000000000000000000d7f1c72b281ccc800c2ce87ad5935e84334e7106bcf68 3,109 1.00/1.00 vMB 49
658,357 658,357 00000000000000000002365212b30557ba42ddde71f9b7b83416a5010ad310e5 2,603 1.00/1.00 vMB 48
658,356 658,356 000000000000000000078ee9f2312d3734b92179279cc6df084571779e0d57af 2,838 1.00/1.00 vMB 68
658,355 658,355 0000000000000000000945bd7d448f403e0b7c4f3d11ec795b79843d23ca3dc7 879 1.00/1.00 vMB 93
658,354 658,354 00000000000000000002df19e7a5ad71a06065d959d3b42c0c77d65a69d00a69 3,142 1.00/1.00 vMB 46
658,353 658,353 0000000000000000000792822095946dd7e1ad4e44c89721e67b56c8b2323d3c 2,285 1.00/1.00 vMB 72
658,352 658,352 000000000000000000078b139ac418b6c35e8f11fd94c6884b9e0ef97b8c885e 1,484 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.22 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: 654.78 GB
    • Received: 14.19 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.