Loading Tool

Explorer IconExplorer

Memory Pool

89,357 transactions
33.08 vMB
0.21056458 BTC
Random Selection Loading Transactions
Max Size: 199.91/200 MB

Candidate Block

Mining Attempt a8f51a1b80df6ad610a97966e29193fc488757d5a1d611e9f5eadf5d4cdc69b8
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 4cbbfb05252ec036e81cfe60cac10b78a8bab5bfe6d3ae0248d7f8d0be2a6594
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,633
Size: 1.00 vMB
Total Fees: 0.09456513 BTC
Feerates: 387.56 > 9.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (279,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,202 635,202 0000000000000000000ffd8de741bacc283bf4d1b01aac11a09af8a2e4daafa8 2,039 1.00/1.00 vMB 29
635,201 635,201 0000000000000000000898e76466f1237b0deae2da69dbd81561614f58557dcb 1,686 1.00/1.00 vMB 40
635,200 635,200 0000000000000000000269446e13341291074078bfea12007f101e3bfd67aff7 2,835 1.00/1.00 vMB 45
635,199 635,199 0000000000000000000919c58c6469a1ac6c5651006b248ac1b42a033cfaacab 2,772 1.00/1.00 vMB 19
635,198 635,198 000000000000000000107093fc316901e663fcc7a2ea03cba4efc484bf115cfb 2,761 1.00/1.00 vMB 40
635,197 635,197 0000000000000000000b11af60c07d7019d1bf99f56bba5a53fa54ecb5680d34 2,800 1.00/1.00 vMB 54
635,196 635,196 0000000000000000000ab4a67b07851db92e5b8602e6d5b7a6c479ddddf00970 2,728 1.00/1.00 vMB 29
635,195 635,195 00000000000000000006b4e19b3dcac93fa9670dbc6415e1d0cb2f50a8f6dd24 2,138 1.00/1.00 vMB 32
635,194 635,194 00000000000000000001c2ac3a883979c2d4db14ee4b9a88263a88ff616b9c9b 2,510 1.00/1.00 vMB 50
635,193 635,193 00000000000000000007827a5b0d19f4e0e4c8a8db2004d74a63a62b9f534c22 519 1.00/1.00 vMB 2
635,192 635,192 00000000000000000006aa2107b0f106d563ba0fa7a277a21fc76a4aa1e8366f 1,883 1.00/1.00 vMB 6
635,191 635,191 0000000000000000000c8b62de8db4ae608b17e7085162663e2982431057760d 2,023 1.00/1.00 vMB 12
635,190 635,190 00000000000000000000d51ac19fb677603391007a0343db512288abd2961af2 2,860 1.00/1.00 vMB 39
635,189 635,189 0000000000000000000b4b5474fd5bc3dba566decac9853005e209470dc25671 2,437 1.00/1.00 vMB 21
635,188 635,188 00000000000000000004594ba26bf153c7a8970ae347338d99e9e069626d0725 2,595 1.00/1.00 vMB 23
635,187 635,187 00000000000000000010585d66dbe3a0adf7b39855cf1e7bb5b98edb403fd952 2,759 1.00/1.00 vMB 47
635,186 635,186 00000000000000000009f3f574e6b23859f7c09f0068f6c521e120c2825a6d57 2,629 1.00/1.00 vMB 38
635,185 635,185 00000000000000000004deed015508c74cfa44853d0218ea67ccc28c569eaa08 2,592 1.00/1.00 vMB 35
635,184 635,184 000000000000000000000f1735f79bd87f89559b99aa179c21ee85a0f3656129 2,794 1.00/1.00 vMB 42
635,183 635,183 0000000000000000000471d3a485c394f42641a8394c38cac8ab617fbf240bc3 3,036 1.00/1.00 vMB 34
635,182 635,182 0000000000000000000d1477525db1d04376564efa09cfc6d544ebbd1279d898 2,852 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.