Memory Pool Memory Pool Refreshing

39,859 transactions
20.18 vMB
Show Random Selection Loading Transactions
Max Size: 111/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,627 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 5,139 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,626 (653,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
217,001 217,001 000000000000036eb963e4cd8d8b0a20d1cfc9dc0c3f625b7e61c23cc219bb89 0.05 MB 163 46
217,000 217,000 000000000000036d1e5c410c393017277f8ccb59cb30a9143e818e788ecd2515 0.14 MB 265 124
216,999 216,999 0000000000000029e21d733b6e4f6507c686c2854232293ff8ca298deaf8251b 0.26 MB 663 186
216,998 216,998 00000000000003f5b713e788409f18f1c44e975dffdcaa727c9a98385880c07d 0.05 MB 156 34
216,997 216,997 00000000000002acf841b991315810fb64c6ba8a1637bb64a34d3ecb797d4388 0.27 MB 661 210
216,996 216,996 000000000000026cd45deb7d63192f9c0a28a6ec9009b2806328ba684c2bf31e 0.31 MB 260 23
216,995 216,995 00000000000003b9bfe02c7748598bc5c9814ce3d18bda2aa8ae9e8ae2c8a9f9 0.25 MB 352 97
216,994 216,994 00000000000004008b6493c788a11868872404df8d4a377af1d2f8a3ac6f1599 0.25 MB 557 417
216,993 216,993 00000000000002ba79f07bd2e226ca1994cf299bc5c51427ee313162e96716fe 0.13 MB 259 155
216,992 216,992 00000000000002317c6ad454450b4b568000074a39a9fa3acc2e4893b4658455 0.05 MB 80 113
216,991 216,991 000000000000005bd512cc847b4736b0ea3efd62d7b831fcaa23c40ff8f02675 0.25 MB 626 189
216,990 216,990 000000000000006a1ddf15d22918837a3d31b1fcede0bb55c61c2516b931a846 0.00 MB 6 204
216,989 216,989 000000000000030547924265e6d1cdc1e8638a2abd24a17c5c4e8c60497cc641 0.14 MB 315 169
216,988 216,988 00000000000004bb494fa0284dabe6dc64ae53c48913d8a5a764bc03b14b98ce 0.11 MB 228 266
216,987 216,987 00000000000001cbd37b8f86075124347c3aa2ad36601ce9707c6061c2772cc7 0.08 MB 162 149
216,986 216,986 00000000000001e934866f89ed64741c9a73fb884b4bff888d7944049f0aa923 0.18 MB 420 148
216,985 216,985 00000000000003dffab0eb9bdd62fc8aa1b7de36c5ab4caa69a96a8412c00502 0.27 MB 660 207
216,984 216,984 000000000000030b802edae666ba84ac0f009fc2e98bedaa505fa34a7e5b37e2 0.21 MB 282 123
216,983 216,983 00000000000000d4163153d85dfae24c98d31828d687996304fff81ff9749fdd 0.25 MB 557 198
216,982 216,982 00000000000004a2415376f748cd758f171dd3aeb00b50cd881996a0387cc6ec 0.01 MB 16 116
216,981 216,981 00000000000001464da82e5085739121bf8776231ecf3fce84d54362b8b4bf23 0.04 MB 136 36
Previous 10 blocks ↓
Total Size: 700.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,374.13 GB sent, 214.73 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.