Loading Tool

Explorer IconExplorer

Memory Pool

37,626 transactions
19.03 vMB
0.04336566 BTC
Random Selection Loading Transactions
Max Size: 105.35/200 MB

Candidate Block

Mining Attempt 1c72e2d059839010f0bd4fb3cb3e918ea6c14912cfc972cbcbc303041e20e126
Version 20000000
Previous Block 00000000000000000000750cda13cb2faf3c1a95cd574d16602cff3e58023ec1
Merkle Root 04cd5ae0df14ff93f46eeedd57da6296363f1369e80e300bed9e6345d2f2e10e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,670
Size: 1.00 vMB
Total Fees: 0.00676919 BTC
Feerates: 139.41 > 0.68 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,958 (785,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,594 128,594 0000000000001a7dcac3c01bf10c5d5fe53dc8cc4b9c94001662e9d7bd36f6cc 93 0.03/1.00 vMB 7
128,593 128,593 000000000000166d87b745a1d2af24f51c4b98021f8c027954711ce45f2024b3 70 0.04/1.00 vMB 1,018
128,592 128,592 00000000000012639731801c42678d286e461b095184990a7c765f87d97edb09 128 0.05/1.00 vMB 291
128,591 128,591 0000000000001371f88aad464dcc99fcc490d5bb52465c15a2b0296f092584e5 46 0.02/1.00 vMB 1,032
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
Previous 10 blocks ↓
Total Size: 780.53 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: 535.67 GB
    • Received: 5.92 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.