Loading Tool

Explorer IconExplorer

Memory Pool

77,039 transactions
29.23 vMB
0.07242132 BTC
Random Selection Loading Transactions
Max Size: 175.53/200 MB

Candidate Block

Mining Attempt 3ab86f63d8a27762bd352ee28f996106c39de4acd865a6fcd8a334557ef828ea
Version 20000000
Previous Block 000000000000000000004a687a9edc2ed0bbfad17617f87927e5a0114c540355
Merkle Root 2b33ba42dbbcc92ae61365454fd4cb377b9f441881085533dc634e5020c88670
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,656
Size: 1.00 vMB
Total Fees: 0.01105066 BTC
Feerates: 40.21 > 1.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,153 (599,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
316,032 316,032 00000000000000002d5b5bb8c3537c3784117fcda2d32e86ae36970640795900 67 0.16/1.00 vMB 5
316,031 316,031 000000000000000005a0fe7a2c13e8091e085e130abfcecd7f1488c619687166 241 0.12/1.00 vMB 29
316,030 316,030 00000000000000003498f991c9e63a527d139cca1d0cd229933de0dd228cdcf7 100 0.14/1.00 vMB 9
316,029 316,029 0000000000000000270dcb395709e4d037ae9d85d600e27c87ddc06cc6c3af8d 229 0.17/1.00 vMB 26
316,028 316,028 000000000000000012c5de770be229e3aeee44b0c735b343c21d8ad49e149060 256 0.10/1.00 vMB 40
316,027 316,027 0000000000000000072afe250d524acd3868b58c1e31d773cb817d93fd83f4ad 185 0.09/1.00 vMB 34
316,026 316,026 000000000000000037366fef4f970c82ef63b4c0a1dbe91eaa2953eaf4fa876c 401 0.24/1.00 vMB 25
316,025 316,025 00000000000000000a6da1224d2b9751d7952508597c90abb6939374da2537a1 1,220 0.75/1.00 vMB 27
316,024 316,024 000000000000000012afb8a7e3997116909167f835f5cd484bc947bceb531cbd 22 0.01/1.00 vMB 24
316,023 316,023 00000000000000001ba892b1717690900ae476857120a78fb50825f8b67a42d4 631 0.37/1.00 vMB 25
316,022 316,022 00000000000000002b3ef284c2c754ab6e6abc40a0e31a974f966d8a2b4d5206 258 0.19/1.00 vMB 24
316,021 316,021 000000000000000004fcaa3d1363b5354090a90f8aa1605a5250f764c80aa43a 73 0.05/1.00 vMB 18
316,020 316,020 000000000000000019b3af4f19753e4a37bc979f1361af827375f8914a015ef0 80 0.04/1.00 vMB 31
316,019 316,019 000000000000000020584b494e987e9d59edfae19e54e85431b1fbe316e94191 278 0.18/1.00 vMB 23
316,018 316,018 000000000000000021321829ca791b474759212204a576f306e1273c1c5abddc 52 0.05/1.00 vMB 8
316,017 316,017 000000000000000002a200835270ccb2eed63df1312da31ff3f3ef1b350dbefc 639 0.36/1.00 vMB 30
316,016 316,016 00000000000000000e5d65df6f443798e46e892c75754250c6af59c19206be4f 127 0.06/1.00 vMB 23
316,015 316,015 000000000000000004c7673b88d84e131b074200c67424443da4d6e85a15dbc3 1,399 0.70/1.00 vMB 32
316,014 316,014 00000000000000000807d735b5db41699c0ee6ad930f15b95688f76a39a16deb 252 0.14/1.00 vMB 25
316,013 316,013 000000000000000031ff8350a3fb0acf716547685b6bf708aeaaadbdc7576022 177 0.09/1.00 vMB 28
316,012 316,012 0000000000000000343da6f02ef3e7756426758736eaf7bf93ac6836d51d6603 381 0.19/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.