Loading Tool

Explorer IconExplorer

Memory Pool

80,410 transactions
30.51 vMB
0.09078918 BTC
Random Selection Loading Transactions
Max Size: 185.45/200 MB

Candidate Block

Mining Attempt 5b4ba5be2cc7e0ff2be517af1c47f9dc0570cde02bbef9fe3ebb0324a84f2b9f
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root 6f1f87a22e223d606fef4eaf78a7cad4053209925d89ac950a6dc05cb8bbbebb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,885
Size: 1.00 vMB
Total Fees: 0.02133992 BTC
Feerates: 203.60 > 2.14 > 0.91 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (113,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,516 801,516 00000000000000000003ad9b5c2781863fd3722e22eb5af9cca76d241a29cad1 3,297 1.00/1.00 vMB 16
801,515 801,515 000000000000000000044fd0a9b3703fbfc198d094b1ef88ce39f9f8b3cb2441 2,982 1.00/1.00 vMB 10
801,514 801,514 00000000000000000003847a1e4d5e72d72585bef510fdb8a034864b439188d9 2,995 1.00/1.00 vMB 10
801,513 801,513 00000000000000000002b88c17790f1d873082676482879193c73eaf1f538f09 3,250 1.00/1.00 vMB 20
801,512 801,512 000000000000000000030520024f620a1f422dfb59456ade1a726502e530aded 2,046 1.00/1.00 vMB 24
801,511 801,511 00000000000000000001e2229d30a607e941ba9cce5c442ac14b5c5b4edcdc42 3,116 1.00/1.00 vMB 13
801,510 801,510 00000000000000000000d15415c8816dc47ec247b73063df855a5a8839cc6150 1,592 1.00/1.00 vMB 12
801,509 801,509 0000000000000000000424d7733a3262abc470560147ea0bf3b53e0cc3f3d597 1,853 1.00/1.00 vMB 15
801,508 801,508 000000000000000000034516b52df75c2f403ee739caaee4816d314f9c07b5f9 3,398 1.00/1.00 vMB 23
801,507 801,507 000000000000000000003cf353c81033ea4cecfdc85d3fa072642f8c7bda3c4a 1,846 1.00/1.00 vMB 19
801,506 801,506 000000000000000000029bab05efefe6bddcfef6c2e6979abb812c468536599a 4,524 1.00/1.00 vMB 12
801,505 801,505 00000000000000000004037a89a7c7ba58227f159181793c8af48c830668d840 3,749 1.00/1.00 vMB 15
801,504 801,504 000000000000000000044e14ed572a749036548d935f4eb3b0f4f9d953e9a4e0 4,377 1.00/1.00 vMB 15
801,503 801,503 0000000000000000000300caa78d9adc0e9a63ea686aaaf0762abeafde170cba 3,709 1.00/1.00 vMB 21
801,502 801,502 00000000000000000004e4e60a496fa5b40f8ffc507c9850c3a9b02b0cf090e4 4,009 1.00/1.00 vMB 20
801,501 801,501 00000000000000000002f12849a2e38e4e5653315eacec96a74665cd08cbb4ce 5,411 1.00/1.00 vMB 19
801,500 801,500 00000000000000000003edd88fb40ccf5a1710180363b142c5a18377b3751047 3,549 1.00/1.00 vMB 15
801,499 801,499 0000000000000000000012e6a70f46884edab501aec2e224e70a1b0063f5b94f 3,254 1.00/1.00 vMB 18
801,498 801,498 00000000000000000003c695c1acc1deba8499af1d024eff3baf390f0e55d729 3,202 1.00/1.00 vMB 32
801,497 801,497 000000000000000000051c9111feacdad4f598a0ddcb33c0c2a5ddfab8eec453 3,136 1.00/1.00 vMB 21
801,496 801,496 0000000000000000000123d66c8bcfd14b73c0416f502a07f60c513729e8728d 4,408 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.07 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: 720.95 GB
    • Received: 18.33 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.