Loading Tool

Explorer IconExplorer

Memory Pool

75,895 transactions
28.15 vMB
0.08864918 BTC
Random Selection Loading Transactions
Max Size: 170.66/200 MB

Candidate Block

Mining Attempt 777e6b89f394563830e6f987c54d37de34fe2d0ebf8ea497bb9406428e4ddc85
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 95d607e0caf4f2b4555ce709b2a495e1c5ac66d2b4b4163b517eea36484c48b6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,642
Size: 1.00 vMB
Total Fees: 0.02792692 BTC
Feerates: 150.80 > 2.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (489,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,540 425,540 0000000000000000044c111eb38bb885d6812cf579d90d7301d6482cdce604e6 1,525 1.00/1.00 vMB 39
425,539 425,539 000000000000000002f482d6e43046acf4e38397c10103c5e6c62d9171416dea 2,618 1.00/1.00 vMB 73
425,538 425,538 000000000000000002653e980fbcff39e186cf34d898c4de4f2ac330c51d3959 2,006 1.00/1.00 vMB 68
425,537 425,537 000000000000000003fc1ac6c8e798d2a5cfcd64da643c9a8cd7f407ad48722e 1,337 1.00/1.00 vMB 34
425,536 425,536 0000000000000000028bf8d42e54b05ff8b5f03137c8260e4ed258487c6034cd 1,956 0.75/1.00 vMB 73
425,535 425,535 000000000000000004f521f545fb6ef836b9d400be4be83a5847c0ee0ed80f41 1,453 0.77/1.00 vMB 62
425,534 425,534 0000000000000000048484df7e9e2d2b4ba25764c8d2500629705eab2c009ddb 1,572 0.82/1.00 vMB 52
425,533 425,533 0000000000000000037cccf2089dc4b427b8729e020f9d6871db4d7565179538 2,091 1.00/1.00 vMB 58
425,532 425,532 0000000000000000002109ccd11cfd506a4faf3098a43a4dbf4dca0ad4d3226e 2,931 1.00/1.00 vMB 83
425,531 425,531 0000000000000000044f28d4bd6b15613362847f12ca962d7b32621eed9bad58 1,868 0.90/1.00 vMB 65
425,530 425,530 000000000000000003d42670cd367723abff5aa80e0d1893a33c7280ecd2b944 1,686 1.00/1.00 vMB 45
425,529 425,529 00000000000000000416b76303b53bd4da68285f762192de5e4fb326132d8e47 952 1.00/1.00 vMB 37
425,528 425,528 00000000000000000035bcf7e8f6c21bedc93800201c63c0f2ef902ca71aedf0 2,127 1.00/1.00 vMB 64
425,527 425,527 000000000000000003f87f2413986c18ebc2f629017a48fc748fdce8ce88e46e 2,017 1.00/1.00 vMB 38
425,526 425,526 000000000000000003531af064b4eaf3bcf57b00ee697bbf318272861820383d 2,518 1.00/1.00 vMB 69
425,525 425,525 0000000000000000012d1593054edb620aedb38c7f482b750ec6165b55dc3e75 2,305 1.00/1.00 vMB 71
425,524 425,524 000000000000000002c6201d24f14fccfbe10f3114825d7df8d5d9d16e889b54 2,692 1.00/1.00 vMB 78
425,523 425,523 00000000000000000022a4129366a9f14c077a0507eba0e147caf7f3c261a346 2,850 1.00/1.00 vMB 64
425,522 425,522 000000000000000000c7bf43e1fe4eb09a5f090755f42d89b531851f8e2d543b 2,595 1.00/1.00 vMB 79
425,521 425,521 00000000000000000250288eeff54aad8200053a2b356c324fac0caf32b3d7b6 2,211 1.00/1.00 vMB 80
425,520 425,520 000000000000000000de398b3c973e949f54c1af5871a2f91d524bc47d9337b8 2,017 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.