Loading Tool

Explorer IconExplorer

Memory Pool

45,305 transactions
30.35 vMB
0.08899029 BTC
Random Selection Loading Transactions
Max Size: 155.91/200 MB

Candidate Block

Mining Attempt 0a25c34bbaa21c725d7f8002172655258a424fa34586272bc6e0d11203d80604
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 58539cb55b234cec2d114e5fc440c7650fcc5107ed1b0ac1e8a6c845c0a72ec9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.02470418 BTC
Feerates: 77.10 > 2.48 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (481,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,788 432,788 0000000000000000024fd00b4a0c62fcb109cdd18532da4eaf3874bde6c6f5d8 1,527 0.98/1.00 vMB 43
432,787 432,787 000000000000000004161e216d32806d7504331bdcab3ea6f19ea1de60fd8e7f 730 0.73/1.00 vMB 24
432,786 432,786 00000000000000000147f9151d5d46f68d666942f4618b34f95cb8e798081738 2,298 1.00/1.00 vMB 56
432,785 432,785 00000000000000000183a7334fd8a335d7a578db3c0093d9b07d74c9f3847682 2,514 1.00/1.00 vMB 63
432,784 432,784 000000000000000002bc145f4224748ab567d06cd9c18b4c8021adf788625b4c 1,662 1.00/1.00 vMB 70
432,783 432,783 000000000000000001383bcbebf081672d3f9a5fead127eee5ff1f3e9269e1d8 386 0.99/1.00 vMB 9
432,782 432,782 000000000000000002e5d56f6ba85c8b3290e13e5a5668ae2a3f3a4887959e07 989 0.47/1.00 vMB 55
432,781 432,781 000000000000000000151848ddf7077a54f0f8aaa1e8f4a8a6e7bd75f1e46f34 775 0.36/1.00 vMB 57
432,780 432,780 000000000000000001914b0b1a84ce45b6bdd70e8913032e843733952d22a796 903 0.99/1.00 vMB 21
432,779 432,779 000000000000000003ff26a50d22ae5d7f45433a4113533aa2e16624a8882c79 146 0.08/1.00 vMB 40
432,778 432,778 00000000000000000111e19f783020dcec95fd6da6291c2030dac5f71bb8cdc6 91 0.07/1.00 vMB 59
432,777 432,777 00000000000000000180750cb8c74e515e88c716f2221987be2c6ca6e02d6e3a 1,367 0.75/1.00 vMB 47
432,776 432,776 000000000000000000f6fd13203d08106871d7607d520f6f4b4e8089a97b5d9d 2,474 1.00/1.00 vMB 61
432,775 432,775 000000000000000000191ff9f8d7b15e47f4c4f47a8713837806713232f249bd 1,676 0.75/1.00 vMB 56
432,774 432,774 000000000000000001ea5131bb8326ad1c0936924ede14b778837ef0148472f7 392 0.17/1.00 vMB 60
432,773 432,773 0000000000000000001591b1ab74c9e2ec87a9e9fde5cdd7f679434ef9573178 558 0.24/1.00 vMB 59
432,772 432,772 000000000000000002667b920484e5b90281a05ae7e3428806a649a839250b9a 809 0.35/1.00 vMB 54
432,771 432,771 0000000000000000007a0f88e3a0fa8c3769ae4ee7d882a7df62898cb289c332 2,533 1.00/1.00 vMB 63
432,770 432,770 000000000000000004147dda6f7ffc8fbf46348328bab8485da8896d80710bbc 70 0.08/1.00 vMB 25
432,769 432,769 0000000000000000015562ec619ce16977de70e22bb9bd04b57ce963ed3a18fa 1,126 0.99/1.00 vMB 28
432,768 432,768 000000000000000000987a909e5fa9bf4441e3e814d1c2e2d3b6909fc18b2545 1,576 0.99/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.64 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: 626.61 GB
    • Received: 11.68 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.