Memory Pool Memory Pool Refreshing

2,753 transactions (1.06 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,775 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,486 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,774 (856,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,386 52,386 0000000002120ec57b9613be79ed89fb9419a7c8bd93413c520b1059d7eb9eab 0.00 MB 1 0
52,385 52,385 000000001913f78ba49592ec83f386ee75c0df7ff372a8e9d4e7e378f13fe070 0.00 MB 1 0
52,384 52,384 00000000083bbbd343140979945a6181fce9cf00cccaddb9acbaf1fab5a5a89c 0.00 MB 1 0
52,383 52,383 000000000dddb8e5bbcdb5ffb58de7b43067c8347ade03602ef2b0cba3d1295b 0.00 MB 1 0
52,382 52,382 00000000206370622d13a702fccc7d0c86147fc017dbafdb0e3feafa8febfbdb 0.00 MB 1 0
52,381 52,381 000000000ff8429e68ec2e3bfe6c92646c8c5f9a7a58670dccd86a3be2902d14 0.00 MB 1 0
52,380 52,380 000000000c85ddcaf8b3c4415845cfac0d4b50db2cb0b60a7f72293493215496 0.00 MB 1 0
52,379 52,379 000000001eba85c19948c0af30405c4a33f86ba2e4e4d54f53ed0ee02bef0c2b 0.00 MB 1 0
52,378 52,378 00000000180c5c495ea2aa5f327ed8f44f2fc662fc78fd06806dde5844b0342a 0.00 MB 1 0
52,377 52,377 00000000121183f1a437537809ac30a01a4524d180284dbdf6132c0419d48531 0.00 MB 1 0
52,376 52,376 00000000011fc7885db4a41cbd2434bd724b7f1e0bbf61cd1afb18cf876f5031 0.00 MB 1 0
52,375 52,375 0000000010aec867bd6c8aac664a1af9f26323d96475249bd0ab358d06554839 0.00 MB 1 0
52,374 52,374 000000001cb48db3f9fb02983590908269d684ce871a70dd87e42a6dcfc0e82d 0.00 MB 1 0
52,373 52,373 000000000e5a0b350e9e15467edca6689649b7c7d9feda3dcc3c9e4d6b19244a 0.00 MB 2 0
52,372 52,372 00000000116aba92548db00a8e880c50db98ccac5dfee4b6590a830c48c59446 0.00 MB 1 0
52,371 52,371 000000000444b8a1aabcb5def7f7e27da1b8291ebf31107a9de44e90aec6eba2 0.00 MB 1 0
52,370 52,370 000000001f465b1e9d4a97ad0f6051adb3793eb2de11225d61b658d95e381705 0.00 MB 1 0
52,369 52,369 0000000014d3c3a6d09eca637472f0b35809cf7fadfb918e69c502f25e4577b6 0.00 MB 1 0
52,368 52,368 000000001d0475c43bd7997cb6197e6eb0c94db595b0a4ce99aada912267288e 0.00 MB 1 0
52,367 52,367 00000000143240a92a205c46b3cfb826913fc78b3f4d2599b8a29642080f7ad6 0.00 MB 1 0
52,366 52,366 0000000016323f4a2130c1733ae796596cc7540cf3c8a1b27b49f4dddd671ced 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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: 1,856.75 GB sent, 102.69 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.