Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,490 transactions (0.49 vMB)

Priority:

  • 1 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,761 000000000000000000022b910000000000000000000000000000000000000000 0.49 vMB 1,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,760 (111,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,883 799,883 00000000000000000000b89fe6db6a99453ec9a19e8e22068473e117a9b4407c 1.74 MB 4,261 12
799,882 799,882 000000000000000000031a22e903a197b2420388f0521547ad7324508c311d4f 1.61 MB 2,818 14
799,881 799,881 000000000000000000020422149d9cf7ed9d0192106640d8adf5092db07bdcde 1.38 MB 2,146 31
799,880 799,880 0000000000000000000051456952317f445661dad9214d450aa71545065e6746 1.47 MB 2,788 47
799,879 799,879 00000000000000000004b110f3bc932d67b63cd54bc9400d71e13376a7eb19e8 1.80 MB 4,496 14
799,878 799,878 000000000000000000024053f6477800a60dda45f742b683adec5c9fe9c948ea 1.71 MB 4,299 17
799,877 799,877 0000000000000000000430c4006c96a6db9d19c7cffb5ea5ad920a2d4c5a4b52 1.75 MB 4,230 11
799,876 799,876 00000000000000000003ce084845bdeadbf2531ed0966dab986e5917b39d1c86 1.97 MB 5,797 8
799,875 799,875 00000000000000000004af8d18e600ee6eb30d978a64e72e3aa5314fdbdaf71b 1.70 MB 3,483 17
799,874 799,874 00000000000000000004c61fc380072d318fafaa9308577ffdda663394dc45b5 1.65 MB 2,999 30
799,873 799,873 0000000000000000000365895017c3118d18457d4964f44cc0f699dc5e0ed9f0 1.89 MB 5,385 11
799,872 799,872 00000000000000000000754ccc418ba84168be83e3ca3ee9963eba31cfa93258 1.76 MB 4,314 9
799,871 799,871 00000000000000000005294bfd157c5e6fc48390fdaa25b2b9523919b442474c 1.84 MB 4,406 9
799,870 799,870 0000000000000000000018119d4371477c31da186d301ee770417e3f37275f33 1.65 MB 3,121 13
799,869 799,869 00000000000000000000ea52884bc3c0c88fc39461569505932ef30bb7beed42 1.54 MB 2,867 19
799,868 799,868 00000000000000000004f5b17e67f3adea2ba37ce2e9d48cedebc80b1f1285ca 1.65 MB 3,890 8
799,867 799,867 0000000000000000000335042ee340ff60100ecb1433419b86575dabbe09986e 1.84 MB 5,057 6
799,866 799,866 000000000000000000051b81a334809f5b944c66dd1fa3811d8319a9374db5dd 1.77 MB 4,218 17
799,865 799,865 00000000000000000000e81194c1d9f7c52a0624873b16839e13903f6096e188 1.68 MB 2,858 25
799,864 799,864 00000000000000000005132c6a6b5ff66a4bc174648c31a81bc5415cfda4ffe4 1.78 MB 4,420 18
799,863 799,863 000000000000000000007669e45c3532d6b70b9ff3d3212b2a993d6f06f9d5a5 1.59 MB 2,919 19
Previous 10 blocks ↓
Total Size: 776.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,429.18 GB sent, 131.76 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.