Loading Tool

Explorer IconExplorer

Memory Pool

81,756 transactions
30.81 vMB
0.08092614 BTC
Random Selection Loading Transactions
Max Size: 188.99/200 MB

Candidate Block

Mining Attempt 2eb0c7037615a0ea36191405bc9c13854439c0181618c0baae2535e2085fdbad
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root c103322e0400019150bb48ffe3fc80c8f7aba083fe08d549066f8a1b2291421a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.01190690 BTC
Feerates: 151.12 > 1.19 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (158,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,037 757,037 00000000000000000008b0e425636cfddb2fb7826fdcad3d7839df529b313fca 3,090 1.00/1.00 vMB 9
757,036 757,036 00000000000000000006b1f094742e9e34fe2a10d148693d1ddc2184adef0aad 576 0.35/1.00 vMB 3
757,035 757,035 000000000000000000051a23b047182d9258f490d96f34bb16a8d5cb8246a2fa 2,575 1.00/1.00 vMB 7
757,034 757,034 00000000000000000007a9c699a20d5aaf71eed1a81dbaa23e6658e1336a8902 2,800 1.00/1.00 vMB 12
757,033 757,033 00000000000000000006bd14be9cc0f5d503cc63bdf6bc6494807a094b70128e 34 0.01/1.00 vMB 7
757,032 757,032 00000000000000000002e17af304a2f1ad72801c2e09b6a5e30ba63666977669 1,513 0.67/1.00 vMB 7
757,031 757,031 000000000000000000071fb078137f2111d0474a92ce65a93ce4933ea8ec0051 1,217 0.34/1.00 vMB 8
757,030 757,030 00000000000000000004e71317f56da8522b82576aca7d1f66f48da56ce6dbfe 1,640 0.90/1.00 vMB 6
757,029 757,029 00000000000000000005764e03dd4d21248c99735606a86a4723a00336233340 1,380 1.00/1.00 vMB 5
757,028 757,028 00000000000000000007c7d96ca93d9f1f84d7701adfa082e3d6d7a452dab374 2,865 1.00/1.00 vMB 7
757,027 757,027 00000000000000000004a402f31fc6333f4d3fc68fad0d4d09c28884a9e12bd9 2,663 1.00/1.00 vMB 10
757,026 757,026 0000000000000000000743e91c53363ded86e6b00b2f23f374a83b2199750786 2,944 1.00/1.00 vMB 3
757,025 757,025 00000000000000000008d414792be4c1b5b5685b4fa68a91e3b773d1882b06d5 2,259 1.00/1.00 vMB 9
757,024 757,024 000000000000000000067e597a65653b27cff785b1b9566aa723d9eb64dcec7c 3,056 1.00/1.00 vMB 13
757,023 757,023 00000000000000000004b8adbe583584f0e2370c0b752ede243535f8cfd3f354 1,913 1.00/1.00 vMB 8
757,022 757,022 00000000000000000007d9c2dab57c359ea1604a1733626a6282d42759ca3501 2,638 1.00/1.00 vMB 17
757,021 757,021 0000000000000000000009335f9035c22e360c66f61716abe953adddcf524067 1,249 0.66/1.00 vMB 9
757,020 757,020 00000000000000000000b2bb64c1287bf7de7f8d5905cec41ccb1aff5dae0c84 337 0.13/1.00 vMB 11
757,019 757,019 0000000000000000000393926d20949d2ef924f80e31a2b24d6e4575bcda0a32 931 0.56/1.00 vMB 3
757,018 757,018 00000000000000000007d823e0a43f124535b3727d09b32fcf18e7eb2b6fdfc3 2,423 1.00/1.00 vMB 8
757,017 757,017 00000000000000000001fbf8a112b10ca484d028e938caf34cc306d1f31bb711 2,486 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.