Loading Tool

Explorer IconExplorer

Memory Pool

82,981 transactions
30.58 vMB
0.16298832 BTC
Random Selection Loading Transactions
Max Size: 185.57/200 MB

Candidate Block

Mining Attempt ecff55c68f48883ea4c46af273731f43c85c4eb8c82bb193f27d0913e3e79019
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 9a86a356da2e1f720a0e6be127d37318fedd4fd711b20a8f50ea1d720dd12435
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,093
Size: 1.00 vMB
Total Fees: 0.08345375 BTC
Feerates: 150.79 > 8.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (400,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,432 514,432 0000000000000000002c2d6c0aa70dbe8e778fb2257b0d1bca7377ce1c45f4b1 274 0.12/1.00 vMB 43
514,431 514,431 00000000000000000049f3ac163dd4fea6c16234dc73f073994cc7bddec78399 687 0.26/1.00 vMB 44
514,430 514,430 0000000000000000000c56d054cdc24463771d01fc891ede01a7f1b24a59d4ea 2,901 0.99/1.00 vMB 53
514,429 514,429 00000000000000000041b02d8e759d24b0a1307d6745961f1401ef6c38965fce 1,462 0.52/1.00 vMB 30
514,428 514,428 00000000000000000014b624af66fa7f247396d4866c755db2e79cb6061b4b63 649 0.30/1.00 vMB 58
514,427 514,427 0000000000000000004d5ccab5356817b6efdbd8fea8a680afa37fa143b39924 550 0.27/1.00 vMB 42
514,426 514,426 0000000000000000002c7f53d84c05c07f6c2c4bb0afc464f47adc4fd6199aa7 665 0.23/1.00 vMB 31
514,425 514,425 0000000000000000003616a54c30f7588fe22281cf34b722ad8065c7c03d2079 1,767 0.82/1.00 vMB 18
514,424 514,424 0000000000000000000f3a6a1099e807f4c74a3a94b32b2c98177467edc854ae 3,211 1.00/1.00 vMB 53
514,423 514,423 00000000000000000043558243059d4d6b0ade7a4243b9134476f63ecc09dc93 359 0.12/1.00 vMB 42
514,422 514,422 0000000000000000000ad34a9df85ae92a0fc3df1fe6d19366320ad8c45dd332 2,752 0.96/1.00 vMB 37
514,421 514,421 0000000000000000001b138b0bf2f3d6683352d72f3a6b36620f8897e4ab8d18 1,084 0.39/1.00 vMB 38
514,420 514,420 0000000000000000002426704824c08bb2a19209914fa66a58931a2bb4285449 2,497 0.89/1.00 vMB 36
514,419 514,419 00000000000000000004782ad0bf6076142b9f54702ef740d3f7aaced0f16ced 374 0.14/1.00 vMB 72
514,418 514,418 00000000000000000044c08c5fbe3db14715841e118b5260633aa2f3cb4da660 1,676 0.77/1.00 vMB 40
514,417 514,417 0000000000000000002080a0d06e686897cb64aabb4b39ea19283cf99ee3f315 1,023 0.41/1.00 vMB 26
514,416 514,416 0000000000000000002d48a65f9562fb94c156dc96443ec04b51dff8fc84e31e 396 0.13/1.00 vMB 41
514,415 514,415 00000000000000000007bd8fb7ee4f906380cbc85b8ea3b06da8e63509282c89 32 0.01/1.00 vMB 16
514,414 514,414 0000000000000000001e14089aebdc7ff591fc0c0ef0e08f39b319a8e8d3d441 1,307 0.83/1.00 vMB 44
514,413 514,413 0000000000000000001df2cc8544f4f929384fe5f354aa033db23fb5c5b6dd67 2,588 1.00/1.00 vMB 36
514,412 514,412 000000000000000000029f2ad67c1bc2b2e7cd63de52008a8d752e8fad25de73 2,464 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.