Loading Tool

Explorer IconExplorer

Memory Pool

80,006 transactions
30.16 vMB
0.07525981 BTC
Random Selection Loading Transactions
Max Size: 184.30/200 MB

Candidate Block

Mining Attempt 910c105277c0db358a570977a8903ce4147b5c451330c582e6f8c9b44e54c85b
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root bf9157b930d85067b455cf9f68e801068055bc5b46b124822d4872196b1b3bce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,421
Size: 1.00 vMB
Total Fees: 0.00803707 BTC
Feerates: 9.05 > 0.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (542,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,863 372,863 00000000000000000fe2115d7d6f6cec25655e2d38df1aa4c9f26b6ea23c4363 1,433 0.75/1.00 vMB 38
372,862 372,862 000000000000000004ba4f9486e5f957fa5162fc1de1bf57121192dcf7b48b24 1 0.00/1.00 vMB 0
372,861 372,861 000000000000000000d165f699a886fa9db466d0efe254774ba1751c80ec7ab8 2,285 0.95/1.00 vMB 54
372,860 372,860 0000000000000000109ede25cd1af810351a3fde3e51b04522a2ed68d22e99c3 855 0.56/1.00 vMB 32
372,859 372,859 000000000000000008aba16fce8b8f37b3ebe98ea78c22caaf5c8cb7beba6450 2,435 1.00/1.00 vMB 52
372,858 372,858 0000000000000000034a75c9f8e6184708257fab30f76df29b3d9026a8c79c47 578 0.33/1.00 vMB 37
372,857 372,857 00000000000000000e2224f4fb86ab221f5a7bca9aa92cb05eff71d649f276f0 1,050 0.42/1.00 vMB 45
372,856 372,856 00000000000000000066d20ace518166f2c655def018e07d2f725f1f746ac5f3 1,032 0.60/1.00 vMB 37
372,855 372,855 00000000000000000def511998d0d9d972d4c5bbd1b549bfafb8b2cb7fc43650 248 0.15/1.00 vMB 28
372,854 372,854 000000000000000008942b4f64181b2229237089a6ab2d909e3f87b91684dc1c 1,429 0.68/1.00 vMB 43
372,853 372,853 00000000000000000a0f74c40f8449917069e4725598df8651477940b8b838e0 205 0.14/1.00 vMB 30
372,852 372,852 000000000000000008b28adc597697cf130850fa8c774dd164724879b596cffd 271 0.18/1.00 vMB 36
372,851 372,851 000000000000000002811c811d0d43736f96d145b3e315ad0ea80f27e6b11323 263 0.17/1.00 vMB 22
372,850 372,850 00000000000000000c5def2e39bd9324a16ff85c789d59cf7cbfa1c2ae9e3a2a 450 0.28/1.00 vMB 32
372,849 372,849 0000000000000000054b15075ccd2cfd13abb4d90975f171cdff43ddf3fa73e5 735 0.37/1.00 vMB 42
372,848 372,848 00000000000000000d7d43350bbe7407da9be858ccfba0f2c4035c92106cf137 651 0.47/1.00 vMB 19
372,847 372,847 0000000000000000089f528ae3c0aa41ecfa6ebdeaf028eba30f623fc3664d6e 89 0.16/1.00 vMB 10
372,846 372,846 0000000000000000072d038faf386312d4427aed36e483ea27a347b26815e11d 698 0.45/1.00 vMB 27
372,845 372,845 000000000000000001f74c8b6cf86b966fcb6b169d1a25a8251bb89e6e4e4351 1,529 0.95/1.00 vMB 25
372,844 372,844 00000000000000000f716f11a00b174e9a2bca5dd649b0eb8d02c908c291e17f 1,793 0.95/1.00 vMB 45
372,843 372,843 00000000000000000c69430beea18c71be1d34114d7e1d4023dd1ffe1d9bc7f0 2,129 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 783.04 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: 720.23 GB
    • Received: 18.15 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.