Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

702 transactions (0.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,761 000000000000000000022b910000000000000000000000000000000000000000 0.25 vMB 700 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,760 (15,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,913 895,913 00000000000000000001931ca7c81aca083681e158b725d9c988a68eea36df8c 1.61 MB 3,373 6
895,912 895,912 000000000000000000023a1096e026b42daa1b02d886573b5e95331229164969 1.62 MB 2,998 8
895,911 895,911 000000000000000000014ef1534012e63b11d76acf292715558a23d79f7188fc 1.84 MB 1,034 2
895,910 895,910 00000000000000000000d8752ccb0dbfd1b0fc0f53d91395cb1e7a554a1f8d1d 1.80 MB 1,618 1
895,909 895,909 000000000000000000005b517bd089a2e5f6f83219ea9c6e73d82f863784f11e 1.49 MB 2,102 4
895,908 895,908 0000000000000000000087c7b73d03028cc8bf4270ad4d408aebce922371b9e4 1.47 MB 1,968 2
895,907 895,907 00000000000000000000551d29f687442506c119d95a45332caf443c1cc4724b 1.65 MB 2,850 5
895,906 895,906 000000000000000000022c8e8be1401fe38a30fa30a3d9f58022c34950643286 1.52 MB 2,370 4
895,905 895,905 000000000000000000008471bb830186b313afc0bf3550f230bd969998451a0a 1.54 MB 1,893 3
895,904 895,904 000000000000000000006517305f82f5ea4765ab16788981bf96885467629317 1.53 MB 2,665 5
895,903 895,903 00000000000000000002168e978c0b8f3b89a127603690c0e5df2c65f015d896 1.25 MB 468 2
895,902 895,902 00000000000000000001476e68d849ba7edd009d3f5dba5495e98620e17f74a9 1.67 MB 3,316 3
895,901 895,901 000000000000000000010afb949184fc8c051ad18b9dd69f206ce0ceea5efdb7 1.54 MB 3,300 10
895,900 895,900 00000000000000000000fe2a5503dd5ea3145dea3775de1f5b76ebcfb7eead83 1.49 MB 1,701 4
895,899 895,899 00000000000000000000245f78aafb47e4928444a8421b84b5f841d5d5f13d52 1.52 MB 3,544 8
895,898 895,898 00000000000000000000972bf0cec1f6cd4afd14cb18a43a50dcf881d68cc3db 1.28 MB 1,418 2
895,897 895,897 000000000000000000000848ac6b5b16471f5b44d10b21952d5e0c0be1872bc4 1.53 MB 3,186 7
895,896 895,896 000000000000000000005dda85b3fe43f5bbe058b22ae381c2055d3c9a545902 1.62 MB 2,621 2
895,895 895,895 000000000000000000012efe9be21ce33ec2a58e51249e46597e6d8e1205d369 1.71 MB 1,777 1
895,894 895,894 00000000000000000000c247428f0bba653ef2adb7ce6b897ec3ad07eaea1406 1.79 MB 1,613 1
895,893 895,893 000000000000000000005c80fe24dc4808559584026672b492deb9b42be413d2 1.57 MB 2,400 3
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: 9 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.