Loading Tool

Explorer IconExplorer

Memory Pool

80,731 transactions
30.11 vMB
0.07214443 BTC
Random Selection Loading Transactions
Max Size: 184.86/200 MB

Candidate Block

Mining Attempt 35d2ff578cdc261be9da17494d81ce0db43aaeb6ac41e0716ebcd76750a9fca2
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 0d6e329c62de2067b48a14cef1adc824ccf8855c518f48b99c435c7a390d8446
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,346
Size: 1.00 vMB
Total Fees: 0.00536780 BTC
Feerates: 100.00 > 0.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (493,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,035 422,035 000000000000000003a3c36518a13f4c6f7bedd711ee9e640ee5b653dacf9431 1,182 0.58/1.00 vMB 39
422,034 422,034 000000000000000000bf810f475c87d0eee58c14af30e5f9b96eb0f0d6563693 2,524 1.00/1.00 vMB 71
422,033 422,033 00000000000000000210b85c008af3ef580840465b2c3c80b3574d5a28b6b4df 1,067 0.99/1.00 vMB 31
422,032 422,032 00000000000000000039b910f7c91646be81cbef886009e904b8096092be2c58 175 0.07/1.00 vMB 53
422,031 422,031 00000000000000000027480ec66b49a4a63e5b0a01a4ccc7112e3e77419ddada 1,614 1.00/1.00 vMB 44
422,030 422,030 0000000000000000010867ffc428d42e81bc78e4dd554528982056bd8903e3f8 1,960 1.00/1.00 vMB 42
422,029 422,029 00000000000000000029535b051645e634950cc360dba599a303134c629c6bba 2,228 1.00/1.00 vMB 43
422,028 422,028 00000000000000000132c7fce739b11b48423abd8bf1d0f444b31e3abb21d41e 2,862 1.00/1.00 vMB 95
422,027 422,027 000000000000000003b2a3dae0791ae5950bfd6cd1162c7fcfccd89b60c0b8ba 2,212 1.00/1.00 vMB 63
422,026 422,026 000000000000000001415e92973030858c7013dfda461ddd75b01ef766114adc 570 0.98/1.00 vMB 13
422,025 422,025 0000000000000000046759d8f599c3cbb7bee89369777fccc2186d5213a3966f 1,287 1.00/1.00 vMB 23
422,024 422,024 000000000000000003b74a17ee5b18fac6085881a732ac0d2478d26cb188a832 2,612 1.00/1.00 vMB 74
422,023 422,023 0000000000000000051c6ff5207c2be1ccf162f2b39a8454f89ceac371223bc9 1,780 1.00/1.00 vMB 39
422,022 422,022 0000000000000000044bdac3bd0eb492b5653d2df02b771a517026d8ba1bb985 1,973 1.00/1.00 vMB 83
422,021 422,021 00000000000000000067de0e04154785187bb387854d73377a3adbf7bb209b7e 2,182 1.00/1.00 vMB 56
422,020 422,020 0000000000000000043788be5780c2f60791cf9fbbc8a7967df6cae7aa3f0041 1,595 0.66/1.00 vMB 55
422,019 422,019 000000000000000003c5b5c90363a209ea37576a7c287ddeeed245d84e2d696c 1,331 0.53/1.00 vMB 62
422,018 422,018 0000000000000000035c5195f3e1d315a31e97fa67c19d7e1acfdd96cd45d3f9 140 0.98/1.00 vMB 2
422,017 422,017 0000000000000000018283e4b9f795f78424c4a3f61bae8826b30ab0ec0878fa 1,542 0.75/1.00 vMB 58
422,016 422,016 0000000000000000017c84a96e8638acd8f707b7850f0441a71ef039f943dd0c 34 0.01/1.00 vMB 67
422,015 422,015 000000000000000001cc961a20b19a0270a54f2b38de35f470996333993f9697 1,364 0.98/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.