Loading Tool

Explorer IconExplorer

Memory Pool

73,766 transactions
28.87 vMB
0.07079915 BTC
Random Selection Loading Transactions
Max Size: 174.72/200 MB

Candidate Block

Mining Attempt 8539dbe838afb9e490c95ad819c5530c723943add464982a1593d20a888e20f6
Version 20000000
Previous Block 000000000000000000006ad2cd61f9f953da3e0595499548edf2e4ab20c1cc23
Merkle Root 9b14c665f2cf0326afb49042656f83694fed1ce02ec818885fe3044a5752f7ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,901
Size: 1.00 vMB
Total Fees: 0.00704071 BTC
Feerates: 73.20 > 0.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,433 (427,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,176 488,176 0000000000000000009428ccb9811c65552a85c8a53e7770dad7d3cc0f5ad8a5 2,303 1.00/1.00 vMB 69
488,175 488,175 0000000000000000009b031a7054ee74162f171902f9001ebd0b0e5baee375a7 2,724 1.00/1.00 vMB 136
488,174 488,174 000000000000000000501fce5780d38a2e971cd21323c6ed5f0e979db33e1fda 2,297 0.97/1.00 vMB 99
488,173 488,173 000000000000000000caa76c57ed56f437bc511964fbda2c52dcf2fcd3e02902 211 0.09/1.00 vMB 155
488,172 488,172 0000000000000000008dba66087bb15276263d7f639dbc76d94e5b6be9ff84d6 1,877 1.00/1.00 vMB 104
488,171 488,171 000000000000000000b500110e8d4845ce28f1f85322095ead0d1a58e845fb8b 2,386 1.00/1.00 vMB 67
488,170 488,170 0000000000000000001aca9db9a5511de1950d982d55d3d0798b92ab2462a1e4 2,623 1.00/1.00 vMB 63
488,169 488,169 00000000000000000095b1f4f1aa1dddac2860c41f136ee945158c9fb4d2c2a6 2,352 0.95/1.00 vMB 119
488,168 488,168 00000000000000000099bc4e28460366746e6a1f5b59a17e90c8e35c69893556 22 0.01/1.00 vMB 2,739
488,167 488,167 000000000000000000799df9cc5a7b5058afe4e4372497b49bce64e201a507a2 2,236 1.00/1.00 vMB 141
488,166 488,166 00000000000000000069377c3faa54c03b4ed3377128c83242f22bb310edbbe8 959 1.00/1.00 vMB 12
488,165 488,165 0000000000000000007f4a61214d627c90f297ca04d234b8c95ed443713af7fa 1,819 0.73/1.00 vMB 133
488,164 488,164 000000000000000000a1bacc34295d3720c02d6ee5bd872c7c9f12810f4fc639 2,145 1.00/1.00 vMB 100
488,163 488,163 00000000000000000031944aee9496e6c77f909508b797b19b9f6a662a6e6996 1,889 1.00/1.00 vMB 50
488,162 488,162 00000000000000000054b2030477d5df905366569638615b6a17917adf263233 2,096 1.00/1.00 vMB 56
488,161 488,161 0000000000000000004a694e041f96233761d143d5ba21da20251196b33d5d40 2,179 0.98/1.00 vMB 144
488,160 488,160 000000000000000000951ebfb9224b579780468e52a3b9a9e09fc7f782e072f1 2,164 1.00/1.00 vMB 77
488,159 488,159 000000000000000000c3f2ef25d9b7983aeb6bf6fd73d5b1d39e7ce2568c2116 2,120 0.95/1.00 vMB 26
488,158 488,158 000000000000000000679450319cb1875aa23e8b66220b00ef4b013730774d97 2,413 1.00/1.00 vMB 126
488,157 488,157 000000000000000000a11427b21ebcb41af166f7b1be4d883b506839c5b05b76 2,631 1.00/1.00 vMB 155
488,156 488,156 0000000000000000006dc2d51ebe5975938ed308604527ac27e4cc6dd5f40583 1,816 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 783.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 742.94 GB
    • Received: 18.67 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.