Loading Tool

Explorer IconExplorer

Memory Pool

73,537 transactions
28.11 vMB
0.06667044 BTC
Random Selection Loading Transactions
Max Size: 167.22/200 MB

Candidate Block

Mining Attempt b54295376dee695500d5092163f98dc4440fc1b5098850f5aeb655d98f38b39e
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 89af98f1a0e549e48af45fc0190ff043fd8d3166c864da93a1e74e52aa95689e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,179
Size: 1.00 vMB
Total Fees: 0.01049986 BTC
Feerates: 101.62 > 1.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (224,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,036 691,036 00000000000000000002a450be5c3ef435abeeddeb57f9b05b387688c5b2705a 2,631 1.00/1.00 vMB 30
691,035 691,035 00000000000000000008e39619b9045422301de194b2be1f3cd3fd5ffa2dd475 2,683 1.00/1.00 vMB 47
691,034 691,034 0000000000000000000ecce4f364db5dc18952b79303f09aed7e1933c2a117e8 2,818 1.00/1.00 vMB 11
691,033 691,033 0000000000000000000481a6b4d8b5ed1e4921adccca059b41ed5e4170f6ca4d 2,776 1.00/1.00 vMB 43
691,032 691,032 00000000000000000002da04a8f220440f01552e96c82a099ffc5cbad290baee 2,947 1.00/1.00 vMB 19
691,031 691,031 0000000000000000000c0942e2c958b89d1f5e163bb8d13a47dbc0ad7d0a5a39 1,023 0.40/1.00 vMB 23
691,030 691,030 0000000000000000000c9848a9b9579ea9611161e1029107f370238a9c7396b9 841 0.56/1.00 vMB 12
691,029 691,029 00000000000000000005ef1af69926daa3bc5e616b8ffee0e4acb0f548e37f61 413 0.12/1.00 vMB 20
691,028 691,028 00000000000000000000a5d370d626d80e90078b907ed9550e66531126d841f4 581 0.53/1.00 vMB 4
691,027 691,027 00000000000000000009a3b17d529e8f59f07de3003235fb7a0fac9a6189cbde 1,161 1.00/1.00 vMB 20
691,026 691,026 00000000000000000011919b2e4845879788b292769785ecaaa9341e9ef10971 118 0.12/1.00 vMB 13
691,025 691,025 00000000000000000006c3a1191f0edd1db1cd6a5cbc15bae9e1b2bb8a4aa0a0 316 0.18/1.00 vMB 50
691,024 691,024 0000000000000000000e734dd19ff59c8eb2a02786c6c629bffb46f0e14280c5 901 0.25/1.00 vMB 25
691,023 691,023 0000000000000000000cdaa9b4edce0075c212784d3d45222af0d4c27b9955bb 2,869 0.92/1.00 vMB 15
691,022 691,022 0000000000000000000fc6e11ac4be8dcd49fa680abba1ab6e32d51b1b2e7b67 2,403 1.00/1.00 vMB 32
691,021 691,021 0000000000000000000ee20aad6ce47fea429dad6b7578ec84ddbc6c839d058c 554 0.26/1.00 vMB 37
691,020 691,020 000000000000000000016d69a7d43b9866c8474a4fda24841ab40ddb6ae22810 2,109 0.67/1.00 vMB 9
691,019 691,019 00000000000000000003f7e5b543ed8dd63c2c9183ae70b03a28d6b1d2e0b1ac 2,749 1.00/1.00 vMB 17
691,018 691,018 0000000000000000000cbd7cb4a381a58d69e8f67e5ef861057e41fa78b0fc6f 2,326 1.00/1.00 vMB 12
691,017 691,017 000000000000000000106287b7424d9e9bac05ff046a0fcfbb478c55981671f1 2,291 1.00/1.00 vMB 29
691,016 691,016 000000000000000000081c067f1cc4f155f9b0e06e99f2a0d9653fde3f5d88e5 2,776 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.67 GB
    • Received: 15.54 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.