Loading Tool

Explorer IconExplorer

Memory Pool

84,432 transactions
31.52 vMB
0.09854253 BTC
Random Selection Loading Transactions
Max Size: 192.24/200 MB

Candidate Block

Mining Attempt 6d5966859a297872831e6cd25a8db95b7d1a5735e7a6c68af95f100f2797b7d7
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 0c1c389e47ee46a861a6ecb2ac48b7a9ccb4e1c24b7fe0567e66ae7ac813c76c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,454
Size: 1.00 vMB
Total Fees: 0.02536770 BTC
Feerates: 150.77 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (321,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,551 593,551 000000000000000000021e1a85f4c627dbfcb367b8f7a8e3d9cdbeb84d6500a9 3,044 1.00/1.00 vMB 27
593,550 593,550 00000000000000000001dbc13d43622fcfa9747034d1d6eb0a4f137d9069385e 3,053 1.00/1.00 vMB 42
593,549 593,549 00000000000000000013bf4fed9a2dae2819ee40eb45c9006901d8076644a838 3,118 1.00/1.00 vMB 33
593,548 593,548 000000000000000000175546a8e7ba1bdc2518151defddd3e827937e9da6d34f 2,463 1.00/1.00 vMB 24
593,547 593,547 00000000000000000005f0b68224d2b1ed9c33fafa428eced976f2515438e55a 3,277 1.00/1.00 vMB 41
593,546 593,546 00000000000000000001c0234512f7b0c5cca9f826eceb5a06d29d95f6a75a11 3,370 1.00/1.00 vMB 46
593,545 593,545 00000000000000000010f260976ad77eb5aca83eb97b39a474c54e25d8e36182 3,389 1.00/1.00 vMB 24
593,544 593,544 00000000000000000014c3811ece5661a56d3480867489668645e0ff08069e1c 2,762 1.00/1.00 vMB 54
593,543 593,543 0000000000000000000d5a5ad18915fe74097448007d1bdc231e8d5e59ff396e 2,369 1.00/1.00 vMB 31
593,542 593,542 0000000000000000001158f5ae1e66a991b47985dfeff9d72c7343068fec7eb2 2,550 1.00/1.00 vMB 31
593,541 593,541 0000000000000000000f4047fed547074081a456591a05f7b8db93327f20bbf0 1,456 1.00/1.00 vMB 29
593,540 593,540 0000000000000000001592f74bdb97635d1dccebd1aef554d131f50d65c72e38 2,674 1.00/1.00 vMB 37
593,539 593,539 0000000000000000000999851ef12d154efb48ef9d36769665dbbcb1bea2288b 1,878 1.00/1.00 vMB 35
593,538 593,538 0000000000000000000410a23ca333438201321d5fa3318525d630e8643a5806 2,513 1.00/1.00 vMB 50
593,537 593,537 0000000000000000000e02cef1877e14ea35d09a0ab649752dccc54cb23866a5 2,347 1.00/1.00 vMB 45
593,536 593,536 0000000000000000001926b0aa451de3e7485cdd468b94852283ada069898d3e 1,320 1.00/1.00 vMB 70
593,535 593,535 0000000000000000000fca4ad171eea2a8d17831ac97bb91f21ceedd526cff15 1,445 1.00/1.00 vMB 31
593,534 593,534 00000000000000000001161b200e73732ee85ac24260cb97a0e5fd44b03fa59c 2,970 1.00/1.00 vMB 22
593,533 593,533 0000000000000000000db7c6f64d52730ffa0a78900f2dd4dd6e8eb7fb6f544b 2,741 1.00/1.00 vMB 29
593,532 593,532 00000000000000000016caf3cc539c784e8f94dfb033ed34ab27eed98d317bdd 557 0.22/1.00 vMB 16
593,531 593,531 00000000000000000000126b3297b353c66251f9879685fcee0b466400ebc730 2,295 0.74/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.97 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: 716.11 GB
    • Received: 17.78 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.