Loading Tool

Explorer IconExplorer

Memory Pool

39,414 transactions
26.92 vMB
0.06903949 BTC
Random Selection Loading Transactions
Max Size: 138.49/200 MB

Candidate Block

Mining Attempt 795a9f68b005b49ede015e373a46aa36d47ef6ecd47ccf199c1501219d356835
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 78b2c99415b8a11d07e6c573903fad86bcdf8def67200a6ddf51e596ab0697c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,645
Size: 1.00 vMB
Total Fees: 0.01849267 BTC
Feerates: 107.72 > 1.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (739,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,447 175,447 00000000000008db6ba8da935fc8f1ed9f45c56e5cb7b9477e3dde41aea00296 64 0.03/1.00 vMB 121
175,446 175,446 000000000000062c2ca0374f5352f4d84300950fb7f5a9c268905ca07709d8b2 18 0.02/1.00 vMB 52
175,445 175,445 00000000000009f2d9ec2b4c7966f06cbc8783cb836dc3432e3b17eac8e3848e 14 0.01/1.00 vMB 84
175,444 175,444 00000000000003db3f114322b3ab94430c3fac7eca3cde19f13a89191608cdd2 14 0.00/1.00 vMB 81
175,443 175,443 00000000000003d402bc2b7de8fd7d1a85a19848950f40769758527c0e22ec47 46 0.02/1.00 vMB 228
175,442 175,442 000000000000064002e3298066b3586a8a7e0fe2823a5798fb974666c8792f8e 17 0.01/1.00 vMB 253
175,441 175,441 00000000000007638938b045a9eb64a633570763cf8b9a8289a76017e179b22a 7 0.00/1.00 vMB 435
175,440 175,440 000000000000064abaaa3ab12108c705736e843e09a29bd410c4d981d6a81181 46 0.01/1.00 vMB 0
175,439 175,439 00000000000000055f83f0048b2bcc32f6b9509899329ffd4e5f1eda1477fa76 22 0.01/1.00 vMB 60
175,438 175,438 000000000000039dd897ef5c6350b980a1502aa0b8c769565d60a28c0b7d3400 31 0.01/1.00 vMB 274
175,437 175,437 00000000000003b2e918fb5adab8812f2dead42d263d23a0b36f5b4d5950fbbd 26 0.01/1.00 vMB 66
175,436 175,436 00000000000006532d75599b65ad63a20dca904cf2a707b5ed887abec1af89d9 37 0.02/1.00 vMB 62
175,435 175,435 00000000000001d6ecaba9921f0531f37973f6a3ff34e3eb6418677614df1e32 66 0.02/1.00 vMB 40
175,434 175,434 0000000000000548edc757142250b17d5b00e59a2de88ff756ad0e9fb103642a 149 0.05/1.00 vMB 26
175,433 175,433 00000000000003f299e7a7edbd5fa84a16ad3ab8c3e77dabcfbf03590ef61c32 83 0.03/1.00 vMB 20
175,432 175,432 0000000000000067dff73538ba93d582f2410613d05d064a0b1fb71e8263ff5a 68 0.06/1.00 vMB 130
175,431 175,431 000000000000050a345607021791d25550c6aeee5d8cf06ba8e324762a79cbd4 9 0.00/1.00 vMB 22
175,430 175,430 0000000000000036ccfe67a53ac37ccc5a4befdd4945b2ed5ce452513f21c9b2 82 0.04/1.00 vMB 169
175,429 175,429 00000000000004d81a1cbfea4354dcb52521ada72e1f9e266a0002aacfba1918 10 0.00/1.00 vMB 58
175,428 175,428 00000000000009908b7457db902bf1f9efae5f8a132e0e0fe4af46742dd149e4 37 0.02/1.00 vMB 55
175,427 175,427 000000000000060531c2fa5b88c07cef1060e0c698c68fab9ecd7ea681e3ff4a 11 0.00/1.00 vMB 473
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.