Loading Tool

Explorer IconExplorer

Memory Pool

36,904 transactions
27.77 vMB
0.05882380 BTC
Random Selection Loading Transactions
Max Size: 140.33/200 MB

Candidate Block

Mining Attempt 779d3fa0448a8bcd48b1e3e8bb25fda6580751709592c606d2eeec7ef6c0bd6d
Version 20000000
Previous Block 000000000000000000020abe907a711cd23f00089985aa7a1746960afc1ae162
Merkle Root 826689944928ba76d9a39c07cec660e7e97acef388cac271ffda6d7966c75cca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,902
Size: 1.00 vMB
Total Fees: 0.00597456 BTC
Feerates: 201.37 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,602 (166,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
748,429 748,429 00000000000000000005354b6b82167ddc5e0af4d7527b1243fb66bda2b8646c 1,565 1.00/1.00 vMB 5
748,428 748,428 00000000000000000004efc62c6395f742b5759512abdcc1a2d124eb64751cc5 3,490 1.00/1.00 vMB 8
748,427 748,427 00000000000000000002eb5c5c7d80c60cc33d681db7333ac6ada7f92ba8d66b 1,961 1.00/1.00 vMB 6
748,426 748,426 000000000000000000059baa1f38788116ff639ee93858536e8aab3d9da3da70 2,657 1.00/1.00 vMB 18
748,425 748,425 0000000000000000000000c324b021bb5d741b28a78422282d18aa585c66e8e6 1,986 1.00/1.00 vMB 16
748,424 748,424 00000000000000000004233bb74459fd63e8d680d715e1a7c52bf6759e85b2ed 3,403 1.00/1.00 vMB 20
748,423 748,423 00000000000000000006f489496c1d9664d4068a45debb14a22e72e054690595 2,285 1.00/1.00 vMB 26
748,422 748,422 00000000000000000002f768f9196b5b7595c349d79794699125ede47c99e99b 2,843 1.00/1.00 vMB 18
748,421 748,421 000000000000000000028cb9e85b61aab86002c9d3f18a91dae2baa3afa0fa35 3,358 1.00/1.00 vMB 12
748,420 748,420 000000000000000000070947d5e331d65d2421bfd5df9d75a3d6f8816a2d4f7e 3,141 1.00/1.00 vMB 12
748,419 748,419 000000000000000000005c37ffc2e75df775fe423b767793614d1555fb0a13f1 2,931 1.00/1.00 vMB 12
748,418 748,418 000000000000000000058f902b43ee2bd5248f4461843467d2fdbc836d5bce42 2,000 1.00/1.00 vMB 13
748,417 748,417 0000000000000000000216ad35b928a98b8b98513fc0760acd0a6db85532d7f5 3,454 1.00/1.00 vMB 27
748,416 748,416 00000000000000000000ded4c1375f03ca96d8a5884800aec4cfa700d6c3d170 2,370 1.00/1.00 vMB 22
748,415 748,415 0000000000000000000070f2239730dbf7d7995658ea0fb058f2ea98792e8d9e 2,348 0.81/1.00 vMB 13
748,414 748,414 000000000000000000030967bd35ec9f72259fb95dca953c1a9ba4ae542a5f73 1,252 0.60/1.00 vMB 7
748,413 748,413 000000000000000000069e2b36357184956229e71453c98659fda0b1917ecd98 2,394 1.00/1.00 vMB 13
748,412 748,412 00000000000000000004a1c113b1abc4be4d1b5fe77a0e7577ce62694121143a 1,602 1.00/1.00 vMB 2
748,411 748,411 00000000000000000008f7e674ca9ae909a3ee8d21b4ebcf857469310007e78e 1,749 1.00/1.00 vMB 6
748,410 748,410 00000000000000000000d005f8a144ca2d6b0c8069a7033c4a06da18a511000d 1,922 1.00/1.00 vMB 14
748,409 748,409 0000000000000000000564b84c79c3b32397a1cfe4b6f3b94073b314911e9c0d 135 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.69 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: 628.73 GB
    • Received: 11.82 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.