Loading Tool

Explorer IconExplorer

Memory Pool

47,109 transactions
27.92 vMB
0.12978775 BTC
Random Selection Loading Transactions
Max Size: 146.43/200 MB

Candidate Block

Mining Attempt fcd6bf9d264b6c9bc6659751b2ba70e2f6743c3789f4e92b745108fec3c8f763
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 43499b0e04b421debedf0b7542fae0b1a2dabaf6a4cd2c29c0a15985e8c4124e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.05827184 BTC
Feerates: 151.01 > 5.84 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (220,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,206 694,206 00000000000000000001951d117f8321c4d00903341753bc368b14ad81170a2f 3,026 1.00/1.00 vMB 11
694,205 694,205 0000000000000000000f2e8cd58e6e53983738db04d0fff673023072685b9c34 2,658 1.00/1.00 vMB 34
694,204 694,204 000000000000000000049efa49d9c97a60f19cebc235f6b4378361d84522024e 1,731 1.00/1.00 vMB 7
694,203 694,203 00000000000000000010b66d49185721c619f15bfc8c2310b7998247358f4234 2,099 1.00/1.00 vMB 10
694,202 694,202 000000000000000000095a425840282ebe95f1021f9b2883db55d4f1400b65fe 2,305 1.00/1.00 vMB 32
694,201 694,201 00000000000000000003fe34556011c573f2f821ec2b4030d9426620e057c68f 3,325 1.00/1.00 vMB 9
694,200 694,200 0000000000000000000117c99ebd03ab812605fb99e6c8b3d67e39a6c8f87b27 2,815 1.00/1.00 vMB 14
694,199 694,199 000000000000000000093e0ce51b6161b39cdecc634f855421ee4838a9638666 2,894 1.00/1.00 vMB 12
694,198 694,198 00000000000000000005917e404fe9016977c674696a320430131b0002b5c9a5 2,871 1.00/1.00 vMB 34
694,197 694,197 00000000000000000004df1e378f28899379fa0950742d6e635e42d02573d5a9 2,355 1.00/1.00 vMB 8
694,196 694,196 00000000000000000008fbc777f654ca8131f3fe6714b3d2b6170a7700c5b5be 3,428 1.00/1.00 vMB 4
694,195 694,195 00000000000000000005ddd27a3b42fea5077aa9ec0e9e4841ca25bb9e4371b4 2,049 1.00/1.00 vMB 10
694,194 694,194 000000000000000000124b4bc6cde32c71059cc14518254845bd2216257df7d0 1,064 1.00/1.00 vMB 7
694,193 694,193 0000000000000000000e9d6f345062d8e8ed4b4fb8f307524c0d5e9ae5fe4e4b 1,786 1.00/1.00 vMB 16
694,192 694,192 00000000000000000008e3d79d8491c3679027880674933a836a7de8f895cc2d 1,572 1.00/1.00 vMB 11
694,191 694,191 00000000000000000007e8938cd22ddd7da5f772ff2eda232d122520fcedc060 2,755 1.00/1.00 vMB 9
694,190 694,190 00000000000000000003082b3b6fa08f5615b0d76787455269c283ea4d32d50e 2,255 1.00/1.00 vMB 6
694,189 694,189 0000000000000000000a6584bd48c2fcfb1e939cce8626e76ff222e2dfaf82c2 1,395 1.00/1.00 vMB 12
694,188 694,188 00000000000000000005afc3fca9813f0b880862dd243ce1654161fe4b3a25ff 2,272 1.00/1.00 vMB 15
694,187 694,187 000000000000000000084d5e5334b9cd2e8aa63f0eedff73c3c8a38a4e442cec 1,405 1.00/1.00 vMB 7
694,186 694,186 0000000000000000000ced21ae2305055b5e7b7c48c952e040416241e8a78e46 154 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.