Loading Tool

Explorer IconExplorer

Memory Pool

58,292 transactions
33.99 vMB
0.10151782 BTC
Random Selection Loading Transactions
Max Size: 179.48/200 MB

Candidate Block

Mining Attempt b16f649a46033299c8e6c00c722707b284d7086705e235c5ec83af25f63cbd33
Version 20000000
Previous Block 00000000000000000000a428116a579a7d2c3b0deb2024b01b2e3eeeaab5f56a
Merkle Root c8c30e726a164145974e6456581b0997f3244568d562105ea4d9e49db26026b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,908
Size: 1.00 vMB
Total Fees: 0.02373178 BTC
Feerates: 62.68 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,426 (797,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,190 117,190 0000000000001346f20ced7994584a6739280eb9246f20f02fe04a28382d08ab 11 0.00/1.00 vMB 351
117,189 117,189 000000000000c224283ac0c1dbdc9ac74584a2075cb17b0def0b1a3c3c8df034 12 0.00/1.00 vMB 323
117,188 117,188 000000000000b5e56bc510b536b5f628a2d17274ffe0ca9e8b2414860d4a092b 8 0.01/1.00 vMB 539
117,187 117,187 000000000000cb473deb95c150662e14648f3bc9600c34a05f9236e65b133d87 17 0.01/1.00 vMB 0
117,186 117,186 0000000000006741ab79763156adea5d5205fbc2c8b77d360b963a5f40f020ee 15 0.00/1.00 vMB 1,689
117,185 117,185 0000000000001aec51ec87a319c121017933d3fb47d3ef05aa6d563b5062de5a 12 0.01/1.00 vMB 614
117,184 117,184 0000000000002d02b499d4b7d423f0f7d4577d3ab4bc1416bbc9a5d54d7d40af 12 0.00/1.00 vMB 0
117,183 117,183 00000000000095f8c7d51914028904e2a45c0265f72280fe8325a8a468f69441 10 0.00/1.00 vMB 597
117,182 117,182 0000000000009b89f9ba818c294b7fd969728c96ef77de07f4e55d41c4e4e787 9 0.00/1.00 vMB 284
117,181 117,181 000000000000921946e25ce7ec7045e24cc7e76c9d621a8249f8e3494f309e80 1 0.00/1.00 vMB 0
117,180 117,180 000000000000bdd7a3f0b3129fcdff6bb7394504ce74fa722c861eac55bd7e99 9 0.00/1.00 vMB 0
117,179 117,179 0000000000003dbd431b037ace9c70a81a0b77fafa6d8c8c77f80895af0f5233 10 0.00/1.00 vMB 624
117,178 117,178 00000000000031d4bd7148582087294c3102c6f79f47bb3487c4fd8484313772 7 0.00/1.00 vMB 0
117,177 117,177 000000000000944524c3a0697e756b3fd45e18ea3c7f04bc036834628eab4e0d 5 0.00/1.00 vMB 0
117,176 117,176 00000000000024d37be3555632534d95071722909b356a1c66a6e00b5f22884b 10 0.00/1.00 vMB 416
117,175 117,175 00000000000017dea9189960ccb03dd8de3d84458a2db392725c0bcb9e5c7358 6 0.00/1.00 vMB 0
117,174 117,174 00000000000022e0e2fae3100efe91c6fac8a538b07e6e4566c39467ef8dd4c1 5 0.00/1.00 vMB 695
117,173 117,173 0000000000002d36ea62069d01414994a3b481c18f0ebc0e2c08239f3949769e 6 0.00/1.00 vMB 701
117,172 117,172 0000000000006b5eb412789746062ca4c7e988742054f063ebd4a060950f2c83 7 0.00/1.00 vMB 641
117,171 117,171 00000000000037da537169e0d963ea100d10bb57481081d73d9a1adc521e26cd 2 0.00/1.00 vMB 0
117,170 117,170 0000000000000a29d82bba0729863cffd1cda2e75643bad841f3ee3b8cd7ca34 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.36 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: 602.19 GB
    • Received: 10.35 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.