Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,349 transactions (0.40 vMB)

Priority:

  • 1 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
911,540 000000000000000000022b910000000000000000000000000000000000000000 0.40 vMB 1,349 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,539 (872,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,891 38,891 0000000069d2986e00d38d1bed68228589c23b536bfd571b9ae378fb65137c62 0.00 MB 1 0
38,890 38,890 0000000075e8344f6574a3dd190f7bb7d55cd2c359fb55b5af00a31ad51645b4 0.00 MB 1 0
38,889 38,889 0000000020afd1441c4cc383d06945df22788183693e8a61d281c7ef6db4aae7 0.00 MB 1 0
38,888 38,888 0000000008dea1b0ba45adc8f7a60771e6a0fed9a8b7295dff2af9cf57e7c188 0.00 MB 1 0
38,887 38,887 00000000154844b326f3f46fb94c6e1db41ca6e9675ccedeff891aaed1daeb66 0.00 MB 1 0
38,886 38,886 000000006f6187ff4841a1a05177939038a6770dbb0b4c3826c694f3d22a98b5 0.00 MB 1 0
38,885 38,885 00000000483d452390cd1a8833c52f8ca17bee3ff44a24800b61c72948ccc5ec 0.00 MB 1 0
38,884 38,884 0000000046f1489f66e4ff22c65f838639fc27b33aec747ba7b69f466275269d 0.00 MB 1 0
38,883 38,883 000000001ace6f595cfd866301483a8b8854afe643940800162d7c74f44c96d7 0.00 MB 1 0
38,882 38,882 000000006f74e2d135a9b391d3b0c69fe7617817eee683428423e4d013ef75f9 0.00 MB 1 0
38,881 38,881 000000006377779ca9a62abe4fac1d7467bc7eca9260af5c73a865a7263abc2d 0.00 MB 2 0
38,880 38,880 000000005f855f773317a0863c7d9c2d166b722c8b33b9054cb3002db5de5fe2 0.00 MB 1 0
38,879 38,879 00000000816cd688d699b82a202fb5805cdd4859aa49ee6197bf1bc89bc4a18c 0.00 MB 2 0
38,878 38,878 000000000f272cfe268dc9525bf2361c148980dace3a896041ab4ae2c4ee6014 0.00 MB 1 0
38,877 38,877 0000000037e0098fca80175cfe92e680693f917e73fd06a3a604d2b8d3f227e0 0.00 MB 1 0
38,876 38,876 00000000740593c61a2f3223a5d88a99be41efc208e5dfea28806c2db9400bce 0.00 MB 1 0
38,875 38,875 000000004063fd66a6cf1e94a2895523d1b60c226636715f084adc423494d6fc 0.00 MB 1 0
38,874 38,874 000000004011094479d1f2fb641026ccd73a5987928e47c302318e5e39090856 0.00 MB 1 0
38,873 38,873 0000000036b1dc41bf1d58925c972c4ac49829c74bd0d40b3e27ef37ccb2ee73 0.00 MB 1 0
38,872 38,872 000000007b48ae1fb9ef1d90ffa6415092dda89a6be33ac9592764cb72783310 0.00 MB 1 0
38,871 38,871 000000006c4b985040908b86b268eddfa92482b0628bc1a28ee8e8a0c09a919b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.23 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,413.60 GB sent, 129.84 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.