Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,807 transactions (2.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,607 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (887,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,878 22,878 00000000209bf64458cac92db29fb6fc5c8e0c3d607579ab83a31beeabcbf8fc 0.00 MB 1 0
22,877 22,877 000000001b38d54523d7fd3c340c1c42d6967783e0d96645ec869e1d0b13b75d 0.00 MB 1 0
22,876 22,876 00000000e0ac9b82f3c34c18d361bf61883e55296e054e52a7137b4c2e578854 0.00 MB 1 0
22,875 22,875 000000003d115903d24fbd51534aa2cf68e3d47c0c65dd072d69f97dc38c481e 0.00 MB 1 0
22,874 22,874 000000000f98cc6cccc9f023515c2d3f4c8ae954ccbcf6fa82cb57c3e0e6c7b3 0.00 MB 1 0
22,873 22,873 00000000be6a011f22171b5cab5516b661d31ab25b5daf2f7317d374986e65ff 0.00 MB 1 0
22,872 22,872 00000000b6929b55f388a9bc89aa14c46f69038ebbd04ce83576505326586542 0.00 MB 1 0
22,871 22,871 000000004d4c00c1b03b9f634d4ffbb785bcc384c41720e399d9882f3c349714 0.00 MB 1 0
22,870 22,870 000000004132c50c8c0e8ee62171ec3c3d7b6ec040120b3e345662c3ec7eb643 0.00 MB 1 0
22,869 22,869 0000000089c2b8d2b2a4f7e21518de4f59f4cdec0770a7231e31192b39b3555c 0.00 MB 1 0
22,868 22,868 000000006397859bea8fca575f011c3967c1955a3e4419ff20b8d5966194f51e 0.00 MB 1 0
22,867 22,867 00000000e93e120f83405bb1fed9be9ab7ad98d5c066a5a3a830ec794d8eda04 0.00 MB 1 0
22,866 22,866 00000000bd71b0cd816882a3dd6157b230ff74793716812ca67530e10244f740 0.00 MB 1 0
22,865 22,865 00000000215861b81b5e7b8f11a3408f56c812b40b6993956f6b47daf1cca7d9 0.00 MB 1 0
22,864 22,864 000000007f47b8f120fa5782524bb78be911534cb57f169db5c78eb6d724ea8b 0.00 MB 1 0
22,863 22,863 000000002a88338c30a82f2cc39227e3dd9e74c4b3bfc94cbfc95a65efa0a75e 0.00 MB 1 0
22,862 22,862 0000000059fe1131c35247b93d52887f194a101a159a6ec3a6ec4009a398000d 0.00 MB 1 0
22,861 22,861 00000000f2f9985ccf8a84dd6b3630ee419b750c57f0c73d154f6b8c60b84406 0.00 MB 1 0
22,860 22,860 00000000ed94d06cf7acbe445bcf4654ba1738fd5bc34561231fb6c6e9242742 0.00 MB 1 0
22,859 22,859 00000000f729b7b461935481bae414f924fdfa05f360a0743a1845228199097a 0.00 MB 1 0
22,858 22,858 0000000088cac53dbdfa4f91e9f184ea0e21cb32846889b03ea7f10f63099f12 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.69 GB sent, 114.60 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.