Loading Tool

Explorer IconExplorer

Memory Pool

81,739 transactions
34.30 vMB
0.14554385 BTC
Random Selection Loading Transactions
Max Size: 195.34/200 MB

Candidate Block

Mining Attempt 6fb1da035d3506f7458e28240262ad666c9c8dcb2d0aa16ec8c768e10bd0446a
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 2e7af16cf2bb3a64ea8671e854a79a40e4d9603f90eb3da2e92755c456b67df8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.03298764 BTC
Feerates: 150.78 > 3.31 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (37,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
877,626 877,626 00000000000000000000d45de6bca456cff5359d5f0619adfc4e362b84e484d7 4,068 1.00/1.00 vMB 3
877,625 877,625 000000000000000000028de2fdd14e30dec7d48f79ff224d1da617f377fcc99f 3,153 1.00/1.00 vMB 2
877,624 877,624 00000000000000000000a0bfd079b89c9a00d5a70cbeb775c05ebd1542e49697 2,402 1.00/1.00 vMB 2
877,623 877,623 000000000000000000022cb1da741607e037576956cbce17f6708946de20a6e6 3,830 1.00/1.00 vMB 3
877,622 877,622 000000000000000000025492e71e7d0d2c245c352fd6c8df13feeffb4ec2a624 4,561 1.00/1.00 vMB 2
877,621 877,621 00000000000000000000189f53849d0e0767aa17d572d94fc9d4ffbb34965d52 3,238 1.00/1.00 vMB 4
877,620 877,620 00000000000000000000d958e6d34066300ffe40a543642cadb6376c20fd5220 4,264 1.00/1.00 vMB 2
877,619 877,619 00000000000000000000bb4099b5208bb1581bb70a2f9fe514fac9a28434e628 3,605 1.00/1.00 vMB 4
877,618 877,618 00000000000000000000bc7c88e7b6b1292451e0c1ff0c60ce5f7f175d07aade 3,580 1.00/1.00 vMB 6
877,617 877,617 000000000000000000015ac6f0b07acb480cff6a6fd389350398cbe8455994a9 3,811 1.00/1.00 vMB 2
877,616 877,616 0000000000000000000051ead630f5d44d5dc451d2915eeebbb6d43823b62bce 3,016 1.00/1.00 vMB 3
877,615 877,615 00000000000000000000ff216d9e578a66396c722e5aef71dc33e5c5952012a3 348 1.00/1.00 vMB 1
877,614 877,614 00000000000000000001783f0c5198ac3cdf7c5a8de247b5e98cb22987974955 1,600 1.00/1.00 vMB 1
877,613 877,613 00000000000000000001e9aeedb237bd94b1dace9d8d72a53a6066371f7b2cba 3,246 1.00/1.00 vMB 3
877,612 877,612 0000000000000000000237cc828d20167d39018e85367b0ec2743ff59115e16e 1,546 1.00/1.00 vMB 1
877,611 877,611 0000000000000000000091145cc44218a3b7e3b37e93a3586e5ae31ed67450ac 3,403 1.00/1.00 vMB 4
877,610 877,610 00000000000000000001c2e492f7d563bc47faff4ed2d4178f39480d6eb308d8 2,645 1.00/1.00 vMB 2
877,609 877,609 00000000000000000001152fd0f4581b2add8cb3dfbf9238034ad6df71852816 4,821 1.00/1.00 vMB 2
877,608 877,608 00000000000000000000791230fc40dda2e58da9feb49da151cd6e7bd2221c7f 4,503 1.00/1.00 vMB 3
877,607 877,607 000000000000000000026599ba793e22fd47eabe2c6d90e6a48a706c2675e5c1 4,090 1.00/1.00 vMB 4
877,606 877,606 00000000000000000001a9305419fe15755b48ca41735cd702f5af1c633b61d5 3,980 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.10 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: 728.11 GB
    • Received: 18.47 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.