Loading Tool

Explorer IconExplorer

Memory Pool

36,248 transactions
26.15 vMB
0.06987361 BTC
Random Selection Loading Transactions
Max Size: 133.26/200 MB

Candidate Block

Mining Attempt 4e6b83615089dd3d96ab4774015a392457aca22f57ae42b4dff69f458ee5c4c9
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 25fd539441d2abe7ca1455a034970a8da3686385fec9e6e0345275863336dc74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,352
Size: 1.00 vMB
Total Fees: 0.02145379 BTC
Feerates: 120.00 > 2.15 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (165,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
748,715 748,715 00000000000000000004c7b48a012f13a430b3a1641abdbcfbafab517e53c907 3,443 1.00/1.00 vMB 32
748,714 748,714 000000000000000000017e9b80010cb74f2ccdbe48a3f9798dbf883ddb4cc880 2,431 1.00/1.00 vMB 29
748,713 748,713 000000000000000000010906d3c85e014aa6f866f6a0cd4f1dca2b348d4024a5 2,685 1.00/1.00 vMB 25
748,712 748,712 00000000000000000009d583f2996e6720bc8b8cf8e717320353b3b0e24e1d6a 2,064 1.00/1.00 vMB 30
748,711 748,711 00000000000000000009d72cbb99a2d4331ffb46073c805b6db85cf2b77061e0 3,049 1.00/1.00 vMB 23
748,710 748,710 000000000000000000077f33ee3637697e7878ad4b49853fed3a22e2d55e6a71 1,423 1.00/1.00 vMB 28
748,709 748,709 00000000000000000009be3d846e337fc376998c1b46191a62937dd0e7d64a88 351 1.00/1.00 vMB 26
748,708 748,708 000000000000000000081f0debd74bdbb7001b930ec1a223ffd6a94ac4d2a1db 1,370 1.00/1.00 vMB 30
748,707 748,707 00000000000000000002b0d95411740472fb315594d1f4e679f49f3e092e26e2 1,779 1.00/1.00 vMB 36
748,706 748,706 000000000000000000040f366098953ce30482a9cf345e9613aab59d9c9936d4 3,412 1.00/1.00 vMB 26
748,705 748,705 00000000000000000005e5f0653143c49b7bc36b874b5dd13e917cfb235bf5f5 2,491 1.00/1.00 vMB 31
748,704 748,704 00000000000000000009f2fa4d9b53ead66d3e5ba3b5aa0c30ce1b991d6933b3 2,295 1.00/1.00 vMB 34
748,703 748,703 00000000000000000009fab503811891616c15418cb2835118bb3d5ea199979f 884 1.00/1.00 vMB 29
748,702 748,702 000000000000000000011104880fc333251c46e3726092f936321cdd5faec319 2,599 1.00/1.00 vMB 51
748,701 748,701 00000000000000000003bf1cb522eb4e2c539922d5da7c5a9af03e1ebc21e7ee 1,542 1.00/1.00 vMB 39
748,700 748,700 00000000000000000006bfbbe5d0543d6393d0ea350a37085fdd46944c2cb224 1,457 0.68/1.00 vMB 11
748,699 748,699 00000000000000000009c5689f6347a89ee0006d6356144197277a423ec1a785 1,880 0.99/1.00 vMB 5
748,698 748,698 00000000000000000000d1817310aadaaa6225a1b2cab28ebddc1d69854baf95 3,180 1.00/1.00 vMB 21
748,697 748,697 00000000000000000009ef9fadf17f2d4aad95668bac5674a3195ba617968545 1,405 0.78/1.00 vMB 11
748,696 748,696 00000000000000000005061e1076653a1a76df25b478901f57cc1de0008f5c00 873 0.53/1.00 vMB 6
748,695 748,695 00000000000000000007c8e5ae83acab1da248a3cd952f973d5e04d1d294d03b 2,656 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.