Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

854 transactions (0.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,654 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 830 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,653 (870,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,933 39,933 000000001e83abd70116fb03ec4140373ba267070be573e1dcb966cde28b20cb 0.00 MB 1 0
39,932 39,932 0000000014b1f2d45964ebb122e216f10786ef7ac524cc69254fe5c07c0d6d83 0.00 MB 1 0
39,931 39,931 0000000049202c8c627e501eb1cce3f65df333b5b78a0162f7f93dc6198ef4ad 0.00 MB 1 0
39,930 39,930 0000000028671e524f9af10d421e9667869b2955e7caf60fd5a6b34b5cbceb9a 0.00 MB 1 0
39,929 39,929 000000005a3b7b7c5cc7b25ddae8b69c9e2f05ad23b31e74ded712238ac493c9 0.00 MB 1 0
39,928 39,928 0000000007c793b36fa6941997036226eaa785a2c4c4c4c3745cf82c59c09f7b 0.00 MB 1 0
39,927 39,927 00000000893b569aac83ea26d4e8a908649daeab51fd5d66f321f7c23bd50747 0.00 MB 1 0
39,926 39,926 0000000004ec9ad1ca6e43b04b567ae3e4eebc59209d8903749b1b34899db5c4 0.00 MB 1 0
39,925 39,925 000000001b64134ece316dd0848d938a11a05855c405af5853fde22dd57448e4 0.00 MB 1 0
39,924 39,924 0000000018c859287c7a8b20f0cc304f51794d709177e2c6b39ea4e32d09f423 0.00 MB 1 0
39,923 39,923 00000000550d46a8b48bd0ce1c6c92186b90e07248002ea94451963ef4c597e4 0.00 MB 1 0
39,922 39,922 0000000074eadf6e58827eedee19c0e6edd75c45c9b6b06c9c1ac8f37bd4ab4e 0.00 MB 1 0
39,921 39,921 00000000762505404bfc2d478453298c34c3903b3efaf003bf2f47eda76391c2 0.00 MB 1 0
39,920 39,920 00000000436c6d3668e58f544324b49227b494dfe31e4d688576847f2c3ad2ee 0.00 MB 1 0
39,919 39,919 00000000061465cb8dde2a74dd26c2d8c13dc5617716e16dad4b76027a2e1e5c 0.00 MB 1 0
39,918 39,918 000000004554ba9aa8c39ffb0bf2d369d32336649f35d3b93b1e333ccb9dd35f 0.00 MB 1 0
39,917 39,917 0000000084e1a48c88f6b9be12888326068da7360170d129db6cd9ebf3d66156 0.00 MB 1 0
39,916 39,916 000000004e83586d3a414339bfff00cd7692220677965a85489404af6d2ba145 0.00 MB 1 0
39,915 39,915 0000000041b8a86ac4a64756cf43d68f98b9a21c67aa78dc19d0a63a01b3da9c 0.00 MB 1 0
39,914 39,914 000000001f51c33fd97df0ce5b6e224126aaa3692c3375e7653ac95152c035fa 0.00 MB 1 0
39,913 39,913 000000000953c51bf269911eab97413cac4c84b2fece8af356afb1c83d203f68 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.58 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,279.96 GB sent, 121.50 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.