Loading Tool

Explorer IconExplorer

Memory Pool

71,902 transactions
27.81 vMB
0.06075352 BTC
Random Selection Loading Transactions
Max Size: 164.98/200 MB

Candidate Block

Mining Attempt 1861f51e6e85d266eb97a96efdb461a1d31175d0e39f4e827cedffb1c8247ccf
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 28d4a7068d2f2f712934656abe116458237beb2bdf4b2684596b6487b523fcba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,920
Size: 1.00 vMB
Total Fees: 0.00500419 BTC
Feerates: 49.26 > 0.50 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (296,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,478 618,478 0000000000000000000efe69d554697dc9e342475e4c71cb95f3f29ee4a9863b 2,764 1.00/1.00 vMB 8
618,477 618,477 000000000000000000028287fc14088eb9117a355b26c342b2afee7f36705507 3,109 1.00/1.00 vMB 18
618,476 618,476 0000000000000000000df0a5e60d527bf1c275dcc809bca6dae207ae17bd1f49 2,472 1.00/1.00 vMB 6
618,475 618,475 0000000000000000000b2ec9d3a85021ffc8b729fb24dc7970d3b1bde89efcd9 2,682 1.00/1.00 vMB 9
618,474 618,474 00000000000000000003e6c5df66c185aff5d3f660e782d960c8957d84f4741a 652 1.00/1.00 vMB 12
618,473 618,473 0000000000000000000da198de32adec1fe767d548d5ba478f3bce344e1dbb88 3,318 1.00/1.00 vMB 29
618,472 618,472 0000000000000000000df622066d24e1052193e2357c92c78259fd62d4786922 2,955 1.00/1.00 vMB 25
618,471 618,471 000000000000000000026d72b69a437c5d7a3f23542b928a2493a5710b759082 608 1.00/1.00 vMB 14
618,470 618,470 00000000000000000002aa1f624fa9377b1534f5ad416506db1be27dc76691d5 1 0.00/1.00 vMB 0
618,469 618,469 000000000000000000114bde52145d81c7eabceaf7f2e888aec74b5683e0a4d9 981 0.33/1.00 vMB 18
618,468 618,468 0000000000000000000cbadcb273c37a145ee4799651de35228295ec106e21f4 1,954 0.57/1.00 vMB 20
618,467 618,467 0000000000000000000450ce854fd2a90dc7f4f25540e57d7ca3417179b6c81d 3,114 0.88/1.00 vMB 4
618,466 618,466 0000000000000000000a21ea0dae3b98418e85e7be1a7afd5cca9f9d0296d58c 2,940 1.00/1.00 vMB 16
618,465 618,465 00000000000000000003aa541e724772ff1d6de5a65e8d31e2117688c9fa516b 2,429 1.00/1.00 vMB 24
618,464 618,464 000000000000000000113ff92747c4dbc06a9f48f7020909314bca044f7526ab 2,635 1.00/1.00 vMB 7
618,463 618,463 00000000000000000009f97c4a4e8d4c2b2e49df2809ec6067fcfdc13d6adf54 3,049 1.00/1.00 vMB 25
618,462 618,462 0000000000000000000be0ddb40bca63a01e99f46d1b7ad320a3ac251f0ce429 1,727 0.53/1.00 vMB 18
618,461 618,461 0000000000000000000d01eceb3c55902b169695dccda4fbf86e01f7e007f687 297 0.10/1.00 vMB 20
618,460 618,460 0000000000000000000de2e339f1785b5406734e3989d68aa8a0ca9ddad6e57e 55 0.01/1.00 vMB 11
618,459 618,459 0000000000000000000a9429b3a6e50622aaccb76ce3b4a1deaabc215f8b32b4 1,150 0.38/1.00 vMB 19
618,458 618,458 0000000000000000000bb4aef99fca460a498fb508eac89cb6fabed546b029fe 190 0.06/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.