Loading Tool

Explorer IconExplorer

Memory Pool

59,683 transactions
34.62 vMB
0.13080756 BTC
Random Selection Loading Transactions
Max Size: 183.06/200 MB

Candidate Block

Mining Attempt cba00abf0c20981b636a42df0ac80a583bbbf1f6357620f5c9753ec213ffcf45
Version 20000000
Previous Block 000000000000000000017ed3fa8a315e30d6a38ae49ee316a5a0f8b1f8eca883
Merkle Root 3f864d1e9bdac80ab726cdab9972b0ccf099b1ffc0db3554e3fe987d0a856ed9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,536
Size: 1.00 vMB
Total Fees: 0.05841855 BTC
Feerates: 502.67 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,413 (815,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
98,498 98,498 0000000000034a163dcf1944f7db3dc6fe3c80fefe3ba6526890aebe8f61f9e1 2 0.00/1.00 vMB 0
98,497 98,497 0000000000036665500c281a1147b4fc444a897620137c0d62e2374ff5edcdc0 11 0.00/1.00 vMB 877
98,496 98,496 00000000000481d70668745fe71dc00f84a5d19412ca6680eba0242499fda6b3 5 0.00/1.00 vMB 0
98,495 98,495 000000000004b7feed40dabd876e78a937fc6e16679d1764b37984592c50e236 3 0.00/1.00 vMB 0
98,494 98,494 00000000000417aebf575a157b28f8f8b22ab14b3f94dd6a074735a39040d812 1 0.00/1.00 vMB 0
98,493 98,493 000000000002a9c537c56097f361697e7d0e10330922b60ce1cb838a4ff1c092 1 0.00/1.00 vMB 0
98,492 98,492 000000000001e1807761be131546f2103edba755f6dfc17fd533a188384540d3 2 0.00/1.00 vMB 0
98,491 98,491 0000000000002b2f43b38d148f23c916c3c93b19599b0b7d9f0f81d2b0bdcadf 1 0.00/1.00 vMB 0
98,490 98,490 000000000000e3ae60aed2fdba7aad2106b677610735ab7fac21d2668ff6deab 1 0.00/1.00 vMB 0
98,489 98,489 000000000002ff36f9380b576d3f1e284c6cee508e36788749a5fbccc753cfb6 1 0.00/1.00 vMB 0
98,488 98,488 000000000005014440f00de1715fe6af7f70c3a6e1024dd2fbf53a8bd3cfcf5a 3 0.00/1.00 vMB 0
98,487 98,487 00000000000069bc85e65e00746bcdd7919d08550d9536281050fe9c086f461a 4 0.01/1.00 vMB 0
98,486 98,486 000000000004b871baff58e8800ec41693cd3c06beca1c095206860278fee463 1 0.00/1.00 vMB 0
98,485 98,485 000000000003f4af50c3df2e6620e4cbc124168e9ce2b0c34e89caa357144136 3 0.00/1.00 vMB 0
98,484 98,484 0000000000037bad87c49e100c344c1df1a60c658dafbd962abf532a2eba20a8 2 0.00/1.00 vMB 0
98,483 98,483 000000000002f4a90e304981c7eedfbc789712aa4d6751908b0c0dff1f82a036 1 0.00/1.00 vMB 0
98,482 98,482 000000000004c6fb4e5ca19e0171f60c2273ba5a0ef396584deb95f5bed78f3c 1 0.00/1.00 vMB 0
98,481 98,481 0000000000035d1e2af64ea85c058c4301ef4f143270431d7f08943c0399414d 1 0.00/1.00 vMB 0
98,480 98,480 0000000000028e4cba874365947e75806b8371e81b0af66de2b558d1b8fa7391 1 0.00/1.00 vMB 0
98,479 98,479 0000000000021bff25fc3cefeeff0d1cddc36496b5628539fd16e868f383ab6c 1 0.00/1.00 vMB 0
98,478 98,478 00000000000520dd0ba1b9bac7e1ad71098eb288fa83358589502b8e7c2c94aa 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 601.82 GB
    • Received: 10.17 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.