Loading Tool

Explorer IconExplorer

Memory Pool

27,738 transactions
22.84 vMB
0.06269145 BTC
Random Selection Loading Transactions
Max Size: 122.52/200 MB

Candidate Block

Mining Attempt e6a46bff0b1a180f0263721f3f6a3ef082332eaba94770d1cb46a9d789ff79ac
Version 20000000
Previous Block 000000000000000000017c352de6a3b758ed8e4015a04a0ee703733f916547c3
Merkle Root ab0c168c4724a79c4a7b639b8aeec6901a376ca26117f34ce7b6e1e52602ce80
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,340
Size: 1.00 vMB
Total Fees: 0.03140627 BTC
Feerates: 150.77 > 3.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,770 (881,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,602 58,602 0000000003f395d6bf326bbc4a774aa9a1af6a3bf7a8d55214a63dc06e81eec2 1 0.00/1.00 vMB 0
58,601 58,601 000000000c7e5b19bf10ac1ea0144d72c399642b9efc45ff74bd277d1f84e20d 1 0.00/1.00 vMB 0
58,600 58,600 000000000ae6fa1c3d462d196c3e3bc941d8740a95dec84aa023e0f3c0afcec2 1 0.00/1.00 vMB 0
58,599 58,599 000000000e327440af8df8d627bd80f741232378e6d5c8feffbffb6c73704c5e 1 0.00/1.00 vMB 0
58,598 58,598 000000000a13c310303a2250e95262bf710b5a3c276e1aad0ee6492fd7e433b8 2 0.00/1.00 vMB 0
58,597 58,597 000000000a8fe608d127e272003dffa299495eb1d41f370bf49de4dda7be4abf 1 0.00/1.00 vMB 0
58,596 58,596 000000000c118177f9b406d6b60ac6f4ef7816814676eeb11f2b254f9ffbf38c 1 0.00/1.00 vMB 0
58,595 58,595 000000000cc219350a40ca9b35e9fbe631e1f52500f2751252ad66d4c36adcea 1 0.00/1.00 vMB 0
58,594 58,594 0000000005080a2c972d84dc3fdaaac53099f777b435bef485c823c93dd3ffd4 1 0.00/1.00 vMB 0
58,593 58,593 0000000008d0c85cd4d453243dd90637902c6b252897e311d138c4d025b9af5d 1 0.00/1.00 vMB 0
58,592 58,592 0000000004420e13dc2dad0bfad07dfece3c62e425bd8dd93200c2cb088f70eb 1 0.00/1.00 vMB 0
58,591 58,591 000000000347ec03068e486a5d275fd3ce8a508048f2d3893d8bb38eeba85ba8 1 0.00/1.00 vMB 0
58,590 58,590 0000000007abdad45c8fd93ebd635ce297e3018a741dc965b78d12bdd61358a5 1 0.00/1.00 vMB 0
58,589 58,589 000000000a1d27bd893d98e050238ae03d85fabe8ce9981b65cf08740053fe30 1 0.00/1.00 vMB 0
58,588 58,588 000000000d97dfcf416edf331170159532a71db276782a0563593e99c624e0b7 1 0.00/1.00 vMB 0
58,587 58,587 00000000095ff37d7fb0bbbf3e07f8e2a89e4df817d66907085e9227b9758043 1 0.00/1.00 vMB 0
58,586 58,586 0000000007212b27aa8f69cd745d35853dd77c805462f91e8a274c9784f942c9 1 0.00/1.00 vMB 0
58,585 58,585 0000000006250465a39190a68a801a84a22a43977f607d7b527ea710ca89adaa 2 0.00/1.00 vMB 0
58,584 58,584 00000000008890496d8d73a45419cd55ba19279d0c171afbe4e8a0f524cce9b1 1 0.00/1.00 vMB 0
58,583 58,583 00000000078baf65ee27dc663972c5cd7d2da7dec385e86215e6c7725b338c0a 1 0.00/1.00 vMB 0
58,582 58,582 000000000d68bdaa437a4259c8ee57eb8caa6ff39040b2f4966665ec20bb509f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 826.31 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: 4,288.08 GB
    • Received: 237.60 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.