Loading Tool

Explorer IconExplorer

Memory Pool

41,190 transactions
28.63 vMB
0.05919288 BTC
Random Selection Loading Transactions
Max Size: 146.91/200 MB

Candidate Block

Mining Attempt 96683aee15d648ebacef1a1179b78bb4ef201a2703691214f0d922e3c517719c
Version 20000000
Previous Block 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a
Merkle Root e51f3747c195086eaa10e8292afa4420393fa5d29ebe483b421e3316bf8e57e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,013
Size: 1.00 vMB
Total Fees: 0.00382266 BTC
Feerates: 30.21 > 0.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,619 (367,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,991 546,991 0000000000000000000e04e54eee7ca4465087c1228263061aae265159056efd 2,362 1.00/1.00 vMB 28
546,990 546,990 0000000000000000001443c1fe6f9e0be07c46949b7cfe0fd8e055fc65fabb0b 2,371 1.00/1.00 vMB 29
546,989 546,989 0000000000000000000a95f840dd17cd6fdf94c11d7f8b23c03a294845875bf9 2,338 1.00/1.00 vMB 18
546,988 546,988 00000000000000000001786baa44405d6055f38a5f4f97e5f29c779a7fbfaf84 1,567 1.00/1.00 vMB 13
546,987 546,987 000000000000000000054c3fa0037fc183e50a6ce80b85e28639dd73e1704322 1,115 0.52/1.00 vMB 12
546,986 546,986 0000000000000000000f210b574f196a27ce6b7e88d1fe1103f5d7a2a796d347 1,049 0.51/1.00 vMB 11
546,985 546,985 0000000000000000000a6e73edd8401db452b287196d0c3bca2f42630abe2fba 1,340 0.82/1.00 vMB 10
546,984 546,984 0000000000000000001542a342e8bdb4fb3e3a773c1f9cdd1f6573dd041098ae 518 0.25/1.00 vMB 9
546,983 546,983 0000000000000000001bce60d86da856a5c0ae21fa882f92d3036d7a1cd9dcba 667 0.34/1.00 vMB 11
546,982 546,982 00000000000000000026ed01e76166e15ab554794ccb800a2c65f2eb8d05a9a9 891 0.66/1.00 vMB 8
546,981 546,981 00000000000000000018519106d1448ea6e7f8b18b98cd760e3bd88bcf3cad84 1,766 1.00/1.00 vMB 8
546,980 546,980 00000000000000000005be12f8b6311975f50a6477506e39c09aa7c630a10da2 172 0.07/1.00 vMB 35
546,979 546,979 0000000000000000000443efefe045928ee387d75f03bf65d4c01af0e26e8992 2,380 1.00/1.00 vMB 17
546,978 546,978 0000000000000000001fe5f4ccdc10a3dca2b033009a7c78f8d491a740d17dd3 1,476 0.97/1.00 vMB 7
546,977 546,977 00000000000000000007f43dfcfa837f83688fbc1877782ef10c1f95e0a0a36d 2,297 1.00/1.00 vMB 21
546,976 546,976 00000000000000000000d5499eddcd5323eb67acfc2e51dedd652d4421beb4c4 1,053 0.69/1.00 vMB 9
546,975 546,975 000000000000000000201be40a223aea04b5696174f23e84023701bb23b8dc1c 55 0.03/1.00 vMB 56
546,974 546,974 0000000000000000001f56affa034482c35a09a415e4eb05e92e07970cbf3950 1,935 1.00/1.00 vMB 15
546,973 546,973 00000000000000000006964550620805428c685b739d38c7e025986efc08224d 839 0.72/1.00 vMB 7
546,972 546,972 0000000000000000001d9fd3e69ca9aa511b1d2c1524de43524aa3136d50c5b6 2,319 1.00/1.00 vMB 3
546,971 546,971 000000000000000000163a5e1a21855fa43d64c1d56c7790f56fa5a6a3d33fff 2,173 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.72 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: 629.67 GB
    • Received: 11.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.