Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,829 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,394 000000000000000000022b910000000000000000000000000000000000000000 ago 0.49 vMB 1,826 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,393 (48,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,314 863,314 00000000000000000001e2b21d5c9ee46a0ce816724a64472da038c0b0c25e3c 1.69 MB 7,408 1
863,313 863,313 00000000000000000001ab22aa009586a9dd4a8b47e12c3cd1539db4d48982bf 1.66 MB 6,860 2
863,312 863,312 000000000000000000007dda11b64dcd285eb182e58003440730ab14693ea817 1.88 MB 2,323 7
863,311 863,311 000000000000000000030fe438074a1377482ac016f5dd13aee689891ddbb940 1.74 MB 4,408 2
863,310 863,310 000000000000000000007dae80a0289605de6ec37adf70ba8bd1d97b2fa8b04a 1.76 MB 3,490 3
863,309 863,309 00000000000000000000a1ae3d4212b040bc4277ce04fa7ffd4ebab3e718af47 1.70 MB 2,294 9
863,308 863,308 00000000000000000001d63f3ed8e21c1562e218e61683589a7e37c448385266 1.58 MB 2,783 10
863,307 863,307 00000000000000000002e91f6716928a3a08e6882ef4518390e552ee7be35398 1.62 MB 3,491 11
863,306 863,306 00000000000000000000eb9fbb71e3ef67c66a89f877eeb400e1189bf30fea34 1.44 MB 3,583 8
863,305 863,305 0000000000000000000049acd4d202da56182ffc24a1f37c473399743ea98545 1.50 MB 5,371 10
863,304 863,304 00000000000000000001b896883da2ca949e31098bd5f83a7686fb11abb94ded 1.40 MB 7,136 13
863,303 863,303 000000000000000000017a3e375b95ec181fc1b9bb79b6badf84697f3a16d823 1.50 MB 5,602 7
863,302 863,302 00000000000000000001a07223c06121d72434d7d359efaf942b881c38676eea 1.49 MB 5,958 4
863,301 863,301 00000000000000000001d7ce0c5fdb48393544ca826ffa983bc36ebb4796c0e5 1.54 MB 5,312 4
863,300 863,300 00000000000000000002de2725894f8019d6d25ed96026a4802d938869c094e1 1.53 MB 6,754 3
863,299 863,299 000000000000000000010f2d30c86ebf9a9dee11071aea6ec9c5fd2c95b3c18f 1.50 MB 5,475 3
863,298 863,298 0000000000000000000247f745208159d5b92450e7d0184076f0d290472caa61 1.45 MB 6,963 5
863,297 863,297 0000000000000000000187554cb62454cc07cb0fc16b37be4236ca0450ea8c6e 1.34 MB 4,601 5
863,296 863,296 000000000000000000023c23dee3cd6f79e944985fd0b5637754a451b9d46fdd 1.57 MB 5,552 3
863,295 863,295 000000000000000000021f3264e800227ab74ba2ea6abadd4371f7c2e2e933f3 1.55 MB 5,166 4
863,294 863,294 00000000000000000001e97c40c3d362a6697288ab63d0d2a572a7b59a4c80d1 1.64 MB 7,462 2
Previous 10 blocks ↓
Total Size: 775.97 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,403.52 GB sent, 128.66 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.