Loading Tool

Explorer IconExplorer

Memory Pool

36,126 transactions
19.34 vMB
0.06272007 BTC
Random Selection Loading Transactions
Max Size: 105.30/200 MB

Candidate Block

Mining Attempt c22ee6470ad0291f7215c3eb18a792bbab24040e7ee51e75991425ab859c9000
Version 20000000
Previous Block 000000000000000000018f69ae29df7c79914fb88c88e7aedd8580e0842811ca
Merkle Root 2e28738499aea226986bb857aca4ea101fb08fc153055bc7208084e4690f3e3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,980
Size: 1.00 vMB
Total Fees: 0.02529704 BTC
Feerates: 636.23 > 2.53 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,915 (785,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,590 128,590 00000000000013b6ef0bed8d500d2bbb956b8bc3ae819be1c1f5fe4f7b229d51 240 0.09/1.00 vMB 765
128,589 128,589 0000000000001eb54a0e1a936a19ed1231c772df35c0df4433206e13178760a7 34 0.02/1.00 vMB 18,986
128,588 128,588 00000000000015dc201d518e39a63fa2da23c23f3e7989f59cd0ca44c7c9f9c9 15 0.00/1.00 vMB 221
128,587 128,587 0000000000000c96fba0f478b55486169bfd59a0073cb1e9faf2771df52e02ae 93 0.04/1.00 vMB 1,262
128,586 128,586 0000000000002567fe367d88dd39cdf9b635da90670bb4c2a1744924b588560c 132 0.07/1.00 vMB 524
128,585 128,585 0000000000001cef171422ae717c47bd7307da8d6685891eaeef57f0dfe5ddd6 63 0.02/1.00 vMB 2,464
128,584 128,584 0000000000002444527f5e18b809b35a0ee8fa48f32889ebc1906f6a5bf94397 121 0.04/1.00 vMB 262
128,583 128,583 0000000000000d8c3f07dab519843fdb7a5ca2f00c5b6465b2380657f294d04a 33 0.02/1.00 vMB 3,396
128,582 128,582 00000000000010e4e6684411a90bbbaf2eb0aee292928b03b84ec7a5251772d8 23 0.02/1.00 vMB 868
128,581 128,581 000000000000073337369b639a5e6cbb56c1ec57c6f7d275636b52b7968311c0 4 0.00/1.00 vMB 2,727
128,580 128,580 0000000000001832d3f9931dcf320191ed21ff70989f82e402077a838a266dd7 81 0.04/1.00 vMB 897
128,579 128,579 0000000000001a13227fd573df35112fdbbfe2bdec41b731d3bdfa4f27c12c5e 24 0.01/1.00 vMB 320
128,578 128,578 0000000000001b5df6a31539fb6b85719212bb40374bc5b443a7604af73201e5 16 0.01/1.00 vMB 708
128,577 128,577 0000000000001a25032ee5606837e052a7bc7aa5af399a635b19e644a69f4184 16 0.01/1.00 vMB 1,171
128,576 128,576 00000000000014446ed12315a73cb293a7c91b1d99dc362897bb149b8102d1bc 12 0.00/1.00 vMB 560
128,575 128,575 0000000000002491d333d3f4a3eb92d5564d3305c5dc8843f794d3fb98a98510 80 0.03/1.00 vMB 205
128,574 128,574 0000000000000fa9f4550924bb9e333ae33b9a17aceb51a98447a8b2807822af 40 0.02/1.00 vMB 815
128,573 128,573 0000000000001474c63a4f52de4b773330b53e274d0cc8796fdb4829f179fec8 16 0.01/1.00 vMB 465
128,572 128,572 00000000000007ac4e3cf80bcbf0d0681ac7bcf3879db29f15c3d56547700748 20 0.01/1.00 vMB 1,013
128,571 128,571 00000000000006000a78c1c1507c6e8b3c7f05067e3cd205852110b30b15844b 16 0.01/1.00 vMB 539
128,570 128,570 0000000000000fc0517e0f649469315044b408e682c05d3c234a65dcf30f2601 12 0.00/1.00 vMB 213
Previous 10 blocks ↓
Total Size: 780.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 527.76 GB
    • Received: 5.54 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.