Loading Tool

Explorer IconExplorer

Memory Pool

79,611 transactions
29.91 vMB
0.09934270 BTC
Random Selection Loading Transactions
Max Size: 180.61/200 MB

Candidate Block

Mining Attempt 32f8a30c9d069d7e2a638ebafb53d5e755a102e7f2b17cb32a6c230a77e07cc1
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root bd52ef0e15f0b203ecd4328863dd176eb98725df431d5cd3b5affb6565ab0665
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,772
Size: 1.00 vMB
Total Fees: 0.03117287 BTC
Feerates: 120.36 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (326,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,252 588,252 00000000000000000005e57ed2f3466302af7f92358b2bc199a5b9e913f0cc30 2,185 1.00/1.00 vMB 30
588,251 588,251 00000000000000000019e27ef5084f5079d25e011c4c779af1bfd14588b9db1a 3,099 1.00/1.00 vMB 31
588,250 588,250 0000000000000000000713b737a6a53c0d6fbea0c78303a498b9f569e047fff6 2,928 1.00/1.00 vMB 41
588,249 588,249 00000000000000000013d72f5274c461806e6220c63f36da9e800ec8f64cacd5 2,237 1.00/1.00 vMB 27
588,248 588,248 0000000000000000000a19125bd4124c2ea4fb19c3cbbbb8a6dc31205d7e3301 1,969 1.00/1.00 vMB 21
588,247 588,247 00000000000000000009db497b8a01093943afd359d1d99405d30b994529a3f3 740 1.00/1.00 vMB 3
588,246 588,246 00000000000000000013e559ac7ab94906fafaffa740eb8ccc8c21f20b3b4a07 1,964 1.00/1.00 vMB 4
588,245 588,245 00000000000000000015d5eb25f2d4a7a47ae78880b2956e1b996ed2caf3b517 949 1.00/1.00 vMB 9
588,244 588,244 000000000000000000113cf7b0c50fa41eeebc3bca21acfada85093a556f94b0 1,705 1.00/1.00 vMB 16
588,243 588,243 0000000000000000001b3582dafe26efb34f409694678bb12c8dc57088b3f67e 1,825 1.00/1.00 vMB 21
588,242 588,242 00000000000000000005e05cb41eef8651b39fe8d4232f54acce2c362e2cf58f 2,203 1.00/1.00 vMB 23
588,241 588,241 000000000000000000056462d8ffda07946ed726ed57a4ee710640303c32166e 1,765 1.00/1.00 vMB 20
588,240 588,240 0000000000000000001d88132290ac30a12b37fed915cdf6eab50696baafe0d0 2,774 1.00/1.00 vMB 36
588,239 588,239 00000000000000000005b5efcf1e9e1a749222cb1acf524c1bfbac38745b7e9c 2,952 1.00/1.00 vMB 27
588,238 588,238 00000000000000000011641aec831126533bdc4e378558cb82035b6246531094 3,041 1.00/1.00 vMB 41
588,237 588,237 0000000000000000001514a9a51a9966afc69277ddfbac512a0c47efb204bb4c 2,574 1.00/1.00 vMB 56
588,236 588,236 0000000000000000001f310554bef0bbc46b27698cb68f5ce0715e1239caccae 2,499 1.00/1.00 vMB 37
588,235 588,235 000000000000000000050953d6de7888f4970d776d1a606147b80d413ee0a372 2,851 1.00/1.00 vMB 59
588,234 588,234 0000000000000000001e11d32315a87083514934f85c538c1efcd54a09a3284f 2,128 1.00/1.00 vMB 33
588,233 588,233 00000000000000000019d81906e8441fd7c2184fb3cd2147dec440053e09d88b 2,563 1.00/1.00 vMB 40
588,232 588,232 000000000000000000043224d5e8af0c4fd0f91b8a5ba55f6f528b5ff5eba189 2,503 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.