Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,139 transactions (0.53 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,661 000000000000000000022b910000000000000000000000000000000000000000 0.53 vMB 2,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,660 (24,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,370 887,370 000000000000000000019095956840a703d912ea14dd1e759800c165bcef6578 1.62 MB 3,510 7
887,369 887,369 0000000000000000000088dde17cbb6ce35455e54413dcf9ed5d9b02c6153cb6 1.44 MB 1,933 4
887,368 887,368 0000000000000000000000178eb56276f3e71722a9aa81d7aec9bfd4783e180e 1.58 MB 3,758 8
887,367 887,367 00000000000000000000047158780b81096df5ec9534efaf882a41ba81a1454d 1.28 MB 1,423 3
887,366 887,366 000000000000000000023c4db896791b485a40bbba3054bade6e9e99efe23170 1.13 MB 529 2
887,365 887,365 000000000000000000006d9eba2954e1d675af37fa9a9a267a9f0f2a32db5027 1.40 MB 1,867 4
887,364 887,364 00000000000000000002410f94238523f761724a04588a4fcb03f5e7db39177b 1.43 MB 2,242 4
887,363 887,363 0000000000000000000016439626d34a84931160c045b71acb64cf0cd455a5fa 1.41 MB 1,463 2
887,362 887,362 00000000000000000000c0e34b8c7c610e6f4486f3950be9d8a2aca4eb12f521 1.25 MB 1,199 3
887,361 887,361 0000000000000000000087c485a1de5464db880fef776d389ef15b12e56dd05f 1.43 MB 2,953 6
887,360 887,360 00000000000000000000a659d53235acf468bd7a3deddba7627a45fd3a04c91d 1.62 MB 3,423 6
887,359 887,359 000000000000000000026b0cea3592cce351c94d6e61154a3f53591e2edc6182 1.64 MB 3,785 8
887,358 887,358 00000000000000000000665057147b19727575099afb0dcd25d5266c4a5e6541 1.58 MB 1,944 4
887,357 887,357 000000000000000000015c7b598bd3a60d397814a2c9424ea0be7f37a5afd99b 1.48 MB 2,922 6
887,356 887,356 000000000000000000010e38a76b1a026db7b2a1b7cb7b592dba4ae7324c23de 1.48 MB 2,733 5
887,355 887,355 00000000000000000000cd0b072e5a1d1b7f9f639d8d077d2bcab9685f3c69bc 1.55 MB 2,829 6
887,354 887,354 0000000000000000000196afb8ffa4b9a6c1db7c2fecbfed04b10a454f8b2aab 1.53 MB 1,585 3
887,353 887,353 0000000000000000000148ebc8f387fdfd325015d06df938cfdbdc784b353f42 1.60 MB 3,421 8
887,352 887,352 000000000000000000015beaf0a0cd7defd550b7d25e0c7f056050c76e327c2c 1.63 MB 3,550 9
887,351 887,351 00000000000000000000a44f459709c10c50e294e950b40fe61a90afff96bcf8 1.12 MB 983 3
887,350 887,350 000000000000000000021fa43d2016e3e3f4f38f221d5d7899f749f069bb933e 1.30 MB 867 3
Previous 10 blocks ↓
Total Size: 776.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,424.49 GB sent, 130.96 GB received

Notes

  • This page updates every 5 seconds.
  • 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.