Loading Tool

Explorer IconExplorer

Memory Pool

78,951 transactions
29.22 vMB
0.08734809 BTC
Random Selection Loading Transactions
Max Size: 177.17/200 MB

Candidate Block

Mining Attempt 14f64df06325e79733f6b7c4a4fd75f4d1178560d4b1aebc4f12417b02475058
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 5085c1b1a26b1b55cfd8240950beb4cda6fbf4c4f1a4b79b1224868ad91a9f08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,585
Size: 1.00 vMB
Total Fees: 0.02604746 BTC
Feerates: 100.81 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (400,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
514,411 514,411 000000000000000000064f7371a28d485ea076358bf6d0e044bff55910428bc4 1,236 1.00/1.00 vMB 10
514,410 514,410 0000000000000000001199314d3218e4616240b6a9428ccbb2a17950258bdece 2,494 1.00/1.00 vMB 13
514,409 514,409 00000000000000000009f9a46950063c7cfa0b9c4a70ce97a64a498186398d5e 2,978 1.00/1.00 vMB 80
514,408 514,408 00000000000000000016b96217a55166873c0eb368b3daabfbdea958e486094f 2,646 1.00/1.00 vMB 62
514,407 514,407 00000000000000000037194f17e8b2e15821c2eecf7fcf1aa25de829283db2d6 2,759 1.00/1.00 vMB 36
514,406 514,406 0000000000000000003fe355a18e0f7c727cef09b7c6cce009bf0dc0a59289dc 197 0.13/1.00 vMB 25
514,405 514,405 0000000000000000000774370508f92b7fcf547a5cab10a3caa7bf4403071f7d 1,948 0.96/1.00 vMB 33
514,404 514,404 000000000000000000079d9710527162790bd9380c3dbb6829108ef2a6810243 761 0.36/1.00 vMB 29
514,403 514,403 0000000000000000004158b0608d630f8ea2e169bab2bf08239db9c33ea2bfc0 684 0.26/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.