Loading Tool

Explorer IconExplorer

Memory Pool

75,025 transactions
27.64 vMB
0.07392676 BTC
Random Selection Loading Transactions
Max Size: 168.69/200 MB

Candidate Block

Mining Attempt e45ae61fe6150a2bfde01d9ff05edd10d9a9141d7af426ff20f0b7cc771a8d9d
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 9d3c1073248a1470783fe79191c8f963796a2c484470e58a5710d9da266687ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,389
Size: 1.00 vMB
Total Fees: 0.01480892 BTC
Feerates: 80.55 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (479,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,551 435,551 000000000000000000350f5011dd76e6d14cfd349274a6880f5222de5d9c1371 415 0.18/1.00 vMB 58
435,550 435,550 000000000000000001cbba1b2fdb2aa08337a9b510295c799708155a47c3c1a8 560 1.00/1.00 vMB 63
435,549 435,549 000000000000000000efcd8977e527cbbb911366de5cbe4cd7413ef15cb7c4d8 1,728 0.90/1.00 vMB 57
435,548 435,548 0000000000000000005f49dd59ac25bc10c6c7f087c7114ff63d78d2790ead79 1 0.00/1.00 vMB 0
435,547 435,547 000000000000000001ca908823dc5329d7de1c421a0aa24fbef692fef2de79a3 957 0.62/1.00 vMB 37
435,546 435,546 0000000000000000038e627fa5e256922b4c5a2a6a9ca4a519d53fc99f0c9533 1,586 1.00/1.00 vMB 58
435,545 435,545 00000000000000000337c75fa96bed23c767ecd223dc250b5c5e456bd55cd6fa 2,147 1.00/1.00 vMB 61
435,544 435,544 000000000000000003c219d664207ebac44329636cf46525be4b6f2c081b558d 2,960 1.00/1.00 vMB 81
435,543 435,543 0000000000000000008d95de1ff8bd05f8798681de486d79c3c8ef6c7ea0cd71 249 0.16/1.00 vMB 46
435,542 435,542 000000000000000002b5240a240d4864dd854dc7d618b76329a82be11a376399 1,674 0.86/1.00 vMB 47
435,541 435,541 0000000000000000009c538d5eb4e5124c6739430d7a2fe5212680f0755b78ff 2,423 1.00/1.00 vMB 66
435,540 435,540 000000000000000001c700acc86b5f017a0627bc29534650b5f2d1b74ff22a11 2,364 1.00/1.00 vMB 70
435,539 435,539 00000000000000000097cd708cfa6814129b8ac52f9d3e9a18d6ee29075c670e 30 0.01/1.00 vMB 51
435,538 435,538 00000000000000000173c2f0bea1de9d507d2c0314fdb68f161589cd21ebcfef 1,643 0.71/1.00 vMB 58
435,537 435,537 000000000000000003b71879684ed0a7725906d4444e2e2d5aad43c664a95b66 2,120 0.83/1.00 vMB 62
435,536 435,536 000000000000000003d652d546f07c9a61e89b98856ffd5621f05935cb5b795d 2,072 1.00/1.00 vMB 63
435,535 435,535 000000000000000002dd80013290fff201c9324c2b93fd497a9e2dab29c5ba5c 655 0.26/1.00 vMB 62
435,534 435,534 0000000000000000009b6ed704d76b7b171f7c3ce7ac6f44caf6a65f9cb21f7f 1,228 0.99/1.00 vMB 33
435,533 435,533 00000000000000000282718201ee7042a54c557f0f2a33c6dc2d75f21b15ea56 325 0.16/1.00 vMB 53
435,532 435,532 00000000000000000278283c698b1f5be2da28f09ee2c0323acc7f51dc9084c5 961 1.00/1.00 vMB 37
435,531 435,531 00000000000000000330f1bdc498b474883e737f3c5f27f23cfca24bdd135131 2,155 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.