Loading Tool

Explorer IconExplorer

Memory Pool

74,629 transactions
27.59 vMB
0.07299924 BTC
Random Selection Loading Transactions
Max Size: 168.14/200 MB

Candidate Block

Mining Attempt 6a2e7fdd30147fd97d76e2068c0126b4f921f131bf3119f094da9dd69f7d4f3f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root ba95efe8e5df5a2a7f13b3c0459077a31446c84a71ae1fdaedc4e8380fbaa3ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,327
Size: 1.00 vMB
Total Fees: 0.01409676 BTC
Feerates: 150.80 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (384,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,985 530,985 0000000000000000000f76db6e6246a364d0ddb2a5de6b2ee00fc50bd78f0151 50 0.03/1.00 vMB 31
530,984 530,984 00000000000000000015bc53731ef1068c83191103c6556dbe9d21df43a666e4 355 0.26/1.00 vMB 43
530,983 530,983 00000000000000000014cd04a47cd80d0d5f4b464e89602e0ab8e3eff32c508c 886 0.38/1.00 vMB 28
530,982 530,982 00000000000000000014df3e26964090c399aafecb0a13e911e1b5b976857a7e 540 0.27/1.00 vMB 29
530,981 530,981 000000000000000000270a9f4f7885eb794f2b18104239aec21bb3829a9eee07 2,262 1.00/1.00 vMB 6
530,980 530,980 0000000000000000000f3bdeeb21f8a93cd05b496d22516cdda021d9b9447e0a 1,713 1.00/1.00 vMB 48
530,979 530,979 0000000000000000000c234fe87354e13666f12f7d06b305578f18ea2f408e87 20 0.01/1.00 vMB 18
530,978 530,978 00000000000000000001e7844fe0d4b974c68eaeaabcf6859d37b2d1704ddddc 793 0.61/1.00 vMB 6
530,977 530,977 000000000000000000162f7143356df9d75ad76a2ca6562f2da9ffa96c289804 1,811 1.00/1.00 vMB 23
530,976 530,976 0000000000000000000531267251906ec0cc66046cc78c4dfc599b00c278818c 1,994 1.00/1.00 vMB 21
530,975 530,975 00000000000000000030a051991bec3ae28175cb7ce03cf4168c34b378c6c0ad 1,250 0.55/1.00 vMB 24
530,974 530,974 0000000000000000002b655378b3d6c6183682d9a428d508e357434a8e372c97 1,161 0.48/1.00 vMB 7
530,973 530,973 0000000000000000002c8f6a5bf257b87df0bb24e40cb3741e7cb18ab6016d2c 2,413 1.00/1.00 vMB 27
530,972 530,972 0000000000000000000e620b274b01ec040d653e4ff49b96baad4707899f07e6 598 0.26/1.00 vMB 12
530,971 530,971 0000000000000000001b67d32eeeb975966e3d32167cdc95c37a8a6be424cb97 594 0.27/1.00 vMB 22
530,970 530,970 0000000000000000001677d2ac98afe5ccdc65dbc67e2d305006379a6df6c961 1,512 0.58/1.00 vMB 21
530,969 530,969 000000000000000000181863e4452fd2671f77db4aef02364fc47505a03e7f8d 1,346 0.63/1.00 vMB 23
530,968 530,968 00000000000000000004a85b16717e4a7211e1a791dc7e94eaf7b9cc42f9dc65 184 0.13/1.00 vMB 9
530,967 530,967 00000000000000000033b102a531d5d32b22e74202423f80504780291b890e8e 213 0.07/1.00 vMB 18
530,966 530,966 00000000000000000005dad70ebfe3a91b3f9926f2de18a7126ce7fbec854e02 1,935 0.84/1.00 vMB 15
530,965 530,965 000000000000000000301b0e528d758318eac89ed3479d519520f842e2c5ef53 2,090 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.