Loading Tool

Explorer IconExplorer

Memory Pool

85,409 transactions
31.90 vMB
0.11687542 BTC
Random Selection Loading Transactions
Max Size: 195.31/200 MB

Candidate Block

Mining Attempt d9b4b1023fc9139ecb5c61d23df8fa913527911b0f080a7b32974201cba9015f
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root f5ff3135d1e8738d9bcfa4d58c66902a5ec47ff6a074e0f8aa4339ad0939cb39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.03906501 BTC
Feerates: 299.70 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (259,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,076 656,076 00000000000000000002d2c40263ec8b7035cf607b0518dd90432d11c2b8106e 257 1.00/1.00 vMB 9
656,075 656,075 0000000000000000000bb6e2c5f567bea97cd37796e9065508d765d094fa6efd 958 1.00/1.00 vMB 32
656,074 656,074 0000000000000000000b65037a3b16309a0f60f648f4a6fae22b397dad047a15 774 1.00/1.00 vMB 5
656,073 656,073 00000000000000000003619df04f1ac59f1957e58b2993ac497d6a12d97f9c90 1,770 1.00/1.00 vMB 22
656,072 656,072 000000000000000000108b0428ff2eda8573a8fde9b8d7f2e759deee85df2936 1,452 1.00/1.00 vMB 43
656,071 656,071 000000000000000000046a6bbb41638e439b38838b343c8b61999de55be1f6f4 714 1.00/1.00 vMB 29
656,070 656,070 00000000000000000005067077b3b2b065709d4589a4bba8238d8eae0f468043 577 1.00/1.00 vMB 20
656,069 656,069 0000000000000000001064e3bf7ec403b85dc6744bbd5e60d791ec4631e80c9f 1,462 1.00/1.00 vMB 96
656,068 656,068 0000000000000000000783b8b2c5d5e1163524aa667f9d8a704168e8aea01cbb 941 1.00/1.00 vMB 26
656,067 656,067 000000000000000000032a6d9159364fa6ca06f7f3c2ccb96fa0127003c39539 622 1.00/1.00 vMB 12
656,066 656,066 0000000000000000000b08e9d3b4b25ebf06f3e8df6c0bf9f63842e9a8fc05a0 1,887 1.00/1.00 vMB 62
656,065 656,065 0000000000000000000ba5383f3e52826e0b42ea0eb33fc2c468ab9dc2df0b83 306 1.00/1.00 vMB 2
656,064 656,064 000000000000000000035ea78d252c24cdc6718deac5953039fff09edc7e5184 2,209 1.00/1.00 vMB 84
656,063 656,063 0000000000000000000b75f426fed21131848471bc91acf3c204ac9c47e1749f 391 1.00/1.00 vMB 12
656,062 656,062 0000000000000000000e6619289d9ffe019173b18adb0957bcaf5f4e0e4baf7d 1,059 1.00/1.00 vMB 5
656,061 656,061 0000000000000000000b8319170ac2dd084b83c579f39bd3039c0690b08d886d 1,442 1.00/1.00 vMB 48
656,060 656,060 0000000000000000000533ce5a088a732f5d09cd6a90486132c655daecb8df09 2,324 1.00/1.00 vMB 121
656,059 656,059 000000000000000000108cef60ffdb1ce2af332f1ee0f6798e35927864597be9 354 1.00/1.00 vMB 17
656,058 656,058 00000000000000000005659ffd98745619cf1afca297beef28a52ec7a7b9ab27 1,346 1.00/1.00 vMB 44
656,057 656,057 0000000000000000000dbb61e24553b4b40f7bcc270156367ba2b48318b1e92f 1,599 1.00/1.00 vMB 66
656,056 656,056 0000000000000000000dcbfd0de730957b0d46fb43a55fde10f5982eaea5a9eb 1,894 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.78 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: 709.63 GB
    • Received: 16.94 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.