Loading Tool

Explorer IconExplorer

Memory Pool

78,659 transactions
29.51 vMB
0.07201361 BTC
Random Selection Loading Transactions
Max Size: 177.39/200 MB

Candidate Block

Mining Attempt f499f5493f1e31608f43d6b884c1cbb332d5174ce08fd5f3b4b350b1d8c80186
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 28f07f7a476a62b6f9fea80e30afe2684ab3b7d43dbf7d0246bc5067a4f4d037
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,625
Size: 1.00 vMB
Total Fees: 0.01210324 BTC
Feerates: 101.61 > 1.21 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (396,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,981 518,981 000000000000000000246fb4797667529bdf7077df419bb39c7fa954097a44be 1,887 1.00/1.00 vMB 26
518,980 518,980 0000000000000000000440e448d092c63c68efba4dabfc711e2251b08524b6d9 3,287 1.00/1.00 vMB 11
518,979 518,979 0000000000000000002adbdfbe5259b75eb37fa2ed4ffa48e77027d23d21ef37 2,253 1.00/1.00 vMB 62
518,978 518,978 00000000000000000009201a37e5f7f7fa434c78c3adfb957854b73513bc086a 2,835 1.00/1.00 vMB 33
518,977 518,977 00000000000000000005f78a3260de61a5ab9c5d948af2f4cb36e8ad7c0087a2 1,609 0.69/1.00 vMB 33
518,976 518,976 00000000000000000038a1b97d1d4cee9a72040360c31de2290340e6cf5b316d 457 0.16/1.00 vMB 26
518,975 518,975 000000000000000000443f97ac8d68223c7d13fea5be31e0316a9b110a99d5c2 1,037 0.41/1.00 vMB 15
518,974 518,974 00000000000000000021d6a38fde49194307f1020c6412807cd1017cdaee0494 2,189 1.00/1.00 vMB 16
518,973 518,973 000000000000000000135f82bd7007e1af67a6309fd05f5848e461ce161d5a58 2,372 1.00/1.00 vMB 48
518,972 518,972 00000000000000000035262bcab5d75dd8391deba361871542851f138f638b5f 2,817 1.00/1.00 vMB 9
518,971 518,971 000000000000000000486c28863715fdf22912e6ed3bf9acbf0001a328d61c32 2,173 1.00/1.00 vMB 66
518,970 518,970 0000000000000000002fd17d46ed1edaae01f8fc5178e4c0496de19683e005cf 1,437 0.69/1.00 vMB 39
518,969 518,969 0000000000000000001a9d0f137ef6c681201b0fcf2c6c60f7b051380e36cc6e 315 0.10/1.00 vMB 27
518,968 518,968 000000000000000000488b82dcc5859cb13312d4dccc3182a6a088ec676888bb 53 0.02/1.00 vMB 28
518,967 518,967 0000000000000000000b8de8941cab39366aac1a585e790af95c2db5f0d80a1a 62 0.04/1.00 vMB 14
518,966 518,966 0000000000000000001016da2e2c5fd821464a15e56275e4d6a2df95d07c4ff1 1,500 0.59/1.00 vMB 13
518,965 518,965 0000000000000000003ad224e7261e019db8306605f3c8fc66ba5b69c5dd9fb3 2,885 1.00/1.00 vMB 43
518,964 518,964 0000000000000000002631c51187873a58a6e56d4d09ecdc2ac52cf45148017f 1,042 0.45/1.00 vMB 38
518,963 518,963 0000000000000000002bef50d8f56c8fa0b99e7318577ba5d800683b12f68b32 1,301 0.50/1.00 vMB 30
518,962 518,962 00000000000000000019da0fc49689298dc8839de90e42daaac998b048463e51 759 0.36/1.00 vMB 25
518,961 518,961 000000000000000000449cc1ab6090243054a66757e38fbbc61cdaa0a3925c9d 1,287 0.59/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.