Loading Tool

Explorer IconExplorer

Memory Pool

44,513 transactions
26.63 vMB
0.06268616 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt 283b7f42ab49fc597a9e8149150db2d79cc2b3f50f6a73bee07612b7f633026c
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 279c2c513e5e9c21a4cfa6c463e6cd1b491f53d87f1abbb3b487e20b12b28087
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,283
Size: 1.00 vMB
Total Fees: 0.01370925 BTC
Feerates: 100.36 > 1.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (832,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,238 82,238 000000000007964b97627784a01749e5b1eb25554706d9c0f2f4305a61b2df3e 2 0.00/1.00 vMB 0
82,237 82,237 00000000000a34f858b2240abcf5b7e86422dbcec1cfd3abdeb0b84bcf1f58be 2 0.00/1.00 vMB 0
82,236 82,236 000000000029f7bfa710f0c7b8a24e887e64e5a5a31022a1035aaaaf1840410c 2 0.00/1.00 vMB 0
82,235 82,235 00000000000e82ea95003fed7844a1f458def6b1bc7ea5891527711f42959f97 7 0.00/1.00 vMB 0
82,234 82,234 000000000017a2f954ac4c145b92b8ee8bf02ef6bc7c091f9f44edc5026f5cd4 5 0.00/1.00 vMB 0
82,233 82,233 000000000013f48068bbd5772c618a75b60ec1d45c4c37e9b6709a2bd3d308ff 2 0.00/1.00 vMB 0
82,232 82,232 000000000031801d6425b1c8033033a3d262ea1bac6855b8c9491c2a0c0c1803 1 0.00/1.00 vMB 0
82,231 82,231 00000000001fdb8302b3e700d7c7c429c6b00655306d98b57d1e38ca7110ad3b 1 0.00/1.00 vMB 0
82,230 82,230 00000000000e95589e3f75f132982c31c4618863d1bb0fc7c768be218b638612 1 0.00/1.00 vMB 0
82,229 82,229 00000000000a8ff524da697fd90f38a5a838066d2a02ca956ed0059b0af9cf88 3 0.00/1.00 vMB 0
82,228 82,228 000000000040002982e6c9ae9d8549f8c79a6a6a57b7bf0409f447fffea88efb 1 0.00/1.00 vMB 0
82,227 82,227 0000000000361a4eef65d63d37dd49132a70d9461b61838ce8ef8d94f99c4c1a 1 0.00/1.00 vMB 0
82,226 82,226 000000000029ba9b59cebed3aa3841625296819dcf596619a2125f5ad7316b1d 1 0.00/1.00 vMB 0
82,225 82,225 000000000039eacd3723bd58c36496d12da696ea6a070c6f4d2170ac237af8dd 2 0.00/1.00 vMB 0
82,224 82,224 00000000004014802bb774560f31e24eca83c0e13b5f198791343e9b2f698481 1 0.00/1.00 vMB 0
82,223 82,223 0000000000172a3940471823ac3df7d94c344530a7792aa2eb6b0e222e633e92 1 0.00/1.00 vMB 0
82,222 82,222 00000000002653eb293c95c7dda51fd70fa93789b4e287c26e6a4e7d45a93492 1 0.00/1.00 vMB 0
82,221 82,221 00000000003f4562a2d110c3a2df98715ba68daf7a6e447480d1aa3c0901d273 1 0.00/1.00 vMB 0
82,220 82,220 00000000003f8471af5f367e61d03967d1bc8e39d90158c61e849c35dbaf74e6 1 0.00/1.00 vMB 0
82,219 82,219 0000000000036ae330b875e2d414bbf49883bd9a5a747d9555624579705372bc 1 0.00/1.00 vMB 0
82,218 82,218 00000000003fc29dd6cf062770c09395b42f2c4699ae7f68873b4254dd1dbecf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.