Loading Tool

Explorer IconExplorer

Memory Pool

40,922 transactions
26.21 vMB
0.07213714 BTC
Random Selection Loading Transactions
Max Size: 136.41/200 MB

Candidate Block

Mining Attempt 1f62ca4714eac142d0f149f402f83848a86df1d2a7f39ddedfbf47a7769fa67a
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root c0ae82c82cb7077b846c1a1e8c5e0e5d1f8bfef40da61d21550d18798ff9737b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,969
Size: 1.00 vMB
Total Fees: 0.02432173 BTC
Feerates: 150.98 > 2.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (350,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,450 564,450 0000000000000000000520c2e0d978a4f0baee0c22a2d79697af987065c7135f 2,195 1.00/1.00 vMB 14
564,449 564,449 0000000000000000001d24b4814f437eb13cf9f1d63998e063e32f4fe77c7246 1,015 0.31/1.00 vMB 13
564,448 564,448 0000000000000000000f499cc55b7179cd952a38706065f3ef8fabdb95517f64 982 0.33/1.00 vMB 12
564,447 564,447 000000000000000000293503a40a447b931466772a39e4f52a8654c56b6d7813 1,766 0.55/1.00 vMB 18
564,446 564,446 00000000000000000025f32ab060a3a8474f5305b36eeb490b49c01b6e883cc7 367 0.14/1.00 vMB 5
564,445 564,445 0000000000000000001df8a0c3f61c6900560b4f64e3ecbc55dea6b3a22c5b0c 3,242 1.00/1.00 vMB 3
564,444 564,444 000000000000000000170d2f175507b67272c41c064be9ca181038d96688ad52 2,874 1.00/1.00 vMB 24
564,443 564,443 00000000000000000016b271e32c67a6f9c0a36079a7020a53002cfbcda5699e 2,902 1.00/1.00 vMB 21
564,442 564,442 0000000000000000000daa2c526ddebf017960aba147b701408eb475feaa3e9a 3,088 1.00/1.00 vMB 14
564,441 564,441 0000000000000000001be2283cdd5fed279c2cf19c4198a12110acbc3375e189 3,113 1.00/1.00 vMB 12
564,440 564,440 0000000000000000000d18d4ae27f09dd357f2eaea0e012409035355af8b2938 2,952 1.00/1.00 vMB 22
564,439 564,439 00000000000000000029f41d797e9f95f32b6f2f209035d253b711e17ebc76ac 1,755 0.59/1.00 vMB 17
564,438 564,438 0000000000000000000f065aa376fcbecea01f585812b90e014771b8dcaab3dc 2,154 0.73/1.00 vMB 14
564,437 564,437 000000000000000000272c17cadfc9e65e82275c025b1f587741be443556c23e 1,788 0.76/1.00 vMB 8
564,436 564,436 00000000000000000018119491862467ce315e5536b73f999de1bda0bc4032c9 3,288 1.00/1.00 vMB 3
564,435 564,435 0000000000000000001a56fceb4d2b48985ce01ed42f40d8f3e20b7e7c883448 2,566 1.00/1.00 vMB 30
564,434 564,434 000000000000000000141af2163f7681d410c0351fafefabf3a0d23aa46d741e 2,606 1.00/1.00 vMB 21
564,433 564,433 0000000000000000002e440537c6cfae669c63a16349a5535f98cb2dbe94d51c 2,895 1.00/1.00 vMB 6
564,432 564,432 00000000000000000028cbe72553799a6fbf209c862e213728cbf1d96e1347cc 2,931 1.00/1.00 vMB 13
564,431 564,431 0000000000000000001ea60eb22c6b0f1b2b5d2969e8f6743dc0c5722d6815e0 2,815 1.00/1.00 vMB 31
564,430 564,430 0000000000000000001bd9d83217819a2119b0ca2f3bd21212d37af300174bab 2,949 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.44 GB
    • Received: 13.88 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.