Loading Tool

Explorer IconExplorer

Memory Pool

77,953 transactions
29.05 vMB
0.07005374 BTC
Random Selection Loading Transactions
Max Size: 173.96/200 MB

Candidate Block

Mining Attempt dbb1dd3ceb4a3c75125641acd91070a2711fc896f6a66d1f28c377513236a8ea
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root 02a956c0d5079abd8567a2607a9f3e1afcb971a65f354dad64172e6f519790ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,297
Size: 1.00 vMB
Total Fees: 0.01126393 BTC
Feerates: 73.20 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (274,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,999 640,999 0000000000000000000ea33abcd47d4f762997319292747f9e101a84315ee2b5 2,566 1.00/1.00 vMB 108
640,998 640,998 00000000000000000006f51e13b7479538b3195a22d36b050e6c9f79a414ee50 2,337 1.00/1.00 vMB 82
640,997 640,997 0000000000000000000370f0bc9b0a9e6b0847a3bc326d687979baff31884890 2,261 1.00/1.00 vMB 44
640,996 640,996 0000000000000000000101d69f15c3ce44dbd5dac9d6b84b951dce26562e9172 1,522 1.00/1.00 vMB 62
640,995 640,995 0000000000000000000f1295cd6d905340ee7a741f7eac7f511987b892f33397 2,177 1.00/1.00 vMB 59
640,994 640,994 00000000000000000000eab7bac988856aa6a7450d8404604caccf3f7e0f0128 2,355 1.00/1.00 vMB 59
640,993 640,993 00000000000000000008a97a6badf545c27592de79a83c343aaab789e5b1c913 2,262 1.00/1.00 vMB 65
640,992 640,992 0000000000000000000203f5b21f4de159785308c6724a9e9e2e0725e21064c5 2,191 1.00/1.00 vMB 68
640,991 640,991 00000000000000000004c40d2dcd84e5a39b0713fa182d9b540a47fb9607b9b6 1,599 1.00/1.00 vMB 72
640,990 640,990 0000000000000000000a0929860ec70b02a20d7ac42bb7066fb0091333d680f1 2,168 1.00/1.00 vMB 79
640,989 640,989 0000000000000000000091e79b7352b3b4d220c4875ee20b420dbfb6f9dacd34 2,985 1.00/1.00 vMB 104
640,988 640,988 0000000000000000000788c87803d9096178bece12659cf164b4e181605e14ca 1,230 1.00/1.00 vMB 76
640,987 640,987 0000000000000000000f89d2a4b1aa7f864e93e2cf24250a3d35911f1d51170b 1,769 1.00/1.00 vMB 95
640,986 640,986 0000000000000000000b10b1fb7bf0a53250bac177bcabaa85b471d17942559e 2,824 1.00/1.00 vMB 106
640,985 640,985 0000000000000000000c0a4ee6d96038d78359232868672804afbe77882f3b20 2,489 1.00/1.00 vMB 30
640,984 640,984 0000000000000000000d2a5153ba061ef2497ca8d09952063be1047b062bc9d0 2,098 1.00/1.00 vMB 57
640,983 640,983 0000000000000000000472d216797b54af492134e551bf449fae39d2c07a2abe 1,714 1.00/1.00 vMB 29
640,982 640,982 00000000000000000003e47b9350b8bdbc980571a7d2e4ff50c783101c527b92 2,735 1.00/1.00 vMB 79
640,981 640,981 000000000000000000088c0cd04e9217057bd2b8f23700c457f0638d974fd0b2 2,319 1.00/1.00 vMB 22
640,980 640,980 00000000000000000000c291720c5002f98ed83b074cee607024a5de6ea72d98 2,037 1.00/1.00 vMB 23
640,979 640,979 0000000000000000000ea1e2330e80f31e4b52e2b81e07320faa095e3a7e3368 2,087 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.