Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,408 transactions (3.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,649 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (504,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
407,686 407,686 00000000000000000101d12e2ef3f89367cf196c4cf551ace07cbd935eb18bab 0.61 MB 1,212 34
407,685 407,685 00000000000000000390571e33c0aa2ae793413b367b54c6ef7d7be74e76d37f 1.00 MB 2,114 39
407,684 407,684 0000000000000000022f4fdfb2adfa72a0bb30f73d1a06d9c644525c5c6724ea 0.99 MB 1,758 27
407,683 407,683 0000000000000000058ae71bdc1b77fc64fc705010c183765f138d45ec25bca3 0.99 MB 3,310 58
407,682 407,682 00000000000000000120192bc9e059b3246cb21c9e45e67c9e2d3ea24c890aa2 0.60 MB 1,248 34
407,681 407,681 000000000000000001190fc820e0ff05c8bbcd10005aa91e0fed25f4b78413b2 0.00 MB 7 158
407,680 407,680 00000000000000000020a56a66f551e456628ae3a577bf7c990a4d602a4b58fa 0.82 MB 805 20
407,679 407,679 0000000000000000013c035f7b2c67822b81c1a70d50f8fde8f012eaecdd62b5 1.00 MB 2,017 42
407,678 407,678 000000000000000003e6c3a7c98a633b07be436d07e04184799c9a9b1ae6597b 1.00 MB 2,031 37
407,677 407,677 0000000000000000040375aeda4a37d239d6ce848f7fac3b33a1f63c4f5b65e9 1.00 MB 1,927 32
407,676 407,676 000000000000000003b8d388dcaa6fc6d52055da25eaa04f75fd46bccec069bb 1.00 MB 2,409 44
407,675 407,675 000000000000000003c9e4fe50f964cd53392fd38039f19d9fcc64184d77e986 1.00 MB 2,198 36
407,674 407,674 0000000000000000008ed64b77bda78d95b14395bce17f410b43569dbe1e1bc5 0.99 MB 2,850 49
407,673 407,673 000000000000000000863777f83fdfad931f53ce23154e0f2454ed294c9e8733 0.99 MB 256 2
407,672 407,672 00000000000000000040af7b74ba317a012952cbeee799f7a8bc88517958a5a6 0.99 MB 2,397 36
407,671 407,671 00000000000000000282f6f942b3297daed66b40d722a3dd91daacfec07b8f54 1.00 MB 809 12
407,670 407,670 000000000000000005deecd2bb511d20e7ad741cf02456d91bc2813b20637a6e 0.24 MB 286 22
407,669 407,669 0000000000000000012c7418f2e95197b98242e8e976aefa2d4ca933399ef25d 0.18 MB 373 36
407,668 407,668 0000000000000000014725700693def991b6d02ecef26c89739cbe88bd0f3fa1 0.33 MB 649 32
407,667 407,667 000000000000000002e5486020f9b3f7fac1d7c60059cb94fd4a602453cc5590 0.03 MB 69 46
407,666 407,666 000000000000000001256f6373b989775d2da516b6db8565d8bff679e1dbe6f3 1.00 MB 808 11
Previous 10 blocks ↓
Total Size: 776.96 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,492.70 GB sent, 133.29 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.