Loading Tool

Explorer IconExplorer

Memory Pool

80,810 transactions
30.24 vMB
0.12059782 BTC
Random Selection Loading Transactions
Max Size: 181.36/200 MB

Candidate Block

Mining Attempt 2c7a63e72dc86e022c4cc6b8ac9c4352ec3c4e46ca3bfd44dd9242519ff22008
Version 20000000
Previous Block 00000000000000000000c28f97d0d0f6d7014302f0ff4cb1282347d049fef91f
Merkle Root e704d8c7048881cc3e86f532d43b5548483c79579b60f375e4552bd9f8aa6874
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.03781527 BTC
Feerates: 200.00 > 3.79 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,593 (661,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,853 253,853 000000000000002161b5e635705b71c7b2cf55fb4a7682ae0237f9237669f255 421 0.21/1.00 vMB 124
253,852 253,852 0000000000000001d9fbfb2b6c778c96f525c9b08cb6b4bc8e134177567c90c3 1 0.00/1.00 vMB 0
253,851 253,851 0000000000000005d580e03719fcd2c012580c2f5bd48006013b5b782caff10b 408 0.20/1.00 vMB 107
253,850 253,850 000000000000000246828ca019960d9a05bb3b7f40268f0cbab6bff5cfdf41db 130 0.06/1.00 vMB 63
253,849 253,849 0000000000000020d9d37095e0883b9f9ca6c99379f4411a983800c5a4bc6b71 188 0.11/1.00 vMB 75
253,848 253,848 0000000000000017c5ccbbd09d201d34f61f41319e79d47c9327408a4bda58fe 136 0.09/1.00 vMB 27
253,847 253,847 000000000000004a71e6b9f8fe598edae9a8f0f917ee273a3220de0aea045b3f 128 0.05/1.00 vMB 88
253,846 253,846 0000000000000052a7eceadd65f7f9ac457b8fac54662feca6750d8d12764b7c 652 0.25/1.00 vMB 36
253,845 253,845 00000000000000352107175ed5dcfb6450c4fdb9d3fa6ccc10dc27497cd51c92 107 0.05/1.00 vMB 124
253,844 253,844 0000000000000053f4f8a0b14c87cc9bd42de9f972bace37d3cfa1c5dcb31698 656 0.25/1.00 vMB 120
253,843 253,843 000000000000000b822c4db940d07eb448a75c50cfd759eeb7b79ae0718128fa 158 0.15/1.00 vMB 94
253,842 253,842 000000000000000a4a6586479f5a52638bfd772fc3d21069ed14808ef1354fc2 746 0.39/1.00 vMB 95
253,841 253,841 0000000000000002ae4afa2ad3e940da0c18c408f3d79f2362fd8e175b33280e 51 0.03/1.00 vMB 74
253,840 253,840 000000000000005371ee362570458d46faccca468950eb2d2d4303ecefe2b2dc 115 0.07/1.00 vMB 79
253,839 253,839 000000000000001c6a3f35f2decdbc77b1bdad4394ceccef31b47feb403fca50 215 0.17/1.00 vMB 57
253,838 253,838 00000000000000098a1fbbba6f7f3f4900fd83529208eb6f62f6ccbcf137e13b 512 0.24/1.00 vMB 156
253,837 253,837 000000000000003076ab13f008866683c9d7617f4b7d1ebc383126884d694750 100 0.05/1.00 vMB 60
253,836 253,836 0000000000000008d206961e788884664500c02346f1c45227eae110833d408d 511 0.21/1.00 vMB 151
253,835 253,835 00000000000000182d0559b095c69c4c08ebde5bb5022ff5b3a086459531ec4c 48 0.02/1.00 vMB 84
253,834 253,834 00000000000000142be22e5382a7b3a3e4f3438b4584e9482c5cc53ee06980da 304 0.13/1.00 vMB 139
253,833 253,833 000000000000001f14e1bb7b5f2d91238c0846a8a0c494793653afc3bc0c34d1 256 0.14/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 783.42 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: 770.43 GB
    • Received: 19.87 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.