Loading Tool

Explorer IconExplorer

Memory Pool

36,025 transactions
27.79 vMB
0.05820403 BTC
Random Selection Loading Transactions
Max Size: 140.02/200 MB

Candidate Block

Mining Attempt 052a0f3e5027bf0d572297ebc9eddd6ba3e054a0ae76a292e61d02d2221e6abe
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 98f9d887aa858920feae9092f1fc6913c9465f2344825e6375154faf3833ab04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,533
Size: 1.00 vMB
Total Fees: 0.00528363 BTC
Feerates: 40.21 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (150,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,191 764,191 00000000000000000005f1e05142d688bf8a9626f9bd52dd18b03a3d28663d6e 657 1.00/1.00 vMB 11
764,190 764,190 00000000000000000003631fca50e6e6cbc4a59f944e5c7a801b1276fd28c75e 1,700 1.00/1.00 vMB 7
764,189 764,189 00000000000000000006f3356142a2f891e0548bb382695b448ef2e1a5c62a6b 1,044 1.00/1.00 vMB 3
764,188 764,188 0000000000000000000732a3dd50968d737b14f4b1ad5affb22b11965b4f91c4 2,423 1.00/1.00 vMB 5
764,187 764,187 00000000000000000004b2e93dfd9583d62e92f5fea0c8f21fa46a5d2a2138ad 2,573 1.00/1.00 vMB 18
764,186 764,186 000000000000000000037d5c8fd792d4cb89d92ea176afbc1c7dd22572704953 3,154 1.00/1.00 vMB 35
764,185 764,185 000000000000000000079770875a0be4f182797b6183aa4770cc5be00c98e0eb 2,192 1.00/1.00 vMB 12
764,184 764,184 00000000000000000005419b439da0381049bc3f49b22e516f91d6be4c4d4f7a 3,016 1.00/1.00 vMB 16
764,183 764,183 000000000000000000057418270228224c3aefc15192629a15590dcce58abdbe 1,406 1.00/1.00 vMB 16
764,182 764,182 00000000000000000000eeb6250fce25e0e1ed9e62f879bf9837e805e4242299 2,898 1.00/1.00 vMB 30
764,181 764,181 000000000000000000008406933d7b2ea9191b18d01955f79409c7579d352c85 2,213 1.00/1.00 vMB 29
764,180 764,180 000000000000000000073de23b525b5f46a7ffce002cea7776217ec8c5795219 2,270 1.00/1.00 vMB 18
764,179 764,179 0000000000000000000119faebfe2db08abed60a7176cc7126b097c78715e56e 2,971 1.00/1.00 vMB 35
764,178 764,178 0000000000000000000650aa4cb6f4026c521e768cb086b09931616d21be1ee9 2,512 1.00/1.00 vMB 32
764,177 764,177 000000000000000000054548735df449582b4bbd9977d27809ec4492defd4a34 2,269 1.00/1.00 vMB 32
764,176 764,176 00000000000000000003356db4717348bcf86683992afd0f6c17b2162128d46f 2,941 1.00/1.00 vMB 26
764,175 764,175 0000000000000000000650133f6a1d28579d46b84caa439d4f3686aabed1ad5c 3,021 1.00/1.00 vMB 30
764,174 764,174 00000000000000000004bc06bbb65e14aedea8aa0f99ca718c1cfd50d1dd274a 3,266 1.00/1.00 vMB 37
764,173 764,173 000000000000000000009da05f0e5125e637ce9c190f0615fbadf8aba551f5ee 3,013 1.00/1.00 vMB 27
764,172 764,172 0000000000000000000425b40d0e7cf46dd999a452bd30f8a4ecad65bc3aa6d9 1,783 1.00/1.00 vMB 11
764,171 764,171 0000000000000000000521d3110f8e89575dae2b4266bcaa68bcab14baeadb35 972 1.00/1.00 vMB 15
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.85 GB
    • Received: 11.96 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.